cvs commit: src/sys/pci if_dc.c
Martin Blapp
mbr at FreeBSD.org
Mon Sep 15 22:01:30 PDT 2003
mbr 2003/09/15 22:01:28 PDT
FreeBSD src repository
Modified files:
sys/pci if_dc.c
Log:
Don't read the MAC address from a copy of the EEPROM in the softc
that has been recorded earlier and overwrite it again later by
reading it directly from the EEPROM again.
Read the MAC address from the PAR0/PAR1 registers instead, which
are autoloaded on reboot.
Tested on AN985, AN983B. According to the datasheets, it should
also work for the AL981 (I don't have such a chip on a card at home)
PR: 52988
Submitted by: Andrew Gordon <arg-bsd at arg.me.uk>
MFC after: 2 weeks
Revision Changes Path
1.125 +3 -4 src/sys/pci/if_dc.c
More information about the cvs-src
mailing list