From owner-freebsd-stable Wed Nov 27 18:13:10 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33F2E37B401 for ; Wed, 27 Nov 2002 18:13:09 -0800 (PST) Received: from smtp2.vol.cz (smtp2.vol.cz [195.250.128.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AC9C43EA9 for ; Wed, 27 Nov 2002 18:13:07 -0800 (PST) (envelope-from dan@obluda.cz) Received: from obluda.cz (xkulesh.vol.cz [195.250.154.106]) by smtp2.vol.cz (8.12.6/8.12.6) with ESMTP id gAS2CrxL023808 for ; Thu, 28 Nov 2002 03:12:57 +0100 (CET) (envelope-from dan@obluda.cz) Message-ID: <3DE50247.2090609@obluda.cz> Date: Wed, 27 Nov 2002 18:35:03 +0100 From: Dan Lukes User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021106 X-Accept-Language: en, cs MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Loading if_xl from the loader References: <1038267221.5010.9.camel@chowder.gsoft.com.au> In-Reply-To: <1038267221.5010.9.camel@chowder.gsoft.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Daniel O'Connor wrote, On 11/26/02 00:33: > if_xl_load="YES" > miibus_load="YES" The same behavior I hit with if_dc. The order of if_dc_load and miibus_load is irelevant. During the loader processing the miibus module loads correctly, but if_dc claim something as "auto loading miibus; error - file already exists". Then, the lsmod doesn't show the if_dc module in list. I didn't try to load if_dc it that phase by hand, after booting it can be loaded with no problem. If I commented out the miibus_load from loader.conf, then everything work as expected (miibus is autoloaded during load of if_dc). Speculation - loader fail to detect that miibus is already present, then refuse to load if_dc module because of error during loading of it's auto-dependencies. Dan -- Dan Lukes tel: +420 2 21914205, fax: +420 2 21914206 root of FIONet, KolejNET, webmaster of www.freebsd.cz AKA: dan@obluda.cz, dan@freebsd.cz,dan@kolej.mff.cuni.cz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message