cvs commit: src/sys/dev/msk if_msk.c if_mskreg.h

Pyun YongHyeon yongari at FreeBSD.org
Fri Dec 29 03:49:05 PST 2006


yongari     2006-12-29 04:55:38 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/msk          if_msk.c if_mskreg.h 
  Log:
  Piggyback watchdog timer handling with msk_tick which is called every
  hz. This will result in slightly faster Tx processing as it does not
  need lock operations for callouts in msk_start/msk_txeof.
  
  Revision  Changes    Path
  1.4       +8 -12     src/sys/dev/msk/if_msk.c
  1.3       +1 -1      src/sys/dev/msk/if_mskreg.h


More information about the cvs-src mailing list