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, 0 insertions, 2 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index e80d53c3d0..39bff50d33 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -174,7 +174,6 @@ int ata_read_sectors(unsigned long start,
174 return ret; 174 return ret;
175} 175}
176 176
177//#ifdef DISK_WRITE
178int ata_write_sectors(unsigned long start, 177int ata_write_sectors(unsigned long start,
179 unsigned char count, 178 unsigned char count,
180 void* buf) 179 void* buf)
@@ -230,7 +229,6 @@ int ata_write_sectors(unsigned long start,
230 mutex_unlock(&ata_mtx); 229 mutex_unlock(&ata_mtx);
231 return i; 230 return i;
232} 231}
233//#endif
234 232
235static int check_registers(void) 233static int check_registers(void)
236{ 234{