From fb680535f6ffe3f37043c634c6db588adb5d817d Mon Sep 17 00:00:00 2001 From: Torne Wuff Date: Mon, 1 Feb 2010 22:59:36 +0000 Subject: 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 --- firmware/drivers/ata.c | 1 + 1 file changed, 1 insertion(+) 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 @@ #define CMD_READ_MULTIPLE 0xC4 #define CMD_READ_MULTIPLE_EXT 0x29 #define CMD_WRITE_MULTIPLE 0xC5 +#define CMD_WRITE_MULTIPLE_EXT 0x39 #define CMD_SET_MULTIPLE_MODE 0xC6 #define CMD_STANDBY_IMMEDIATE 0xE0 #define CMD_STANDBY 0xE2 -- cgit v1.2.3