Changeset 34302 in vbox
- Timestamp:
- Nov 23, 2010 5:35:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r34301 r34302 1691 1691 } 1692 1692 1693 int iIrq = aPciIrqs[ich9pciSlotGetPirq(uBus, uDevFn, iPin)]; 1693 int iIrq = aPciIrqs[ich9pciSlotGetPirq(uBus, uDevFn, iPin)]; 1694 1694 ich9pciConfigWrite(pGlobals, uBus, uDevFn, VBOX_PCI_INTERRUPT_LINE, iIrq, 1); 1695 1695 } … … 2413 2413 ich9pciResetDevice(pBus->apDevices[i]); 2414 2414 } 2415 2416 ich9pciFakePCIBIOS(pDevIns); 2415 2417 } 2416 2418
Note:
See TracChangeset
for help on using the changeset viewer.