K 10 svn:author V 6 brooks K 8 svn:date V 27 2002-10-01T00:52:58.000000Z K 7 svn:log V 311 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. END