1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/dev/sf
Bill Paul 9e4c647c74 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.
1999-09-22 06:08:11 +00:00
..
if_sf.c Tweak these for what I hope is the last time: change the DRIVER_MODULE() 1999-09-22 06:08:11 +00:00
if_sfreg.h #ifdef out the definition for the small packet RX ring. I ended up only 1999-09-03 20:58:39 +00:00