From owner-freebsd-questions Wed Jan 22 13:39:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA29135 for questions-outgoing; Wed, 22 Jan 1997 13:39:18 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA29124 for ; Wed, 22 Jan 1997 13:39:13 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id NAA06143; Wed, 22 Jan 1997 13:36:05 -0800 (PST) Message-Id: <199701222136.NAA06143@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: "Brandon C. Wood" cc: freebsd-questions@freebsd.org Subject: Re: Intel Etherexpress Pro/10+ In-reply-to: Your message of "Wed, 22 Jan 1997 13:03:35 PST." <199701222103.NAA27270@mailhub.Stanford.EDU> From: David Greenman Reply-To: dg@root.com Date: Wed, 22 Jan 1997 13:36:05 -0800 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I changed it, but it didn't appear to make any difference. It's possible I >did this wrong, though. After I changed it, I ran "make if_fxp.c" and >rebooted. Is that right? No. :-) I think there is a kernel build how-to somewhere (perhaps in the FAQ?), but basically you need to: 1) cd /sys/i386/conf and copy GENERIC to 'YOURCONFIG' 2) edit it and take out anything you know that you don't need 3) config 'YOURCONFIG' 4) cd /sys/compile/'YOURCONFIG'; make depend; make; make install -DG David Greenman Core-team/Principal Architect, The FreeBSD Project