VirtualBox

Changeset 64319 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 19, 2016 2:03:52 PM (8 years ago)
Author:
vboxsync
Message:

OHCI: Do not enable interrupts on reset; tiny bit of extra logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/DevOHCI.cpp

    r64294 r64319  
    12191219    pThis->status = 0;
    12201220    pThis->intr_status = 0;
    1221     pThis->intr = OHCI_INTR_MASTER_INTERRUPT_ENABLED;   /* (We follow the text and the not reset value column,) */
     1221    pThis->intr = 0;
    12221222
    12231223    pThis->hcca = 0;
     
    38373837    }
    38383838
     3839    Log(("ohci: Updating HCCA on frame %#x\n", pThis->HcFmNumber));
    38393840    ohciPhysWrite(pThis, pThis->hcca + OHCI_HCCA_OFS, (uint8_t *)&hcca, sizeof(hcca));
    38403841    if (fWriteDoneHeadInterrupt)
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