K 10 svn:author V 6 brooks K 8 svn:date V 27 2002-10-21T02:54:50.000000Z K 7 svn:log V 185 Use if_printf(ifp, "blah") and device_printf(dev, "blah") instead of printf("%s%d: blah", ifp->if_name, ifp->if_xname). This eliminates the need to store the unit number in the softc. END