summaryrefslogtreecommitdiff
path: root/firmware/export/config/iriverh100.h
diff options
context:
space:
mode:
authorTorne Wuff <torne@wolfpuppy.org.uk>2010-04-09 12:10:17 +0000
committerTorne Wuff <torne@wolfpuppy.org.uk>2010-04-09 12:10:17 +0000
commitbad4142ce2eb1d2e5311cc3fab416b6544ca4634 (patch)
tree5dc69c2a98d26c653766a407564ad11206717449 /firmware/export/config/iriverh100.h
parent4290051dd8e0655a9f18ec478550f8b01fb16262 (diff)
downloadrockbox-bad4142ce2eb1d2e5311cc3fab416b6544ca4634.tar.gz
rockbox-bad4142ce2eb1d2e5311cc3fab416b6544ca4634.zip
Add LBA48 support to all targets with ATA, except archoses whose USB bridge chip can't handle it.
The cost of LBA48 support is very small and it means that upgraded drives/CF cards which are over 128GiB will just work with no custom build required. There should be no runtime effect on disks which do not require it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25553 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/iriverh100.h')
-rw-r--r--firmware/export/config/iriverh100.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/iriverh100.h b/firmware/export/config/iriverh100.h
index 62835c188e..5e09595b17 100644
--- a/firmware/export/config/iriverh100.h
+++ b/firmware/export/config/iriverh100.h
@@ -13,6 +13,9 @@
13/* define this if you use an ATA controller */ 13/* define this if you use an ATA controller */
14#define CONFIG_STORAGE STORAGE_ATA 14#define CONFIG_STORAGE STORAGE_ATA
15 15
16/*define this if the ATA controller and method of USB access support LBA48 */
17#define HAVE_LBA48
18
16/* define this if you have a bitmap LCD display */ 19/* define this if you have a bitmap LCD display */
17#define HAVE_LCD_BITMAP 20#define HAVE_LCD_BITMAP
18 21