cvs commit: src/sys/pci if_xl.c

Marius Strobl marius at FreeBSD.org
Thu Dec 7 19:18:16 PST 2006


marius      2006-12-08 03:18:16 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              if_xl.c 
  Log:
  - Revert the parts of the previous revision which reloaded the watchdog
    timer in xl_txeof()/xl_txeof_90xB(); xl_poll_locked() unconditionally
    invokes xl_txeof()/xl_txeof_90xB(), effectively circumventing that
    the watchdog ever fires in the DEVICE_POLLING case as its timer is
    constantly reloaded.
  - Remove the banal and pedantically outdated comment regarding setting
    xl_wdog_timer to 0 in xl_txeof().
  
  Pointed out by: bde
  
  Revision  Changes    Path
  1.208     +2 -3      src/sys/pci/if_xl.c


More information about the cvs-src mailing list