Date: Tue, 17 Nov 2009 16:43:02 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ce if_ce.c src/sys/dev/cp if_cp.c src/sys/dev/ctau if_ct.c src/sys/dev/cx if_cx.c Message-ID: <200911171643.nAHGhHRJ034225@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-11-17 16:43:02 UTC FreeBSD src repository Modified files: sys/dev/ce if_ce.c sys/dev/cp if_cp.c sys/dev/ctau if_ct.c sys/dev/cx if_cx.c Log: SVN rev 199407 on 2009-11-17 16:43:02Z by jhb Always use a private timer instead of if_watchdog and if_timer to drive the transmit watchdog. These drivers already used a private timer when compiled to use Netgraph. This change just makes them always use the private timer. Note that these drivers do not compile and are disconnected from the build due to TTY changes. Revision Changes Path 1.16 +25 -45 src/sys/dev/ce/if_ce.c 1.39 +25 -44 src/sys/dev/cp/if_cp.c 1.40 +25 -45 src/sys/dev/ctau/if_ct.c 1.62 +25 -39 src/sys/dev/cx/if_cx.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911171643.nAHGhHRJ034225>