VirtualBox

Changeset 67870 in vbox


Ignore:
Timestamp:
Jul 8, 2017 7:06:53 PM (7 years ago)
Author:
vboxsync
Message:

PCI: Change PCI IRQ assignments to match previous behavior (previously done by BIOS which overrode fakebios).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPCI.cpp

    r67708 r67870  
    450450
    451451/* host irqs corresponding to PCI irqs A-D */
    452 static const uint8_t pci_irqs[4] = { 11, 9, 11, 9 }; /* bird: added const */
     452static const uint8_t pci_irqs[4] = { 11, 10, 9, 11 };  /* bird: added const */
    453453
    454454static void pci_bios_init_device(PDEVPCIROOT pGlobals, PDEVPCIBUS pBus, PPDMPCIDEV pPciDev, uint8_t cBridgeDepth, uint8_t *paBridgePositions)
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