Changeset 41774 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Jun 16, 2012 2:44:06 PM (13 years ago)
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/logo.c
r39375 r41774 385 385 386 386 // Don't restore previous video mode 387 // The default text mode should be set up. (defect #1235)387 // The default text mode should be set up. (defect @bugref{1235}) 388 388 set_mode(0x0003); 389 389 -
trunk/src/VBox/Devices/PC/BIOS/logo.c
r28800 r41774 422 422 423 423 // Don't restore previous video mode 424 // The default text mode should be set up. (defect #1235)424 // The default text mode should be set up. (defect @bugref{1235}) 425 425 set_mode(0x0003); 426 426 -
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r40956 r41774 1433 1433 1434 1434 return apic_bus_deliver(pDev, &DstSet, delivery_mode, vector_num, 1435 polarity, trigger_mode, 1435 polarity, trigger_mode, 1436 1436 pDev->CTX_SUFF(pApicHlp)->pfnCalcIrqTag(pDev->CTX_SUFF(pDevIns), PDM_IRQ_LEVEL_HIGH)); 1437 1437 } … … 1700 1700 if (!(pApic->lvt[APIC_LVT_TIMER] & APIC_LVT_MASKED)) { 1701 1701 LogFlow(("apic_timer: trigger irq\n")); 1702 apic_set_irq(pDev, pApic, pApic->lvt[APIC_LVT_TIMER] & 0xff, APIC_TRIGGER_EDGE, 1702 apic_set_irq(pDev, pApic, pApic->lvt[APIC_LVT_TIMER] & 0xff, APIC_TRIGGER_EDGE, 1703 1703 pDev->CTX_SUFF(pApicHlp)->pfnCalcIrqTag(pDevIns, PDM_IRQ_LEVEL_HIGH)); 1704 1704 … … 1828 1828 1829 1829 /** @todo add LAPIC range validity checks (different LAPICs can 1830 * theoretically have different physical addresses, see #3092) */1830 * theoretically have different physical addresses, see @bugref{3092}) */ 1831 1831 1832 1832 STAM_COUNTER_INC(&CTXSUFF(pDev->StatMMIORead)); … … 1887 1887 1888 1888 /** @todo: add LAPIC range validity checks (multiple LAPICs can theoretically have 1889 different physical addresses, see #3092) */1889 * different physical addresses, see @bugref{3092}) */ 1890 1890 1891 1891 STAM_COUNTER_INC(&CTXSUFF(pDev->StatMMIOWrite));
Note:
See TracChangeset
for help on using the changeset viewer.