mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
ipod6g: CE-ATA uses a 4K block size at minimum
Therefore, turn on MAX_VARIABLE_LOG_SECTOR so we can support 512B and 4K sector sizes. Additionally, correct the interpretation of identify info word 106 in CE-ATA mode. Change-Id: I24dc7dd4a8617fcb60ed87c0c1be98d00dbdfa30
This commit is contained in:
parent
4960a3b753
commit
9644bb5d9d
2 changed files with 11 additions and 1 deletions
|
|
@ -203,7 +203,7 @@
|
|||
#define MAX_PHYS_SECTOR_SIZE 4096
|
||||
|
||||
/* define this if we want to support 512n and 4Kn drives */
|
||||
//#define MAX_VARIABLE_LOG_SECTOR 4096
|
||||
#define MAX_VARIABLE_LOG_SECTOR 4096
|
||||
|
||||
#define HAVE_HARDWARE_CLICK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue