From owner-freebsd-hackers@FreeBSD.ORG Fri May 20 06:02:25 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 0183D16A4CF for ; Fri, 20 May 2005 06:02:25 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3226243DA3 for ; Fri, 20 May 2005 06:02:24 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j4K616Ej081745; Fri, 20 May 2005 00:01:06 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 20 May 2005 00:01:21 -0600 (MDT) Message-Id: <20050520.000121.42772127.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <428D7551.1030702@samsco.org> References: <1116559426.27848.7.camel@shark.hopto.org> <428D7551.1030702@samsco.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org cc: cargnini@cargnini.trix.net 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 06:02:25 -0000 In message: <428D7551.1030702@samsco.org> Scott Long writes: : Yes, the skeleton driver is very out of date. Would anyone object : to me updating it and tossing out the ISA code? I personally think it should be in dev/skel and in lint build instead of squirreled away who knows where. This would let us also make sure that all the 'supported' busses be in the tree and always available for copying. We should then delete the weird things in /usr/share/examples/drivers. They are too hard to keep up to date. Warner