cvs commit: src/sys/dev/ed if_ed.c
Warner Losh
imp at FreeBSD.org
Tue Jan 25 21:12:17 PST 2005
imp 2005-01-26 05:12:16 UTC
FreeBSD src repository
Modified files:
sys/dev/ed if_ed.c
Log:
Repair probe messages a bit. Previously, we'd print the ethernet
address, and additional information. Then the printing of the
ethernet address was moved into ether_attach, and so we were printing
orphaned information about the card. Now the probe message is
prefixed by edX:. Prepare for it to move under bootverbose, but don't
move it there yet (the || 1 trick).
Revision Changes Path
1.239 +17 -14 src/sys/dev/ed/if_ed.c
More information about the cvs-src
mailing list