]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r272935: Mark CTL frontend's CAM driver as CAM_PERIPH_DRV_EARLY.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 20 Oct 2014 07:52:48 +0000 (07:52 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 20 Oct 2014 07:52:48 +0000 (07:52 +0000)
commit5117e76d0dcfa1f42468e2cb88949e32036e56b5
treedf4f6231cb274bbd32cae3d230d25eeba2e1a366
parentac9de6022e44bd23ccb717dc44da34e793c85527
MFC r272935:  Mark CTL frontend's CAM driver as CAM_PERIPH_DRV_EARLY.

Target mode operation does not depend on the initiator mode scan process.
This change allows the target driver to attach earlier and receive some
async events (like AC_CONTRACT) that could be lost otherwise.

git-svn-id: svn://svn.freebsd.org/base/stable/10@273316 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/cam/ctl/scsi_ctl.c