]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Run xpt_action at splsoftcam() so that it cannot be re-entered by our SWI.
authorJustin T. Gibbs <gibbs@FreeBSD.org>
Tue, 25 May 1999 20:17:29 +0000 (20:17 +0000)
committerJustin T. Gibbs <gibbs@FreeBSD.org>
Tue, 25 May 1999 20:17:29 +0000 (20:17 +0000)
commit9911ecf9575c0bca177a3e309ec54190c42ab540
tree5d2d85b2050089984eb58fb797e0dd29ba06a729
parent26b4048320a8abf0ab257ab6b24f90cfc4a9369b
Run xpt_action at splsoftcam() so that it cannot be re-entered by our SWI.
The XPT doesn't have a problem with this itself, but some controllers
drivers may have been caught off guard by the old behavior.

XPT_CONT_TARGET_IO is also a valid ccb type for cam_periph_unmapmem.
sys/cam/cam_periph.c
sys/cam/cam_xpt.c