On Wed, 2002-11-27 at 05:03, Michael J Ruhl wrote:
> I asked about this a couple of weeks ago, but got no response.
>
> The only way I could get it to work was to remove the miibus_load from
> the configuration file. The if_xl driver will figure out that miibus is
> needed, and load it for itself
On Tue, 26 Nov 2002, Daniel O'Connor wrote:
> Date: Tue, 26 Nov 2002 10:14:23 +1030
> From: Daniel O'Connor <[EMAIL PROTECTED]>
> To: Mike Hogsett <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: Loading if_xl from the loader
>
> On T
On Tue, 2002-11-26 at 10:14, Daniel O'Connor wrote:
> Hmm, I just rebooted it again and found that if I interrupt the loader
> after it's loaded all the modules (including if_xl :) then do 'lsmod'
> if_xl doesn't show up!
Ooh, even better I find that if I load if_xl first (either by making it
the
On Tue, 2002-11-26 at 10:07, Mike Hogsett wrote:
> Could if_xl depend on miibus and thus not be loaded because miibus hasn't
> been loaded yet? Try putting `miibus_load="YES"' before `if_xl_load="YES"'
I just tried that, no change :(
FWIW the loader does know that if_xl needs miibus and loads th
> I installed FreeBSD on a work colleges computer and found something
> odd..
>
> I have the following in /boot/loader.conf
> # -- sysinstall generated deltas -- #
> userconfig_script_load="YES"
> agp_load="YES"
> snd_pdm_load="YES"
> snd_ich_load="YES"
> if_xl_load="YES"
> miibus_load="YES"
>
>
I installed FreeBSD on a work colleges computer and found something
odd..
I have the following in /boot/loader.conf
# -- sysinstall generated deltas -- #
userconfig_script_load="YES"
agp_load="YES"
snd_pdm_load="YES"
snd_ich_load="YES"
if_xl_load="YES"
miibus_load="YES"
hw.ata.atapi_dma="1"
But