From owner-freebsd-stable@FreeBSD.ORG Wed May 26 16:57:12 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDD2116A4CE for ; Wed, 26 May 2004 16:57:12 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E4043D1D for ; Wed, 26 May 2004 16:57:12 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i4R02tSA078444; Wed, 26 May 2004 18:02:55 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40B52E77.5030801@freebsd.org> Date: Wed, 26 May 2004 17:55:35 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Kelsey References: <1085610184.3232.250.camel@zircon> In-Reply-To: <1085610184.3232.250.camel@zircon> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: stable@freebsd.org Subject: Re: No Thanks for All the Help X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2004 23:57:12 -0000 Joe Kelsey wrote: > Gee, I ask a seemingly simple question about connecting a very simple > driver to the system and all of ZERO people chime in with help. > > The only thing anyone had to say involved something like "Read and > update isa_compat.h" and I can take it from there! However, noone said > that or anything else for that matter. > > It really upsets me because it seems that absolutely *no* documentation > exists for how to connect a driver to FreeBSD 4.x. Documentation exists > for 3.x and 5.x, but none for 4.x. > > This mailing list just seems useless to me. > > /Joe > Device driver documenation is sorely lacking in all respects. PCI drivers are fairly easy to hook up, but ISA drivers still have a lot of black magic. I would suggest that you post to hackers@ before giving up. Scott