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 This is a major reworking of the AX88x90 support. 2009-03-30 16:15:06 +00:00
dl100xxreg.h Minor tweaks in the names to match the chips more closely. 2009-04-02 18:02:00 +00:00
if_ed98.h
if_ed_3c503.c Have a function pointer to the routine to call for writing an mbuf 2006-01-27 19:10:13 +00:00
if_ed_cbus.c Cleanup resource allocation code a bit. Store the rids on the 2009-04-20 01:19:59 +00:00
if_ed_hpp.c Have a function pointer to the routine to call for writing an mbuf 2006-01-27 19:10:13 +00:00
if_ed_isa.c Cleanup resource allocation code a bit. Store the rids on the 2009-04-20 01:19:59 +00:00
if_ed_novell.c MFp4: 2006-06-12 04:30:42 +00:00
if_ed_pccard.c Use a private callout timer to drive the transmit watchdog instead of using 2009-11-17 14:23:09 +00:00
if_ed_pci.c Establish the interrupt handler AFTER we successfully attach. We need 2009-04-18 03:10:28 +00:00
if_ed_rtl80x9.c Add missing 'sc->chip_type ==' to an ugly switch statement expression 2007-12-31 03:27:21 +00:00
if_ed_sic.c Have a function pointer to the routine to call for writing an mbuf 2006-01-27 19:10:13 +00:00
if_ed_wd80x3.c It turns out that the Toshiba LANCT00A PC Card is really like the 2009-03-28 04:56:56 +00:00
if_ed.c Use a private callout timer to drive the transmit watchdog instead of using 2009-11-17 14:23:09 +00:00
if_edreg.h More chip types, and fix a comment. 2009-04-07 17:06:06 +00:00
if_edvar.h Use a private callout timer to drive the transmit watchdog instead of using 2009-11-17 14:23:09 +00:00
rtl80x9reg.h
tc5299jreg.h