VirtualBox

Changeset 32491 in vbox


Ignore:
Timestamp:
Sep 14, 2010 8:02:11 PM (14 years ago)
Author:
vboxsync
Message:

ICH PCI: fixed long standing bug in device relocation code (IRQ was computed wrong)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPciIch9.cpp

    r32477 r32491  
    13841384            Log(("PCI: relocating '%s' from slot %#x to %#x\n", pBus->apDevices[iDev + i]->name, iDev + i, iRelDev + i));
    13851385            pBus->apDevices[iRelDev + i] = pBus->apDevices[iDev + i];
    1386             pBus->apDevices[iRelDev + i]->devfn = i;
     1386            pBus->apDevices[iRelDev + i]->devfn = iRelDev + i;
    13871387            pBus->apDevices[iDev + i] = NULL;
    13881388        }
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