Date: Mon, 5 Jul 2004 00:15:23 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c Message-ID: <200407050015.i650FNYe064975@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2004-07-05 00:15:23 UTC FreeBSD src repository Modified files: sys/pci if_xl.c Log: 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. Revision Changes Path 1.176 +92 -88 src/sys/pci/if_xl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407050015.i650FNYe064975>