Searched hist:162315 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/wb/
H A Dif_wb.cdiff 162315 Fri Sep 15 08:40:54 MDT 2006 glebius 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 <umka sevcity.net>
/freebsd-11-stable/sys/dev/tl/
H A Dif_tl.cdiff 162315 Fri Sep 15 08:40:54 MDT 2006 glebius 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 <umka sevcity.net>
/freebsd-11-stable/sys/dev/sf/
H A Dif_sf.cdiff 162315 Fri Sep 15 08:40:54 MDT 2006 glebius 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 <umka sevcity.net>
/freebsd-11-stable/sys/dev/xl/
H A Dif_xl.cdiff 162315 Fri Sep 15 08:40:54 MDT 2006 glebius 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 <umka sevcity.net>
/freebsd-11-stable/sys/dev/rl/
H A Dif_rl.cdiff 162315 Fri Sep 15 08:40:54 MDT 2006 glebius 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 <umka sevcity.net>

Completed in 317 milliseconds