From owner-freebsd-questions Wed Jul 2 11:23:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA18219 for questions-outgoing; Wed, 2 Jul 1997 11:23:29 -0700 (PDT) Received: from austin.cs.unc.edu (austin.cs.unc.edu [152.2.128.87]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA18212 for ; Wed, 2 Jul 1997 11:23:11 -0700 (PDT) Received: from austin.cs.unc.edu by austin.cs.unc.edu (8.6.10/UNC_10_05_96) id OAA18162; Wed, 2 Jul 1997 14:22:27 -0400 Message-ID: <33BA9C73.68D2@cs.unc.edu> Date: Wed, 02 Jul 1997 14:22:43 -0400 From: Don Smith Reply-To: smithfd@cs.unc.edu Organization: UNC-CH X-Mailer: Mozilla 3.01 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Adding network device driver Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I need to add an experimental device driver for a network interface card to 2.2.2-RELEASE. I'm using the tutorial in http://www.freebsd.org/tutorials/ddwg/ddwg.html as a guide but am having problems (e.g. the guide says to edit the file /usr/src/sys/i386/i386/conf.c to add some stuff but this file seems to be missing). Can someone give me a checklist of the steps to add (statically) a net device driver to this release? I know how to config(8) the kernel and build it but I need the steps to add the driver to the kernel. Thanks. -- F. Donelson (Don) Smith Phone: (919) 962-1884 Research Professor FAX: (919) 962-1799 Department of Computer Science smithfd@cs.unc.edu University of North Carolina at Chapel Hill www.cs.unc.edu/~smithfd Chapel Hill, NC 27599-3175