1
0
Fork 0
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:
Robert Kukla 2008-03-09 01:56:38 +00:00
parent 88e2053538
commit e96f19c690

View file

@ -148,10 +148,6 @@ int disk_mount(int drive)
{
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
int i = 1; /* For the Gigabeat S, we mount the second partition */
#else
@ -185,7 +181,6 @@ int disk_mount(int drive)
}
#endif
}
#endif
if (mounted == 0 && volume != -1) /* none of the 4 entries worked? */
{ /* try "superfloppy" mode */