Date: Mon, 23 Jun 2008 18:16:25 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fe if_fe.c if_fe_cbus.c if_fe_isa.c if_fe_pccard.c if_fevar.h Message-ID: <200806231816.m5NIGjsg001328@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806231816.m5NIGjsg001328>