K 10 svn:author V 7 glebius K 8 svn:date V 27 2006-10-13T07:39:25.000000Z K 7 svn:log V 395 MFC rev. 1.164: 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. PR: kern/102974 Submitted by: Alex Lyashkov Approved by: re (hrs) END