Date: Mon, 26 Jun 2006 20:31:32 +0000 (UTC) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 re.4 src/sys/dev/re if_re.c src/sys/dev/mii rgephy.c src/sys/pci if_rlreg.h Message-ID: <200606262031.k5QKVWbJ013375@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2006-06-26 20:31:32 UTC FreeBSD src repository Modified files: share/man/man4 re.4 sys/dev/re if_re.c sys/dev/mii rgephy.c sys/pci if_rlreg.h Log: Add support for the RealTek 8169SC/8110SC and RTL8101E devices. The latter is a PCIe 10/100 chip. Finally fix the EEPROM reading code so that we can access the EEPROMs on all devices. In order to access the EEPROM, we must select 'EEPROM programming' mode, and then set the EEPROM chip select bit. Previously, we were setting both bits simultaneously, which doesn't work: they must be set in the right sequence. Always obtain the station address from the EEPROM, now that EEPROM reading works correctly. Make the TX interrupt moderation code based on the internal timer optional and turned off by default. Make the re_diag() routine conditional and off by default. When it is on, only use it for the original 8169, which was the only device that that really needed it. Modify interrupt handling to use a fast interrupt handler and fast taskqeueue. Correct the rgephy driver so that it only applies the DSP fixup for PHY revs 0 and 1. Later chips are fixed and don't need the fixup. Make the rgephy driver advertise both 1000_FD and 1000_HD bits in autoneg mode. A couple of the devices don't autoneg correctly unless configured this way. Revision Changes Path 1.18 +8 -7 src/share/man/man4/re.4 1.9 +18 -8 src/sys/dev/mii/rgephy.c 1.68 +253 -138 src/sys/dev/re/if_re.c 1.57 +68 -17 src/sys/pci/if_rlreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606262031.k5QKVWbJ013375>