freebsd-dev/sys/dev/ed
John Baldwin b1f459a01b Use a private callout timer to drive the transmit watchdog instead of using
if_watchdog and if_timer.  The driver already contained an optional stats
timer that individual attachments could use to provide a 'tick' event.  The
stats timer only ran if the tick function pointer was non-NULL and the
attachment's tick routine had to call callout_reset(), etc.  Now the driver
always schedules a stat timer and manages the callout_reset() internally.
This timer is used to drive the watchdog and will also call the attachment's
'tick' handler if one is provided.

Tested by:	WATANABE Kazuhiro
2009-11-17 14:23:09 +00:00
..
ax88x90reg.h
dl100xxreg.h
if_ed98.h
if_ed_3c503.c
if_ed_cbus.c
if_ed_hpp.c
if_ed_isa.c
if_ed_novell.c
if_ed_pccard.c
if_ed_pci.c
if_ed_rtl80x9.c
if_ed_sic.c
if_ed_wd80x3.c
if_ed.c
if_edreg.h
if_edvar.h
rtl80x9reg.h
tc5299jreg.h