Changeset 52812 in vbox for trunk/src/VBox/Devices/PC/BIOS/scsi.c
- Timestamp:
- Sep 22, 2014 10:05:12 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96208
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/scsi.c
r50176 r52812 512 512 bios_dsk->devices[hd_index].lchs.cylinders = (uint16_t)cylinders; 513 513 514 BX_INFO("SCSI %d-ID#%d: LCHS=%u/%u/%u %l dsectors\n", devcount_scsi,514 BX_INFO("SCSI %d-ID#%d: LCHS=%u/%u/%u %lu sectors\n", devcount_scsi, 515 515 i, (uint16_t)cylinders, heads, sectors_per_track, sectors); 516 516
Note:
See TracChangeset
for help on using the changeset viewer.