1
0
Fork 0
forked from len0rd/rockbox

Do not waste RAM in the ATA driver. The identify info is a single sector.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16309 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2008-02-14 06:52:59 +00:00
parent addb5228ec
commit 3fd2e52a0a

View file

@ -90,7 +90,7 @@ static long last_user_activity = -1;
long last_disk_activity = -1;
static int multisectors; /* number of supported multisectors */
static unsigned short identify_info[SECTOR_SIZE];
static unsigned short identify_info[SECTOR_SIZE/2];
#ifdef MAX_PHYS_SECTOR_SIZE
struct sector_cache_entry {