From owner-freebsd-drivers@FreeBSD.ORG Tue Oct 25 01:52:04 2005 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3564616A41F for ; Tue, 25 Oct 2005 01:52:04 +0000 (GMT) (envelope-from hpxchan@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE75443D45 for ; Tue, 25 Oct 2005 01:52:03 +0000 (GMT) (envelope-from hpxchan@gmail.com) Received: by xproxy.gmail.com with SMTP id t7so323514wxc for ; Mon, 24 Oct 2005 18:52:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GhN/VOZW+SGWKRuGSShQb2MLnHZQ7d4MF7U82GrN8svQcB+2hvQkCLGV50xuCdumF1pk4DRSjL8oR1jKsIv9se/jNjDnd0IRvnulPOkv0iK5N4npnJDCvkcDmjLNWStdibvzT48TJ7GE9k9Yf+Q/c6WI2y6LM3nBXEVeZhKZj6M= Received: by 10.70.54.3 with SMTP id c3mr3972042wxa; Mon, 24 Oct 2005 18:52:03 -0700 (PDT) Received: by 10.70.103.4 with HTTP; Mon, 24 Oct 2005 18:52:03 -0700 (PDT) Message-ID: <6f77d3330510241852n55f87ddfi99a090b232fe46f3@mail.gmail.com> Date: Mon, 24 Oct 2005 20:52:03 -0500 From: Chandler May To: freebsd-drivers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Places to start...? X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 01:52:04 -0000 Hi all, I've been working with Unix for a couple of years (mostly BSD), and I'm fairly competent in C, so I think I'd like to try my luck at device drivers. I have an HP L2000 notebook, and I'm interested in writing a driver for the sound card (all I know at the moment is that it has a Conexant AC'97 codec). Would you be kind enough to share a few links and/or pearls of wisdom to get me started? Chandler May