freebsd-dev/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_cbus.c Supported C-NET(98)P2 PnP mode. 2002-02-04 14:01:27 +00:00
if_fe_isa.c
if_fe_pccard.c Migrate to PCMCIA_CARD() macros 2001-11-15 07:52:49 +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_fereg.h
if_fevar.h
mb86960.h