CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2014/01/17 19:42:31

Modified files:
        sys/scsi       : scsi_base.c scsiconf.h 

Log message:
rename scsi_ioh_runqueue to scsi_iopool_run, and make it available
outside scsi_base.c.

this will allow adapters to restrict access to iopool resources
based on some state, and then kick the pending requests on the pool
when the state comes good again.

ive been avoiding this for a long time, but it is the least worst
way to deal with some uses of XS_NO_CCB.

discussion with kettenis@ helped me decide this was right.

Reply via email to