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 Update the fe driver to probe and attach under a NEWCARD kernel. 2001-09-02 06:27:07 +00:00
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 - Newbus'ify and bus_space'ify. 2000-09-14 12:02:07 +00:00
if_fevar.h - Newbus'ify and bus_space'ify. 2000-09-14 12:02:07 +00:00
mb86960.h