From e96f19c690947dafeabcd568b0e562e7dc200809 Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Sun, 9 Mar 2008 01:56:38 +0000 Subject: 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 --- firmware/common/disk.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firmware/common/disk.c') diff --git a/firmware/common/disk.c b/firmware/common/disk.c index c26fdb37a4..3d4dd3dc1d 100644 --- a/firmware/common/disk.c +++ b/firmware/common/disk.c @@ -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 */ -- cgit v1.2.3