VirtualBox

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

PIIX 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/DevPCI.cpp

    r32147 r32490  
    17751775                        Log(("PCI: relocating '%s' from slot %#x to %#x\n", pBus->devices[iDev + i]->name, iDev + i, iDevRel + i));
    17761776                        pBus->devices[iDevRel + i] = pBus->devices[iDev + i];
    1777                         pBus->devices[iDevRel + i]->devfn = i;
     1777                        pBus->devices[iDevRel + i]->devfn = iDevRel + i;
    17781778                        pBus->devices[iDev + i] = NULL;
    17791779                    }
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