Changeset 34494 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Nov 30, 2010 9:45:03 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r34486 r34494 2414 2414 2415 2415 2416 if (Address == VBOX_PCI_INTERRUPT_LINE && PCIDevGetInterruptLine(pPciDev) != 0)2417 { 2418 Log(("acpi: ignore interrupt line settings: % x, we'll use hardcoded value %x\n", u32Value, PCIDevGetInterruptLine(pPciDev)));2419 return;2416 if (Address == VBOX_PCI_INTERRUPT_LINE) 2417 { 2418 Log(("acpi: ignore interrupt line settings: %d, we'll use hardcoded value %d\n", u32Value, SCI_INT)); 2419 u32Value = SCI_INT; 2420 2420 } 2421 2421
Note:
See TracChangeset
for help on using the changeset viewer.