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

Bill Paul wpaul at FreeBSD.org
Mon Jun 26 21:05:47 UTC 2006


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


More information about the cvs-src mailing list