summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
authorTorne Wuff <torne@wolfpuppy.org.uk>2010-02-01 22:59:36 +0000
committerTorne Wuff <torne@wolfpuppy.org.uk>2010-02-01 22:59:36 +0000
commitfb680535f6ffe3f37043c634c6db588adb5d817d (patch)
treec1dd9f106854cbdb366c795fa01dff6fe8a926b9 /firmware/drivers/ata.c
parente9b3c906221f41dae4f7329426b48fa206153dd2 (diff)
downloadrockbox-fb680535f6ffe3f37043c634c6db588adb5d817d.tar.gz
rockbox-fb680535f6ffe3f37043c634c6db588adb5d817d.zip
FS#10955 - LBA48 builds doesn't compile after ata read/write unification
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24444 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r--firmware/drivers/ata.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 7c0164a86f..ddbd6a1edf 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -53,6 +53,7 @@
53#define CMD_READ_MULTIPLE 0xC4 53#define CMD_READ_MULTIPLE 0xC4
54#define CMD_READ_MULTIPLE_EXT 0x29 54#define CMD_READ_MULTIPLE_EXT 0x29
55#define CMD_WRITE_MULTIPLE 0xC5 55#define CMD_WRITE_MULTIPLE 0xC5
56#define CMD_WRITE_MULTIPLE_EXT 0x39
56#define CMD_SET_MULTIPLE_MODE 0xC6 57#define CMD_SET_MULTIPLE_MODE 0xC6
57#define CMD_STANDBY_IMMEDIATE 0xE0 58#define CMD_STANDBY_IMMEDIATE 0xE0
58#define CMD_STANDBY 0xE2 59#define CMD_STANDBY 0xE2