From f0d174e96f0c243d0e3bf0977356a43191d24d28 Mon Sep 17 00:00:00 2001 From: Marcus Overhagen Date: Sun, 13 Jan 2008 00:04:40 +0000 Subject: [PATCH] fix comments git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23465 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/drivers/bus/SCSI.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/os/drivers/bus/SCSI.h b/headers/os/drivers/bus/SCSI.h index 3321ec5e7e..49814de8c5 100644 --- a/headers/os/drivers/bus/SCSI.h +++ b/headers/os/drivers/bus/SCSI.h @@ -88,7 +88,7 @@ so ATAPI devices can be used like standard SCSI devices. Further, the SCSI bus manager can emulate auto-sense by executing a REQUEST SENSE if is SCSI_REQ_CMP_ERR and is - SCSI_DEVICE_CHECK_CONDITION when a request is finished. This emulation + SCSI_STATUS_CHECK_CONDITION when a request is finished. This emulation may be enhanced/generalized in the future. */ @@ -449,7 +449,7 @@ typedef struct scsi_sim_interface { // needs some commands emulated bool *no_autosense, // set to true if there is no autosense; // the SCSI bus manager will request sense on - // SCSI_REQ_CMP_ERR/SCSI_DEVICE_CHECK_CONDITION + // SCSI_REQ_CMP_ERR/SCSI_STATUS_CHECK_CONDITION uint32 *max_blocks ); // maximum number of blocks per transfer if > 0; // used for buggy devices that cannot handle // large transfers (read: ATAPI ZIP drives)