Date: Thu, 19 Nov 2009 18:21:51 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/lmc if_lmc.c if_lmc.h Message-ID: <200911191821.nAJILxBF037292@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-11-19 18:21:51 UTC FreeBSD src repository Modified files: sys/dev/lmc if_lmc.c if_lmc.h Log: SVN rev 199538 on 2009-11-19 18:21:51Z by jhb This driver has two modes, a netgraph mode and an ifnet mode. In the netgraph mode it used a private timer to drive the transmit watchdog. In the ifnet mode it used if_watchdog. Now it always uses the private timer. Revision Changes Path 1.41 +14 -16 src/sys/dev/lmc/if_lmc.c 1.10 +1 -2 src/sys/dev/lmc/if_lmc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911191821.nAJILxBF037292>