cvs commit: src/sys/pci if_rl.c if_rlreg.h
Bill Paul
wpaul at FreeBSD.org
Sat Aug 30 10:51:11 PDT 2003
wpaul 2003/08/30 10:51:09 PDT
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/pci if_rl.c if_rlreg.h
Log:
Back out the changes for the 8139C+/8169 chips. One user has reported a
problem trying to use a regular 8139 NIC (D-Link DFE-538+/8139D chip)
on a machine with 1.2GB of RAM. A NIC with exactly the same chip rev
works in my test box without any problems. I suspect a strange busdma
interaction, but there's not enough time for me to properly debug/fix
it before the release is cut, and breaking 8139D support is a regression.
Eventually, I plan to put the 8139C+/8169 support in a separate driver
anyway.
Approved by: re at freebsd.org
Revision Changes Path
1.38.2.19 +280 -1632 src/sys/pci/if_rl.c
1.14.2.7 +19 -358 src/sys/pci/if_rlreg.h
More information about the cvs-src
mailing list