K 10 svn:author V 5 gibbs K 8 svn:date V 27 2000-03-18T22:13:27.000000Z K 7 svn:log V 529 o clear the ccb_flags field before sending an accept target I/O ccb to an HBA. Garbage in this field confuses the driver in targdone(). o When completing a CCB on behalf of a user process, we need to *de-queue* the ccb from our pending ccb list, not queue it again. o All continue target I/O operations need to have a timeout set. We use 5 seconds throughout this driver. o Remove some logging printfs. o During abort processing, remove ccbs that are on the pending queue from the pending queue, not the work queue. END