summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-11-18 14:06:50 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-11-18 14:06:50 +0000
commitf4c2b96daa09e58e307d2f3998932553294b9098 (patch)
treef75bd401dc219faed5d5e70a96d44a798f2cbb4a /firmware/drivers/ata.c
parentfa24eb940a6483c110beca691225a6968848d78b (diff)
downloadrockbox-f4c2b96daa09e58e307d2f3998932553294b9098.tar.gz
rockbox-f4c2b96daa09e58e307d2f3998932553294b9098.zip
H300 has no ATA LED
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7961 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r--firmware/drivers/ata.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 9cc49c1731..a3dd8be241 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -1413,10 +1413,12 @@ int ata_init(void)
1413 or_b(0x02, &PADRH); /* release ATA reset */ 1413 or_b(0x02, &PADRH); /* release ATA reset */
1414 PACR2 &= 0xBFFF; /* GPIO function for PA7 (IDE enable) */ 1414 PACR2 &= 0xBFFF; /* GPIO function for PA7 (IDE enable) */
1415#elif CONFIG_CPU == MCF5249 1415#elif CONFIG_CPU == MCF5249
1416#ifdef HAVE_ATA_LED_CTRL
1416 /* Enable disk LED & ISD chip power control */ 1417 /* Enable disk LED & ISD chip power control */
1417 and_l(~0x0000240, &GPIO_OUT); 1418 and_l(~0x0000240, &GPIO_OUT);
1418 or_l(0x00000240, &GPIO_ENABLE); 1419 or_l(0x00000240, &GPIO_ENABLE);
1419 or_l(0x00000200, &GPIO_FUNCTION); 1420 or_l(0x00000200, &GPIO_FUNCTION);
1421#endif
1420 1422
1421 /* ATA reset */ 1423 /* ATA reset */
1422 or_l(0x00080000, &GPIO_OUT); 1424 or_l(0x00080000, &GPIO_OUT);