Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.bin/config



>       if_fxp_pci.kmod -> pci.kmod

This should have been:

        if_fxp_pci.kmod -> pciif.kmod

Device modules have dependency on an interface.  But the instances (fxp0)
are attached to parent devices (fxp0 at pci0).  Problem is when you load
if_fxp_pci.kmod without having pci.kmod or something providing pciif.kmod.
Auto-loading dependency won't work...

Masao

-- 
Masao Uebayashi / Tombi Inc. / Tel: +81-90-9141-4635


Home | Main Index | Thread Index | Old Index