cvs commit: src/sys/pci if_xl.c
Bruce M Simpson
bms at FreeBSD.org
Sun Jul 4 17:15:24 PDT 2004
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
More information about the cvs-src
mailing list