- Timestamp:
- Aug 16, 2012 11:08:49 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/ahci.c
r42811 r42842 669 669 /** @todo update sectors to be a 64 bit number (also lba...). */ 670 670 if (cSectors == 268435455) 671 cSectors = *(uint 16_t *)(abBuffer+(100*2)); // words 100 to 103 (someday)671 cSectors = *(uint32_t *)(abBuffer+(100*2)); // words 100 to 103 (someday) 672 672 673 673 DBG_AHCI("AHCI: %ld sectors\n", cSectors);
Note:
See TracChangeset
for help on using the changeset viewer.