From owner-freebsd-drivers@FreeBSD.ORG Tue Aug 1 03:22:33 2006 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 51D6616A4E1 for ; Tue, 1 Aug 2006 03:22:33 +0000 (UTC) (envelope-from herriojr@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1866743D5C for ; Tue, 1 Aug 2006 03:22:27 +0000 (GMT) (envelope-from herriojr@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so117290nfc for ; Mon, 31 Jul 2006 20:22:26 -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; b=D5rYosVOvXZYu1EBHHOuEvDBFz82+/bz99j5HRCp21h8IKbMsuII7mhWCaTY3AHgxYmtcadpp0M0Y0U/jjytQpRn+IgQaXvwuu0eZmCmiDz2zpLWjnbjF9yOFqgKRoxCi5fuiSJIqa501zv2znKpjPct397qn9cbdA+kxVG+Bi0= Received: by 10.78.116.19 with SMTP id o19mr126856huc; Mon, 31 Jul 2006 20:22:26 -0700 (PDT) Received: by 10.78.143.11 with HTTP; Mon, 31 Jul 2006 20:22:26 -0700 (PDT) Message-ID: <6a56d69c0607312022i42ffd43ao5e82d2753395c9c1@mail.gmail.com> Date: Mon, 31 Jul 2006 23:22:26 -0400 From: "Jonathan Herriott" To: freebsd-drivers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Beginning Device Drivers 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, 01 Aug 2006 03:22:33 -0000 Hi All, I am just starting to learn how to do device drivers, and I was wondering what drivers are simple for easy dissecting? I have gone over the character driver tutorial, but I have always wanted to work on actually making a new driver for a device, so if there are any projects that need help with a driver, I would love to help. I may not have the device, but I am really good at following specifications of a device. Thanks! Jonathan Herriott