From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from penguin.netx4.com (embeddededge.com [209.113.146.155]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id D29DC67B3A for ; Fri, 15 Apr 2005 01:51:52 +1000 (EST) In-Reply-To: <200504141454.03704.Schramel.Linux@go.bartec.de> References: <200504140926.01775.Schramel.Linux@go.bartec.de> <200504141454.03704.Schramel.Linux@go.bartec.de> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Dan Malek Date: Thu, 14 Apr 2005 11:51:45 -0400 To: Marco Schramel Cc: PPC_LINUX Subject: Re: CPM uart List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Apr 14, 2005, at 8:54 AM, Marco Schramel wrote: > I use kernel version 2.4.25 of denx and the uart version is > static char *serial_name = "CPM UART driver"; > static char *serial_version = "0.01"; I don't remember the progress of the new cpm serial drivers in 2.4, I've been spending too much time in 2.6. If you find a 2.4 kernel with the new serial driver model (drivers/seral/cpm_uart) that would be a big help. > Are there newer versions? Sorry, but i am not up to date with the uart. > Is my configuration so extraordinary ;-) ? Yes, there are newer versions and I've never tried what you are doing. The console code has always been sensitive to configurations. Although the #defines may look like it will work, the code often isn't there to support it, and I know wasn't there in that old version of the code. Thanks. -- Dan