From owner-freebsd-current@FreeBSD.ORG Sat Jun 20 04:04:54 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F049106567A for ; Sat, 20 Jun 2009 04:04:54 +0000 (UTC) (envelope-from freebsd.work@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 3D6A78FC28 for ; Sat, 20 Jun 2009 04:04:53 +0000 (UTC) (envelope-from freebsd.work@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so962972ywe.13 for ; Fri, 19 Jun 2009 21:04:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=OS19nk4FgFHcn01Mpb04S/bClq5Nms+NPolVcfnN5Kg=; b=Qn59W7sEVv2HSMIWHCPK2aClGd5XEfeYdfAeUw/2nJodwjqWl+0q+WAtHIkYWbFaFZ UXl65nhIhrwT7lnmuS1Tm1QAzGopmIrBbgSrNGnP5O8pXxMLO0bbmMSocRh0k0xLrKk6 ZO0/dDAnwc/5fC7mct1Ie6Jx7swp4o7Wvan3o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XfrPOiRlJDcLlCJQM7+NS1XGYRbFHBO83XFLHBI32AoRYE8+DqcH7z750se9+/4tF/ fhqWSfEz6eRUMcOS1gD9pY7ciJCfb0/qR76JlDOUcJoClqPep0F9N/pTYupf5U/wntte U11iaxeOtjIUQh2zfWrctX2RuTnLxb0VFGQH0= MIME-Version: 1.0 Received: by 10.231.39.4 with SMTP id d4mr1175091ibe.10.1245470693181; Fri, 19 Jun 2009 21:04:53 -0700 (PDT) Date: Fri, 19 Jun 2009 21:04:53 -0700 Message-ID: <45d874490906192104w1a11271am97f6d9705b7fa49c@mail.gmail.com> From: "Sean P. Dew" To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: building device drivers for FreeBSD 7.2+ /AMD64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2009 04:04:54 -0000 Is there any tutorial/book on building device drivers for Free BSD? Thanks