mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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:
parent
4290051dd8
commit
bad4142ce2
30 changed files with 90 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue