according to spec, sector size is 2048

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1425 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2004-03-17 22:05:28 +00:00
parent 7575fba6f3
commit bcfa0d38d2
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ struct harddisk_info {
#define IDE_SECTOR_SIZE 0x200
#define CDROM_SECTOR_SIZE 0x400
#define CDROM_SECTOR_SIZE 0x800
#define IDE_BASE0 (0x1F0u) /* primary controller */
#define IDE_BASE1 (0x170u) /* secondary */