summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/system-pp502x.c
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2009-01-18 12:35:03 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2009-01-18 12:35:03 +0000
commit1c44a9f4316e93b3648352943fe21bd00bd450fd (patch)
tree8818fe116b93d55cfaaccc9aaee07159ab4966c9 /firmware/target/arm/system-pp502x.c
parent5ad02f701b8a34f4f7fada49989953b3c22e86e5 (diff)
downloadrockbox-1c44a9f4316e93b3648352943fe21bd00bd450fd.tar.gz
rockbox-1c44a9f4316e93b3648352943fe21bd00bd450fd.zip
Submit FS#9749 by Boris Gjenero. Do not reset IDE0 on startup for iPod Video and iPod 4G. Could also be done for H10 and iPod Color, if tested with positive result.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19789 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/system-pp502x.c')
-rw-r--r--firmware/target/arm/system-pp502x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/system-pp502x.c b/firmware/target/arm/system-pp502x.c
index 277b1e9a0b..db6cae13d4 100644
--- a/firmware/target/arm/system-pp502x.c
+++ b/firmware/target/arm/system-pp502x.c
@@ -325,7 +325,7 @@ void system_init(void)
DEV_INIT2 = 0x40000000;
/* reset all allowed devices */
- DEV_RS = 0x3ffffef8;
+ DEV_RS = 0x3dfffef8;
DEV_RS2 = 0xffffffff;
DEV_RS = 0x00000000;
DEV_RS2 = 0x00000000;
@@ -367,7 +367,7 @@ void system_init(void)
DEV_INIT2 = 0x40000000;
/* reset all allowed devices */
- DEV_RS = 0x3ffdfef8;
+ DEV_RS = 0x3dfdfef8;
DEV_RS2 = 0xffffffff;
DEV_RS = 0x00000000;
DEV_RS2 = 0x00000000;