K 10 svn:author V 7 glebius K 8 svn:date V 27 2006-09-15T10:40:54.000000Z K 7 svn:log V 330 Consistently use if_printf() only in interface methods: if_start, if_ioctl, if_watchdog, etc, or in functions that are used by these methods only. In all other cases use device_printf(). This also fixes several panics, when if_printf() is called before softc->ifp was initialized. Submitted by: Alex Lyashkov END