Date: Thu, 19 Nov 2009 18:43:43 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/my if_my.c if_myreg.h Message-ID: <200911191843.nAJIhu9q038915@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-11-19 18:43:43 UTC FreeBSD src repository Modified files: sys/dev/my if_my.c if_myreg.h Log: SVN rev 199540 on 2009-11-19 18:43:43Z by jhb - This driver used the if_watchdog timer both as a watchdog on transmit and auto-negotiation. To make this simpler and easier to understand I have split this out into two separate timers. One just manages the auto-neg side of things and one is a transmit watchdog. Neither uses if_watchdog. - Call ether_ifdetach() at the start of detach. Revision Changes Path 1.48 +39 -21 src/sys/dev/my/if_my.c 1.7 +4 -2 src/sys/dev/my/if_myreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911191843.nAJIhu9q038915>