From owner-freebsd-hackers@FreeBSD.ORG Wed Oct 12 15:39:04 2005 Return-Path: X-Original-To: freebsd-hackers@FreeBSD.ORG 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 A2AF616A41F for ; Wed, 12 Oct 2005 15:39:04 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF11E43D48 for ; Wed, 12 Oct 2005 15:39:03 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j9CFc0TW055220; Wed, 12 Oct 2005 09:38:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 12 Oct 2005 09:39:06 -0600 (MDT) Message-Id: <20051012.093906.128047150.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <434D0A73.2010509@samsco.org> References: <434BECA0.9050501@gmail.com> <434D0A73.2010509@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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 12 Oct 2005 09:38:06 -0600 (MDT) Cc: freebsd-hackers@FreeBSD.ORG, TheManifestShadow@gmail.com Subject: Re: Driver Development Books? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 15:39:04 -0000 In message: <434D0A73.2010509@samsco.org> Scott Long writes: : For more detailed information, you'll need : to dig into the kernel source code, look for appropriate manual pages, : and ask questions. There are a number of really good people on this : list that try to answer most questions like this, so don't be afraid to : ask. There's also a driver@freebsd.org which is specifically for questions about writing drivers. Warner