From owner-freebsd-hackers Thu Sep 27 7:56:46 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from ringworld.nanolink.com (straylight.ringlet.net [217.75.134.254]) by hub.freebsd.org (Postfix) with SMTP id 730EB37B40B for ; Thu, 27 Sep 2001 07:56:41 -0700 (PDT) Received: (qmail 13537 invoked by uid 1000); 27 Sep 2001 14:49:54 -0000 Date: Thu, 27 Sep 2001 17:49:54 +0300 From: Peter Pentchev To: Martin Vana Cc: freebsd-hackers@freebsd.org Subject: Re: Planet Message-ID: <20010927174954.B658@ringworld.oblivion.bg> Mail-Followup-To: Martin Vana , freebsd-hackers@freebsd.org References: <003101c14762$eaf24e80$1198e693@kolej.vslib.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <003101c14762$eaf24e80$1198e693@kolej.vslib.cz>; from martin.vana@vslib.cz on Thu, Sep 27, 2001 at 04:44:31PM +0200 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 27, 2001 at 04:44:31PM +0200, Martin Vana wrote: > Hi, I tried to rebuilt my kernel with device rl0 (NIC PLANET ENW-9503A based on REALTEK 8139 chip) it has collapsed during make phase. It cannot find files starting with mii* but they are present. Is it that it cannot find the files, or functions from those files? If it's functions that it cannot find, try adding 'device miibus' to your kernel, like the comments in LINT say (rl is listed under 'PCI Ethernet NICs that use the common MII bus controller code'). If it is the files themselves - are you sure you have re-run config(8) after changing your kernel configuration file? To be absolutely certain, run config with the -r flag to remove any old directories. To be *really* certain, use the buildworld/buildkernel way. G'luck, Peter -- I've heard that this sentence is a rumor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message