K 10 svn:author V 3 jhb K 8 svn:date V 27 2008-06-10T17:59:43.788834Z K 7 svn:log V 388 Make tx(4) MPSAFE - Add a mutex to the softc to protect the softc and device hardware. - Use a private timer to implement a watchdog for tx timeouts and drive the timer for auto negotiation. - Use bus_foo() rather than bus_space_foo() and remove the bus space tag & handle from the softc. - Call bus_setup_intr() after ether_ifattach(). Tested by: Florian Smeets flo of kasimir.com END