From owner-freebsd-questions Sun Feb 4 18:11:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 35EF337B401 for ; Sun, 4 Feb 2001 18:11:40 -0800 (PST) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 4 Feb 2001 18:09:48 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f152Akg60343; Sun, 4 Feb 2001 18:10:46 -0800 (PST) (envelope-from cjc) Date: Sun, 4 Feb 2001 18:10:45 -0800 From: "Crist J. Clark" To: Elden Fenison Cc: questions@FreeBSD.ORG Subject: Re: Can't compile kernel Message-ID: <20010204181045.B91447@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <20010204175123.A1545@moondog.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20010204175123.A1545@moondog.org>; from elden@moondog.org on Sun, Feb 04, 2001 at 05:51:23PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 04, 2001 at 05:51:23PM -0800, Elden Fenison wrote: > I just bought FreeBSD Desktop Edition 4.1. I was following the > instructions in the book for configuring the kernel... and the process > failed as you can see below. > > root@dsl-46# pwd > /usr/src/sys/i386/conf > root@dsl-46# /usr/sbin/config -g FREEBIE > Don't forget to do a ``make depend'' > Kernel build directory is ../../compile/FREEBIE > root@dsl-46# cd ../../compile/FREEBIE/ > root@dsl-46# make > make: don't know how to make ../../pci/pci_if.m. Stop > > I'm attaching my kernel configuration. The books says you can help me > trouble shoot this. [snip] OK, read the first comment. > # PCI Ethernet NICs that use the common MII bus controller code. > #device miibus # MII bus support ^ OK. > #device dc # DEC/Intel 21143 and various workalikes > #device rl # RealTek 8129/8139 > #device sf # Adaptec AIC-6915 (``Starfire'') > #device sis # Silicon Integrated Systems SiS 900/SiS 7016 > #device ste # Sundance ST201 (D-Link DFE-550TX) > #device tl # Texas Instruments ThunderLAN > #device vr # VIA Rhine, Rhine II > #device wb # Winbond W89C840F > device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') ^^^^^^ ^^ Not OK. These NICs share that miibus code. Uncomment that first line. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message