ATA_REQUEST_SENSE_ERROR is not defined in ATA spec and no one use it.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6285 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2008-10-29 07:27:15 +00:00
parent 9fe0e26707
commit 3ea27e1a8b
1 changed files with 0 additions and 1 deletions

View File

@ -484,7 +484,6 @@ typedef union {
// //
// Sense Key // Sense Key
// //
#define ATA_REQUEST_SENSE_ERROR (0x70)
#define ATA_SK_NO_SENSE (0x0) #define ATA_SK_NO_SENSE (0x0)
#define ATA_SK_RECOVERY_ERROR (0x1) #define ATA_SK_RECOVERY_ERROR (0x1)
#define ATA_SK_NOT_READY (0x2) #define ATA_SK_NOT_READY (0x2)