VirtualBox

Changeset 71688 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Apr 5, 2018 3:11:16 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121775
Message:

HDA: Removed redundant and wrong STATESTS interrupt check to fix FreeBSD guest interrupt storm (bugref:9147).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevHDACommon.cpp

    r70964 r71688  
    449449
    450450    /* Check controller interrupts (RIRB, STATEST). */
    451     if (   (HDA_REG(pThis, RIRBSTS) & HDA_REG(pThis, RIRBCTL) & (HDA_RIRBCTL_ROIC | HDA_RIRBCTL_RINTCTL))
    452         /* SDIN State Change Status Flags (SCSF). */
    453         || (HDA_REG(pThis, STATESTS) & HDA_STATESTS_SCSF_MASK))
     451    if (HDA_REG(pThis, RIRBSTS) & HDA_REG(pThis, RIRBCTL) & (HDA_RIRBCTL_ROIC | HDA_RIRBCTL_RINTCTL))
    454452    {
    455453        intSts |= HDA_INTSTS_CIS; /* Set the Controller Interrupt Status (CIS). */
    456454    }
    457455
     456    /* Check SDIN State Change Status Flags. */
    458457    if (HDA_REG(pThis, STATESTS) & HDA_REG(pThis, WAKEEN))
    459458    {
Note: See TracChangeset for help on using the changeset viewer.

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