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
This commit is contained in:
Torne Wuff 2010-04-09 12:10:17 +00:00
parent 4290051dd8
commit bad4142ce2
30 changed files with 90 additions and 0 deletions

View file

@ -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