CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/08 23:35:11
Modified files:
sys/dev/ic : ciss.c
Log message:
Avoid mulitple calls to scsi_done() on the same xs by having
ciss_cmd() call scsi_done() in the one case where ciss_done() was
not calling ciss_done() before erroring out, and not calling
scsi_done() after ciss_cmd() errors out.
Okan's box can now boot. And work fine afterwards.
Tested by o...@. ok dlg@ beck@
