summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/ata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index ee322be667..f1878231f9 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -90,7 +90,7 @@ static long last_user_activity = -1;
90long last_disk_activity = -1; 90long last_disk_activity = -1;
91 91
92static int multisectors; /* number of supported multisectors */ 92static int multisectors; /* number of supported multisectors */
93static unsigned short identify_info[SECTOR_SIZE]; 93static unsigned short identify_info[SECTOR_SIZE/2];
94 94
95#ifdef MAX_PHYS_SECTOR_SIZE 95#ifdef MAX_PHYS_SECTOR_SIZE
96struct sector_cache_entry { 96struct sector_cache_entry {