Changeset 50558 in vbox for trunk/src/VBox/Devices/PC/BIOS
- Timestamp:
- Feb 24, 2014 5:05:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/logo.c
r44528 r50558 235 235 if (sata_ctrl_printed == 0) 236 236 { 237 printf("\n\n AHCI controller:\n");237 printf("\n\n AHCI controller:"); 238 238 sata_ctrl_printed = 1; 239 239 } … … 249 249 if (scsi_ctrl_printed == 0) 250 250 { 251 printf("\n\n SCSI controller:\n");251 printf("\n\n SCSI controller:"); 252 252 scsi_ctrl_printed = 1; 253 253 } … … 262 262 if ((device < 4) && (ide_ctrl_printed == 0)) 263 263 { 264 printf(" IDE controller:\n");264 printf(" IDE controller:"); 265 265 ide_ctrl_printed = 1; 266 266 }
Note:
See TracChangeset
for help on using the changeset viewer.