CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/05 10:07:01
Modified files: sys/scsi : scsi_base.c Log message: When SCSIDEBUG'ing, print data about to be written (for commands flagged SCSI_DATA_OUT) and data that has been returned (for commands flagged SCSI_DATA_IN). This is better than just printing the data buffer before the command is issued since that does not include any data that has been read. e.g. INQUIRY data, as thib@ and I discovered. ok marco@