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:
parent
addb5228ec
commit
3fd2e52a0a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue