Changeset 61770 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Jun 20, 2016 3:39:21 PM (8 years ago)
- Location:
- trunk/src/VBox/Devices/Bus
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r60167 r61770 1986 1986 ); 1987 1987 if (PCIDevGetByte(pPciDev, VBOX_PCI_INTERRUPT_PIN) != 0) 1988 { 1988 1989 pHlp->pfnPrintf(pHlp, " IRQ%d", PCIDevGetByte(pPciDev, VBOX_PCI_INTERRUPT_LINE)); 1990 pHlp->pfnPrintf(pHlp, " (INTA#->IRQ%d)", 0x10 + pci_slot_get_apic_pirq(iDev, 0)); 1991 } 1989 1992 1990 1993 pHlp->pfnPrintf(pHlp, "\n"); -
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r58091 r61770 2391 2391 ); 2392 2392 if (ich9pciGetByte(pPciDev, VBOX_PCI_INTERRUPT_PIN) != 0) 2393 { 2393 2394 pHlp->pfnPrintf(pHlp, " IRQ%d", ich9pciGetByte(pPciDev, VBOX_PCI_INTERRUPT_LINE)); 2395 pHlp->pfnPrintf(pHlp, " (INTA#->IRQ%d)", 0x10 + ich9pciSlot2ApicIrq(iDev >> 3, 0)); 2396 } 2394 2397 pHlp->pfnPrintf(pHlp, "\n"); 2395 2398
Note:
See TracChangeset
for help on using the changeset viewer.