K 10 svn:author V 3 jhb K 8 svn:date V 27 2009-11-19T18:43:43.544381Z K 7 svn:log V 348 - 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. END