Module Name: src Committed By: bouyer Date: Tue Jan 19 20:54:32 UTC 2010
Modified Files:
src/sys/dev/ic: mfi.c
Log Message:
bio(4) is MP-safe but mfi(4) is not. So get the kernel_lock at
mfi_ioctl() entry and release it on exit.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/ic/mfi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
