cvs commit: src/sys/dev/ed if_ed_pccard.c src/sys/dev/pccard
pccarddevs
Warner Losh
imp at FreeBSD.org
Mon Feb 14 22:27:03 GMT 2005
imp 2005-02-14 22:27:03 UTC
FreeBSD src repository
Modified files:
sys/dev/ed if_ed_pccard.c
sys/dev/pccard pccarddevs
Log:
o It turns out that most of the ne-2000 cards that I have got real unhappy
with the latest changes. They actually have valid ROM data at location
0 of memory, just like a real NE-2000 ISA card. Use this data, if
the ROM passes a few basic tests, as an additional source for the MAC
address. Prefer the CIS over this source, but have it take precidence
over falling back to reading the attribtue memory.
o Minor cleanup of a few devices that we match on based on CIS string.
Revision Changes Path
1.79 +42 -9 src/sys/dev/ed/if_ed_pccard.c
1.104 +3 -4 src/sys/dev/pccard/pccarddevs
More information about the cvs-src
mailing list