brooks 47c985c054 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.
2002-10-21 02:54:50 +00:00
..
2002-10-18 21:41:41 +00:00
2002-10-21 00:38:18 +00:00
2002-10-21 02:51:56 +00:00