Rockbox mail archive
Subject: Re: rockbox Digest, Vol 43, Issue 15
Re: rockbox Digest, Vol 43, Issue 15
On Sun, Mar 15, 2009 at 7:00 AM, <rockbox-request_at_cool.haxx.se> wrote:
>
> > So, here is what I've had to do to get things working with
> > the Toshiba MK2431GAH 240gb drive:
>
> > 1. Make the following changes in
> > "/usr/src/rockbox/firmware/export/config-ipodvideo.h"
>
> > /* define this if the hard drive uses large physical
> > sectors (ATA-7 feature) */ /* and doesn't handle them in
> > the drive firmware */ /* MAX_PHYS_SECTOR_SIZE 1024 */
> > #define MAX_PHYS_SECTOR_SIZE 4096
> > #define HAVE_LBA48
>
> As the comment says, MAX_PHYS_SECTOR_SIZE is only necessary for
> drives having large physical sectors *and* not being able to
> handle the joining/splitting themselves. So far the only drives
> this applies to is the original 80GB ipod video HDD. If this
> 240GB drive can handle this itself, you'll get better
> performance if you *disable* MAX_PHYS_SECTOR_SIZE support in
> rockbox.
> Regards, Jens
Yes, that works properly. I should have paid more attention to the
comment. So step 1 should look like:
1. Make the following changes in "firmware/export/config-ipodvideo.h"
/* define this if the hard drive uses large physical
sectors (ATA-7 feature) */ /* and doesn't handle them in
the drive firmware */
/* MAX_PHYS_SECTOR_SIZE 1024 */
#define HAVE_LBA48
Thanks Jens!
Regards,
Steve Martin
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox
FAQ: http://www.rockbox.org/twiki/bin/view/Main/GeneralFAQ
Etiquette: http://www.rockbox.org/mail/etiquette.html
Received on 2009-03-15
Page was last modified "Jan 10 2012" The Rockbox Crew
|