> > 
> > I built a kernel without 'device miibus' and 'device xl' and it
> > automatically loaded the drivers when I manually did 'ifconfig'.  But 
> > it didn't load them from rc.conf, where I have my ethernet card
> > configured like so:
> > 
> > ifconfig_xl0="inet 216.231.50.6  netmask 255.255.255.0"
> > defaultrouter="216.231.50.1"
> > 
> > So I put the drivers back in the kernel.

If you want the module to be autoloaded, you also need to add it to the 
network_interfaces varable, eg.

network_interfaces="xl0 lo0"

As otherwise the startup scripts don't know to do anything about it.  

-- 
\\ Give a man a fish, and you feed him for a day. \\  Mike Smith
\\ Tell him he should learn how to fish himself,  \\  [EMAIL PROTECTED]
\\ and he'll hate you for a lifetime.             \\  [EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to