freebsd-dev/sys/dev/ichsmb
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
..
ichsmb_pci.c Add missing #include. 2000-12-08 00:49:37 +00:00
ichsmb_reg.h
ichsmb_var.h Convert from spl -> mutex. 2000-12-07 02:09:39 +00:00
ichsmb.c - Don't pass in MTX_NORECURSE, as that is only used with spin mutexes and 2001-01-26 03:18:17 +00:00