cvs commit: src/sys/pci if_rl.c
Bill Paul
wpaul at FreeBSD.org
Fri Jan 2 09:22:25 PST 2004
wpaul 2004/01/02 09:22:13 PST
FreeBSD src repository
Modified files:
sys/pci if_rl.c
Log:
Fix detection of RealTek 8129 PCI cards. Apparently, these cards
report a hardware rev of 0x00000000. Sadly, the 8169 gigE MAC
also reports 0x00000000, so testing against this for exclusion
results in both cards being skipped by rl_probe(). Make the 8169
test more specific by matching against both the hwrev and the PCI
ID for this chip.
PR: kern/60824
Revision Changes Path
1.129 +2 -1 src/sys/pci/if_rl.c
More information about the cvs-src
mailing list