K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-09-22T06:08:11.000000Z K 7 svn:log V 420 Tweak these for what I hope is the last time: change the DRIVER_MODULE() declaration for the interface driver from "foo" to "if_foo" but leave the declaration for the miibus attached to the interface driver alone. This lets the internal module name be "if_foo" while still allowing the miibus instances to attach to "foo." This should allow ifconfig to autoload driver modules again without breaking the miibus attach. END