cvs commit: src/sys/dev/fe if_fe.c if_fe_cbus.c if_fe_isa.c
if_fe_pccard.c if_fevar.h
John Baldwin
jhb at FreeBSD.org
Mon Jun 23 18:16:45 UTC 2008
jhb 2008-06-23 18:16:25 UTC
FreeBSD src repository
Modified files:
sys/dev/fe if_fe.c if_fe_cbus.c if_fe_isa.c
if_fe_pccard.c if_fevar.h
Log:
SVN rev 179959 on 2008-06-23 18:16:25Z by jhb
- Use bus_foo() rather than bus_space_foo() and retire the bus tag and handle
from the softc.
- Rework the watchdog timer to match other NIC drivers:
- Start a timer in fe_init() that runs once a second and checks a counter
in the softc that is identical to the deprecated 'if_timer'.
- Just adjust the softc tx timeout value when sending packets instead of
scheduling the timer.
- Use IFQ_SET_MAXLEN().
Tested by: WATANABE Kazuhiro
Revision Changes Path
1.100 +15 -27 src/sys/dev/fe/if_fe.c
1.14 +0 -3 src/sys/dev/fe/if_fe_cbus.c
1.10 +1 -1 src/sys/dev/fe/if_fe_isa.c
1.34 +0 -1 src/sys/dev/fe/if_fe_pccard.c
1.8 +11 -12 src/sys/dev/fe/if_fevar.h
More information about the cvs-src
mailing list