Editing Hard Drive
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 49: | Line 49: | ||
enum ATA_C_CODES { | enum ATA_C_CODES { | ||
//left out standard commands | //left out standard commands | ||
//this is the only vendor specific opcode used. other SCE non-standard commands override standard commands, see below. | |||
ATA_C_SCE_SECURITY_CONTROL = 0x8e, | ATA_C_SCE_SECURITY_CONTROL = 0x8e, | ||
}; | }; | ||
enum ATA_SCE_SECURITY_CODES { | enum ATA_SCE_SECURITY_CODES { | ||
//These commands may override standard ATA commands that use the same opcodes | |||
ATA_SCE_IDENTIFY_DRIVE = 0xec, | ATA_SCE_IDENTIFY_DRIVE = 0xec, | ||