renamed SCSI_OP_TUR into SCSI_OP_TEST_UNIT_READY

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22356 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2007-09-28 21:30:53 +00:00
parent a79249de5b
commit ece77b379a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -122,7 +122,7 @@
#define SCSIS_ASC_REMOVAL_REQUESTED 0x5a01 // operator requests medium removal
// some scsi op-codes
#define SCSI_OP_TUR 0x00
#define SCSI_OP_TEST_UNIT_READY 0x00
#define SCSI_OP_REQUEST_SENSE 0x03
#define SCSI_OP_FORMAT 0x04
#define SCSI_OP_READ_6 0x08