cvs commit: src/sys/dev/xe if_xe.c if_xevar.h

John Baldwin jhb at FreeBSD.org
Tue Jun 3 20:40:54 UTC 2008


jhb         2008-06-03 20:40:53 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/xe           if_xe.c if_xevar.h 
  Log:
  SVN rev 179527 on 2008-06-03 20:40:33Z by jhb
  
  - Change the watchdog timer logic to match other drivers that use their own
    timer by keeping a once-a-second timer running that decrements a counter
    similar to if_timer and reset the chip if it gets down to zero via the
    decrement.
  - Use IFQ_SET_MAXLEN().
  
  Revision  Changes    Path
  1.66      +16 -10    src/sys/dev/xe/if_xe.c
  1.8       +1 -0      src/sys/dev/xe/if_xevar.h


More information about the cvs-src mailing list