Changeset 34486 in vbox
- Timestamp:
- Nov 29, 2010 7:33:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r34427 r34486 2414 2414 2415 2415 2416 if (Address == VBOX_PCI_INTERRUPT_LINE )2416 if (Address == VBOX_PCI_INTERRUPT_LINE && PCIDevGetInterruptLine(pPciDev) != 0) 2417 2417 { 2418 2418 Log(("acpi: ignore interrupt line settings: %x, we'll use hardcoded value %x\n", u32Value, PCIDevGetInterruptLine(pPciDev)));
Note:
See TracChangeset
for help on using the changeset viewer.