From bad4142ce2eb1d2e5311cc3fab416b6544ca4634 Mon Sep 17 00:00:00 2001 From: Torne Wuff Date: Fri, 9 Apr 2010 12:10:17 +0000 Subject: 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 --- firmware/export/config/iriverh10.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config/iriverh10.h') diff --git a/firmware/export/config/iriverh10.h b/firmware/export/config/iriverh10.h index bda40f6659..95e643e3d8 100644 --- a/firmware/export/config/iriverh10.h +++ b/firmware/export/config/iriverh10.h @@ -11,6 +11,9 @@ /* define this if you use an ATA controller */ #define CONFIG_STORAGE STORAGE_ATA +/*define this if the ATA controller and method of USB access support LBA48 */ +#define HAVE_LBA48 + /* define this if you have recording possibility */ #define HAVE_RECORDING /* Define bitmask of input sources - recordable bitmask can be defined -- cgit v1.2.3