K 10 svn:author V 3 jhb K 8 svn:date V 27 2008-07-04T18:27:14.425465Z K 7 svn:log V 300 Make oltr(4) MPSAFE: - Add a mutex to the softc and use it to protect the softc and device hardware. - Setup interrupt handler after interface attach. - Retire 'unit' from softc and use if_printf() instead. - Don't frob IFF_UP in the driver. - Use callout_() rather than timeout() and untimeout(). END