diff options
author | Michael Sparmann <theseven@rockbox.org> | 2011-02-27 22:47:55 +0000 |
---|---|---|
committer | Michael Sparmann <theseven@rockbox.org> | 2011-02-27 22:47:55 +0000 |
commit | 30fb680a4dc7b8f1fed9002a47dc2154c7f72d0a (patch) | |
tree | 3f685583a92719314cf722fb8a8737947bb968c1 /firmware/export/config/ipod6g.h | |
parent | 59c5e791a13765e75dacc2b97e93450c374b3b14 (diff) | |
download | rockbox-30fb680a4dc7b8f1fed9002a47dc2154c7f72d0a.tar.gz rockbox-30fb680a4dc7b8f1fed9002a47dc2154c7f72d0a.tar.bz2 rockbox-30fb680a4dc7b8f1fed9002a47dc2154c7f72d0a.zip |
iPod Classic CE-ATA Support (Part 4 of 4: S5L8702 ATA driver)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29448 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/ipod6g.h')
-rw-r--r-- | firmware/export/config/ipod6g.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 6ab89e5869..e783612364 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -185,13 +185,20 @@ /* Define this if you can read an absolute wheel position */
#define HAVE_WHEEL_POSITION
+//#define HAVE_ATA_BBT
+//#define ATA_BBT_PAGES 3072
+
+#define SECTOR_SIZE 4096
+
+#define STORAGE_NEEDS_ALIGN
+
/* define this if the device has larger sectors when accessed via USB */
/* (only relevant in disk.c, fat.c now always supports large virtual sectors) */
-#define MAX_LOG_SECTOR_SIZE 4096
+//#define MAX_LOG_SECTOR_SIZE 4096
/* define this if the hard drive uses large physical sectors (ATA-7 feature) */
/* and doesn't handle them in the drive firmware */
-#define MAX_PHYS_SECTOR_SIZE 4096
+//#define MAX_PHYS_SECTOR_SIZE 4096
/* Define this if you have adjustable CPU frequency */
#define HAVE_ADJUSTABLE_CPU_FREQ
|