VirtualBox

Changeset 34494 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Nov 30, 2010 9:45:03 AM (14 years ago)
Author:
vboxsync
Message:

ACPI: hardcode interrupt - better reset behavior

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r34486 r34494  
    24142414
    24152415
    2416     if (Address == VBOX_PCI_INTERRUPT_LINE && PCIDevGetInterruptLine(pPciDev) != 0)
    2417     {
    2418         Log(("acpi: ignore interrupt line settings: %x, we'll use hardcoded value %x\n", u32Value, PCIDevGetInterruptLine(pPciDev)));
    2419         return;
     2416    if (Address == VBOX_PCI_INTERRUPT_LINE)
     2417    {
     2418        Log(("acpi: ignore interrupt line settings: %d, we'll use hardcoded value %d\n", u32Value, SCI_INT));
     2419        u32Value = SCI_INT;
    24202420    }
    24212421
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