From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9326 invoked by alias); 1 Jul 2005 07:49:46 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 9295 invoked by uid 22791); 1 Jul 2005 07:49:42 -0000 Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 01 Jul 2005 07:49:42 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1DoGHH-0007m0-00; Fri, 01 Jul 2005 09:49:35 +0200 Date: Fri, 01 Jul 2005 07:49:00 -0000 To: Dhanashekar Cc: ecos-discuss@sources.redhat.com Message-ID: <20050701074935.GI5563@lunn.ch> Mail-Followup-To: Dhanashekar , ecos-discuss@sources.redhat.com References: <42C4EEFE.8020108@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42C4EEFE.8020108@gmail.com> User-Agent: Mutt/1.5.9i From: Andrew Lunn Subject: Re: [ECOS] Uart Controller on PCI X-SW-Source: 2005-07/txt/msg00009.txt.bz2 On Fri, Jul 01, 2005 at 12:51:34PM +0530, Dhanashekar wrote: > hi > I have my Uart controller on PCI bus interface and i need to develop > a tty interface uart driver can any body suggest > key hooks at tty layer to my serial driver (generic hooks) like set/get > configs enable/disable tx and rx interrupts etc.. Take a look at the other serial device drivers in packages/devs/serial. If device is a 16x5x you can probably make use of the existing generic driver along with a hardware specific package you need to write to make it work for your specific hardware. There are plenty of examples of using the 16x5x. Andrew -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss