K 10 svn:author V 3 jhb K 8 svn:date V 27 2005-08-24T20:28:56.000000Z K 7 svn:log V 388 - Remove redundant assertions that the driver lock is not held in attach() and detach() since mtx_lock() will assert that already since the driver lock is not recursive. - Move the call to callout_init_mtx() before hme_stop() so that the callout_stop() in hme_stop() doesn't operate on an uninitialized callout structure during attach. Reported by: yongari (2) MFC after: 3 days END