Commit graph

4 commits

Author SHA1 Message Date
John Baldwin 21bd1ed3bf - Don't pass in MTX_NORECURSE, as that is only used with spin mutexes and
is going away soon anyways.  Instead, don't pass MTX_RECURSE to mtx_init,
  so that WITNESS will panic if the driver mutex is recursed on.
- Use MTX_DEF in mtx_init() instead of assuming that it will be 0.
2001-01-26 03:18:17 +00:00
Archie Cobbs fa5e41c85d Add missing #include. 2000-12-08 00:49:37 +00:00
Archie Cobbs 3a50ed55e2 Convert from spl -> mutex. 2000-12-07 02:09:39 +00:00
Archie Cobbs 3c5656bf03 Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.
Obtained from:	Whistle source tree
2000-10-06 00:09:46 +00:00