CVSROOT: /cvs Module name: src Changes by: step...@cvs.openbsd.org 2010/08/24 03:10:14
Modified files: sys/scsi : Tag: OPENBSD_4_7 scsi_base.c Log message: MFC, original commit from dlg: -------------------------------------------------------------------------- if we're going to set ITSDONE when an xfer is done cos the adapter expects it, we should clear it before we issue it to the adapter too. retried commands would have ITSDONE still set otherwise. -------------------------------------------------------------------------- ok krw@