Changeset 67870 in vbox
- Timestamp:
- Jul 8, 2017 7:06:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r67708 r67870 450 450 451 451 /* host irqs corresponding to PCI irqs A-D */ 452 static const uint8_t pci_irqs[4] = { 11, 9, 11, 9 };/* bird: added const */452 static const uint8_t pci_irqs[4] = { 11, 10, 9, 11 }; /* bird: added const */ 453 453 454 454 static 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.