VirtualBox

Changeset 41774 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Jun 16, 2012 2:44:06 PM (13 years ago)
Author:
vboxsync
Message:

bugref..

Location:
trunk/src/VBox/Devices/PC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS-new/logo.c

    r39375 r41774  
    385385
    386386    // 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})
    388388    set_mode(0x0003);
    389389
  • trunk/src/VBox/Devices/PC/BIOS/logo.c

    r28800 r41774  
    422422
    423423    // 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})
    425425    set_mode(0x0003);
    426426
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r40956 r41774  
    14331433
    14341434    return apic_bus_deliver(pDev, &DstSet, delivery_mode, vector_num,
    1435                             polarity, trigger_mode, 
     1435                            polarity, trigger_mode,
    14361436                            pDev->CTX_SUFF(pApicHlp)->pfnCalcIrqTag(pDev->CTX_SUFF(pDevIns), PDM_IRQ_LEVEL_HIGH));
    14371437}
     
    17001700    if (!(pApic->lvt[APIC_LVT_TIMER] & APIC_LVT_MASKED)) {
    17011701        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,
    17031703                     pDev->CTX_SUFF(pApicHlp)->pfnCalcIrqTag(pDevIns, PDM_IRQ_LEVEL_HIGH));
    17041704
     
    18281828
    18291829    /** @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}) */
    18311831
    18321832    STAM_COUNTER_INC(&CTXSUFF(pDev->StatMMIORead));
     
    18871887
    18881888    /** @todo: add LAPIC range validity checks (multiple LAPICs can theoretically have
    1889                different physical addresses, see #3092) */
     1889     *         different physical addresses, see @bugref{3092}) */
    18901890
    18911891    STAM_COUNTER_INC(&CTXSUFF(pDev->StatMMIOWrite));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette