VirtualBox

Changeset 50558 in vbox for trunk/src/VBox/Devices/PC/BIOS


Ignore:
Timestamp:
Feb 24, 2014 5:05:12 PM (11 years ago)
Author:
vboxsync
Message:

PC/BIOS: small cosmetical fixes for the boot device selection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/logo.c

    r44528 r50558  
    235235            if (sata_ctrl_printed == 0)
    236236            {
    237                 printf("\n\nAHCI controller:\n");
     237                printf("\n\n  AHCI controller:");
    238238                sata_ctrl_printed = 1;
    239239            }
     
    249249            if (scsi_ctrl_printed == 0)
    250250            {
    251                 printf("\n\nSCSI controller:\n");
     251                printf("\n\n  SCSI controller:");
    252252                scsi_ctrl_printed = 1;
    253253            }
     
    262262            if ((device < 4) && (ide_ctrl_printed == 0))
    263263            {
    264                 printf("IDE controller:\n");
     264                printf("  IDE controller:");
    265265                ide_ctrl_printed = 1;
    266266            }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette