CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2010/06/02 07:32:13

Modified files:
        sys/scsi       : sd.c sdvar.h 

Log message:
bring back the SDF_WAITING waiting flag while adapters still implement
NO_CCB.

if sd_buf_done is told that the adapter has no more ccbs via NO_CCB, this
sets a flag so sdstart doesnt try and queue more io straight away.

this fixes the lockups on ciss that halex and okan were experiencing after
the iopools code went in. it will fix any other hba that returns NO_CCB
too.

tested by me@, okan@, and halex@
ok krw@ okan@ halex@

Reply via email to