]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r254742:
authormarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 20 Sep 2013 21:52:33 +0000 (21:52 +0000)
committermarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 20 Sep 2013 21:52:33 +0000 (21:52 +0000)
commitfa6d8a3c9ecdc21ee5f6a1781007e4e9bf148405
treed5eb3fc2632a41b68cfb4d45ffe8640b47cd5fc1
parent9761e04e00b1503fc64063e8d33ed4cc98357d8c
MFC r254742:
Hold mfi_io_lock across calls to xpt_rescan() and xpt_alloc_ccb_nowait().
xpt_rescan() expects the SIM lock to be held, and we trip a mtx_assert if
the driver initiates multiple rescans in quick succession.

git-svn-id: svn://svn.freebsd.org/base/stable/8@255741 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/mfi/mfi_cam.c