K 10 svn:author V 6 brooks K 8 svn:date V 27 2002-09-24T17:35:08.000000Z K 7 svn:log V 384 Add a new helper function if_printf() modeled on device_printf(). The function takes a struct ifnet pointer followed by the usual printf arguments and prints ": " before the results of printf. Since this is the primary form of printf calls in network device drivers and accounts for most uses of the ifnet menber if_unit, this significantly simplifies many printf()s. END