cvs commit: src/sys/dev/re if_re.c

Pyun YongHyeon yongari at FreeBSD.org
Mon Aug 4 02:34:55 UTC 2008


yongari     2008-08-04 02:34:40 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/re           if_re.c 
  Log:
  SVN rev 181271 on 2008-08-04 02:34:40Z by yongari
  
  Don't enable TSO by default. Users of RTL8169/8110 reported
  watchdog timeout issues and the root cause seems to stem from
  silicon bug of controller. Personally I couldn't reproduce it on
  RTL8169 controller but it seems it's dependent on usage pattern.
  For newer PCIe based controllers I have no TSO complaints but
  turning off TSO would be more safe. Users who are sure that
  their controller works with TSO can still reenable the TSO with
  ifconfig(8).
  
  Reported by:    Oliver Lehmann (lehmann at ans-netz dot de), Eugene Butusov (ebutusov at gmail dot com)
  
  Revision  Changes    Path
  1.129     +7 -0      src/sys/dev/re/if_re.c


More information about the cvs-src mailing list