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)