Changeset 35063 in vbox for trunk/src/VBox/Devices/PC/BIOS
- Timestamp:
- Dec 14, 2010 11:11:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r34994 r35063 5586 5586 else 5587 5587 #endif 5588 { 5588 5589 write_word(ebda_seg,&EbdaData->ata.devices[device].blksize,count * 0x200); 5589 5590 status=ata_cmd_data_in(device, ATA_CMD_READ_MULTIPLE, count, cylinder, head, sector, lba, segment, offset); 5590 5591 write_word(ebda_seg,&EbdaData->ata.devices[device].blksize,0x200); 5592 } 5591 5593 } 5592 5594 else
Note:
See TracChangeset
for help on using the changeset viewer.