John Baldwin 00d101cf1f - 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
2005-08-24 20:28:56 +00:00
..
2005-03-28 18:31:18 +00:00
2005-07-09 18:30:31 +00:00
2005-07-21 11:13:12 +00:00
2005-08-18 19:24:30 +00:00