CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/12/03 22:21:57
Modified files:
sys/dev/ic : mfi.c
Log message:
mfi_refresh_sensors calls mfi_ioctl_vol which calls mfi_bio_getitall, which
replaces pointers in the softc and all sorts of fun stuff. this protects
the call to bio_getitall with the sc_lock the ioctl path uses, so we dont
get panics like those reported on bugs@ recently.
ok deraadt@
