Add xpt_schedule_dev_sendq() call, lost at r203108. It is not needed in

usual operation, but required in some conditions to make queue running
after being shrinked.

MFC after:	3 days
This commit is contained in:
Alexander Motin 2010-05-02 04:16:39 +00:00
parent 9b55fc0429
commit 8caae13f68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207490

View File

@ -4874,6 +4874,8 @@ camisr_runqueue(void *V_queue)
if ((dev->flags & CAM_DEV_TAG_AFTER_COUNT) != 0
&& (--dev->tag_delay_count == 0))
xpt_start_tags(ccb_h->path);
if (!device_is_send_queued(dev))
xpt_schedule_dev_sendq(ccb_h->path->bus, dev);
}
if (ccb_h->status & CAM_RELEASE_SIMQ) {