From owner-freebsd-hackers Tue Feb 6 18:00:34 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA03288 for hackers-outgoing; Tue, 6 Feb 1996 18:00:34 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA03283 for ; Tue, 6 Feb 1996 18:00:32 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id SAA04253; Tue, 6 Feb 1996 18:59:06 -0700 From: Terry Lambert Message-Id: <199602070159.SAA04253@phaeton.artisoft.com> Subject: Re: Writing FreeBSD Device Drivers info needed. To: Edward_Pease_at_FS550@cscgt.gsfc.nasa.gov Date: Tue, 6 Feb 1996 18:59:06 -0700 (MST) Cc: hackers@freebsd.org In-Reply-To: <9601068236.AA823643709@cscgt.gsfc.nasa.gov> from "Edward_Pease_at_FS550@cscgt.gsfc.nasa.gov" at Feb 6, 96 12:55:40 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org Precedence: bulk > I've been tasked to port some SCO drivers to either Linux or > FreeBSD. I was able to get "Writing Linux Device Drivers" by > Michael K. Johnson & "Device Driver Basics(Linux)" off the net. > Does any similar Documentation exist for FreeBSD? The FreeBSD > Handbook didn't seem to include the specific details for > writing/configuring your own driver into the kernel. 1) Kernel Debugging reference http://www.freebsd.org/handbook/handbook217.html 2) Configuring the FreeBSD Kernel http://www.freebsd.org/handbook/handbook39.html 3) FreeBSD Device Driver Writer's Guide http://freefall.freebsd.org/~erich/ddwg/ddwg.html 4) Cross-references for FreeBSD (a hyperlinked source tree) http://minnie.cs.adfa.oz.au/FreeBSD-srctree/FreeBSD.html Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.