Module Name: src
Committed By: sborrill
Date: Wed Jan 27 21:40:25 UTC 2010
Modified Files:
src/sys/dev/ic [netbsd-5]: mfi.c
Log Message:
Pull up the following revisions(s) (requested by bouyer in ticket #1257):
sys/dev/ic/mfi.c: revision 1.31
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.19.4.2 -r1.19.4.3 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.