Implemented ATAPI and SCSI SEEK (6) command.

This commit is contained in:
OBattler
2016-12-29 20:49:01 +01:00
parent 03ee24cc6c
commit a0b7d55312
3 changed files with 20 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
#define GPCMD_TEST_UNIT_READY 0x00
#define GPCMD_REQUEST_SENSE 0x03
#define GPCMD_READ_6 0x08
#define GPCMD_SEEK_6 0x0B
#define GPCMD_INQUIRY 0x12
#define GPCMD_MODE_SELECT_6 0x15
#define GPCMD_MODE_SENSE_6 0x1a