Changeset 63478 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Aug 15, 2016 2:04:10 PM (8 years ago)
- Location:
- trunk/src/VBox/Devices/Bus
- Files:
-
- 2 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 */ -
trunk/src/VBox/Devices/Bus/MsiCommon.cpp
r62885 r63478 99 99 } 100 100 101 #ifdef IN_RING3 102 101 103 DECLINLINE(bool) msiBitJustCleared(uint32_t uOldValue, 102 104 uint32_t uNewValue, … … 113 115 } 114 116 115 #ifdef IN_RING3116 117 void MsiPciConfigWrite(PPDMDEVINS pDevIns, PCPDMPCIHLP pPciHlp, PPCIDEVICE pDev, 117 118 uint32_t u32Address, uint32_t val, unsigned len)
Note:
See TracChangeset
for help on using the changeset viewer.