Date: Wed, 27 Nov 2002 18:35:03 +0100 From: Dan Lukes <dan@obluda.cz> To: freebsd-stable@freebsd.org Subject: Re: Loading if_xl from the loader Message-ID: <3DE50247.2090609@obluda.cz> In-Reply-To: <1038267221.5010.9.camel@chowder.gsoft.com.au> References: <1038267221.5010.9.camel@chowder.gsoft.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DE50247.2090609>