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:
parent
7575fba6f3
commit
bcfa0d38d2
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue