forked from len0rd/rockbox
enable partition probing for superfloppy targets; hanging was caused by out-of-bounds sector access
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16583 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
88e2053538
commit
e96f19c690
1 changed files with 0 additions and 5 deletions
|
@ -148,10 +148,6 @@ int disk_mount(int drive)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#if !defined(ELIO_TPJ1022) && !defined(MROBE_100)
|
|
||||||
/* The Elio's hard drive has no partition table and probing for partitions causes
|
|
||||||
Rockbox to crash - so we temporarily disable the probing until we fix the
|
|
||||||
real problem. */
|
|
||||||
#ifdef TOSHIBA_GIGABEAT_S
|
#ifdef TOSHIBA_GIGABEAT_S
|
||||||
int i = 1; /* For the Gigabeat S, we mount the second partition */
|
int i = 1; /* For the Gigabeat S, we mount the second partition */
|
||||||
#else
|
#else
|
||||||
|
@ -185,7 +181,6 @@ int disk_mount(int drive)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
if (mounted == 0 && volume != -1) /* none of the 4 entries worked? */
|
if (mounted == 0 && volume != -1) /* none of the 4 entries worked? */
|
||||||
{ /* try "superfloppy" mode */
|
{ /* try "superfloppy" mode */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue