K 10 svn:author V 3 bms K 8 svn:date V 27 2004-07-05T00:15:23.000000Z K 7 svn:log V 258 Use if_printf() and device_printf() where appropriate, i.e.: - Use device_printf() during device probe/attach. - Move if_xname initialization to before xl_reset() is called. - Use if_printf() at all other times after struct ifnet has been initialized. END