Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5-0] src/sys/dev/ic



Module Name:    src
Committed By:   snj
Date:           Thu Sep 10 07:09:43 UTC 2009

Modified Files:
        src/sys/dev/ic [netbsd-5-0]: mfi.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #931):
        sys/dev/ic/mfi.c: revision 1.28 via patch
mfi.c still uses the spl() synchronisation scheme and so needs the kernel lock.
The sysmon subsystem is marked MPSAFE and so runs without the kernel lock.
So get the kernel lock in mfi_sensor_refresh()  before calling mfi_ioctl_vol().
This fixes command list corruption seen on heavy I/O load on the mfi driver(4).


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.19.8.1 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.



Home | Main Index | Thread Index | Old Index