K 10 svn:author V 3 jhb K 8 svn:date V 27 2008-06-05T14:49:35.909059Z K 7 svn:log V 266 Make the cs(4) driver MPSAFE: - Add a mutex to the softc to protect the softc and the device hardware. - Add a private timer to manage transmit watchdogs rather than using if_timer/if_watchdog. - Setup the interrupt handler after ether_ifattach(). Tested by: imp END