From owner-freebsd-hackers@FreeBSD.ORG Fri May 20 05:28:51 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 53ACD16A4CE for ; Fri, 20 May 2005 05:28:51 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B569143DA4 for ; Fri, 20 May 2005 05:28:50 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j4K5VtxK098132; Thu, 19 May 2005 23:31:55 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <428D7551.1030702@samsco.org> Date: Thu, 19 May 2005 23:27:45 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Lu=EDs_Vit=F3rio_Cargnini?= References: <1116559426.27848.7.camel@shark.hopto.org> In-Reply-To: <1116559426.27848.7.camel@shark.hopto.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: freebsd-hackers@freebsd.org Subject: Re: PCI Device Driver X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list 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:28:51 -0000 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