forked from len0rd/rockbox
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
This commit is contained in:
parent
5ad02f701b
commit
1c44a9f431
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue