freebsd-src/sys/dev/fe
Brooks Davis af98feb19c Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit).
A number of functions in this driver still use the unit number in their
printouts because they pass the unit directly as a function argument
instead of passing a softc or struct ifnet pointer.  This should be
resolved at a future date.
2002-10-01 00:52:58 +00:00
..
if_fe.c Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit). 2002-10-01 00:52:58 +00:00
if_fe_cbus.c
if_fe_isa.c
if_fe_pccard.c
if_fereg.h
if_fevar.h
mb86960.h