From owner-freebsd-hackers@FreeBSD.ORG Fri May 20 05:37:58 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91F5616A4CF for ; Fri, 20 May 2005 05:37:58 +0000 (GMT) Received: from evil.alameda.net (pachell-dsl.pachell.net [64.81.53.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A47D43DB4 for ; Fri, 20 May 2005 05:37:58 +0000 (GMT) (envelope-from ulf@alameda.net) Received: by evil.alameda.net (Postfix, from userid 1000) id 6521933C24; Thu, 19 May 2005 22:37:57 -0700 (PDT) Date: Thu, 19 May 2005 22:37:57 -0700 From: Ulf Zimmermann To: Scott Long Message-ID: <20050520053757.GA7541@evil.alameda.net> References: <1116559426.27848.7.camel@shark.hopto.org> <428D7551.1030702@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <428D7551.1030702@samsco.org> User-Agent: Mutt/1.4.2.1i Organization: Alameda Networks, Inc. X-Operating-System: FreeBSD 5.3-STABLE cc: freebsd-hackers@freebsd.org cc: Lu?s Vit?rio Cargnini Subject: Re: PCI Device Driver X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ulf@Alameda.net List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 05:37:58 -0000 On Thu, May 19, 2005 at 11:27:45PM -0600, Scott Long wrote: > Lu?s Vit?rio Cargnini wrote: > > >Hi i need to write a device driver for a PCI board. I read the > >developers book see the exemples and i'm starting to write the device > >driver. I'm writeing a device driver for a board with SAA713X TV chipset > >from Phillips. I did theskeleton example, but whe i catch the example of > >PCI driver from developers book and tried to compilate i receive the > >following: > >(forgive me for the long paste, but i need some answers and i need to > >give the details) > > > > > >PASTE of ERORS: > > Yes, the skeleton driver is very out of date. Would anyone object > to me updating it and tossing out the ISA code? > > Scott PLEASE! :-) I was starting to look at it myself for a driver to the Digi/Patton 2977 card and got stucked.