VirtualBox

Changeset 59918 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 4, 2016 10:06:52 AM (9 years ago)
Author:
vboxsync
Message:

ACPI: Allow two more serial ports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r59872 r59918  
    30423042            InsertConfigInteger(pCfg,  "Serial1IoPortBase", auSerialIoPortBase[1]);
    30433043            InsertConfigInteger(pCfg,  "Serial1Irq", auSerialIrq[1]);
     3044
     3045            if (auSerialIoPortBase[2])
     3046            {
     3047                InsertConfigInteger(pCfg,  "Serial2IoPortBase", auSerialIoPortBase[2]);
     3048                InsertConfigInteger(pCfg,  "Serial2Irq", auSerialIrq[2]);
     3049            }
     3050
     3051            if (auSerialIoPortBase[3])
     3052            {
     3053                InsertConfigInteger(pCfg,  "Serial3IoPortBase", auSerialIoPortBase[3]);
     3054                InsertConfigInteger(pCfg,  "Serial3Irq", auSerialIrq[3]);
     3055            }
    30443056
    30453057            InsertConfigInteger(pCfg,  "Parallel0IoPortBase", auParallelIoPortBase[0]);
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