cvs commit: src/sys/dev/ed if_ed_cbus.c if_ed_isa.c if_ed_novell.c
Warner Losh
imp at FreeBSD.org
Mon Feb 14 23:00:42 GMT 2005
imp 2005-02-14 23:00:41 UTC
FreeBSD src repository
Modified files:
sys/dev/ed if_ed_cbus.c if_ed_isa.c if_ed_novell.c
Log:
Move the harvesting of the MAC address out of the generic novell probe
and into the bus front ends. For ISA and C-BUS cards, we always need
to grab it. For PC Card, already committed, we need to do some sanity
checking on the data that's in the ROMs before we decide that they are
OK to use. The PC Card code has already been committed and is
independent of this code (which also has to work on NE-1000 cards,
assuming that those cards still work :-).
Revision Changes Path
1.20 +3 -1 src/sys/dev/ed/if_ed_cbus.c
1.21 +28 -7 src/sys/dev/ed/if_ed_isa.c
1.5 +18 -13 src/sys/dev/ed/if_ed_novell.c
More information about the cvs-src
mailing list