From owner-freebsd-hackers Sat Jan 13 16:37:39 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA29900 for hackers-outgoing; Sat, 13 Jan 1996 16:37:39 -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 QAA29876 Sat, 13 Jan 1996 16:37:26 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id RAA24525; Sat, 13 Jan 1996 17:32:28 -0700 From: Terry Lambert Message-Id: <199601140032.RAA24525@phaeton.artisoft.com> Subject: Re: writing device drivers To: d_burr@ix.netcom.com (Donald Burr) Date: Sat, 13 Jan 1996 17:32:28 -0700 (MST) Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org In-Reply-To: from "Donald Burr" at Jan 13, 96 02:24:41 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 > Is there a paper or "quick tutorial" or somesuch on how to write drivers > for FreeBSD, and integrate them into the kernel source tree (i.e. > being able to include or exclude the device based on entries in the > kernel configuration file, etc.)? And once I write the thing, how do I > submit it to the general public (i.e. in the -CURRENT or whatever > kernel) Thanks. There is an HTML device drive writer's guide. Access it through www.freebsd.org. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.