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:
Solomon Peachy 2025-09-16 14:59:01 -04:00
parent 4960a3b753
commit 9644bb5d9d
2 changed files with 11 additions and 1 deletions

View file

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