Changeset 63478 in vbox for trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
- Timestamp:
- Aug 15, 2016 2:04:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r62889 r63478 541 541 } 542 542 543 #ifdef IN_RING3 544 543 545 /* return the global irq number corresponding to a given device irq 544 546 pin. We could also use the bus number to have a more precise … … 553 555 /* irqs corresponding to PCI irqs A-D, must match pci_irq_list in rombios.c */ 554 556 static const uint8_t aPciIrqs[4] = { 11, 10, 9, 5 }; 557 558 #endif /* IN_RING3 */ 555 559 556 560 /* Add one more level up request on APIC input line */
Note:
See TracChangeset
for help on using the changeset viewer.