summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r--firmware/drivers/ata.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index a02539c896..cc71ff7347 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -50,6 +50,9 @@
50#define CMD_WRITE_MULTIPLE 0xC5 50#define CMD_WRITE_MULTIPLE 0xC5
51#define CMD_WRITE_MULTIPLE_EXT 0x39 51#define CMD_WRITE_MULTIPLE_EXT 0x39
52#define CMD_SET_MULTIPLE_MODE 0xC6 52#define CMD_SET_MULTIPLE_MODE 0xC6
53#ifdef HAVE_ATA_SMART
54#define CMD_SMART
55#endif
53#define CMD_STANDBY_IMMEDIATE 0xE0 56#define CMD_STANDBY_IMMEDIATE 0xE0
54#define CMD_STANDBY 0xE2 57#define CMD_STANDBY 0xE2
55#define CMD_IDENTIFY 0xEC 58#define CMD_IDENTIFY 0xEC