VirtualBox

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


Ignore:
Timestamp:
Aug 7, 2008 6:25:15 PM (16 years ago)
Author:
vboxsync
Message:

PDM: GC->RC, HC->R3 wrt PCI bus registration.

File:
1 edited

Legend:

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

    r11192 r11224  
    14831483
    14841484    PciBusReg.u32Version              = PDM_PCIBUSREG_VERSION;
    1485     PciBusReg.pfnRegisterHC           = pciRegister;
    1486     PciBusReg.pfnIORegionRegisterHC   = pciIORegionRegister;
    1487     PciBusReg.pfnSetConfigCallbacksHC = pciSetConfigCallbacks;
    1488     PciBusReg.pfnSetIrqHC             = pciSetIrq;
    1489     PciBusReg.pfnSaveExecHC           = pciGenericSaveExec;
    1490     PciBusReg.pfnLoadExecHC           = pciGenericLoadExec;
    1491     PciBusReg.pfnFakePCIBIOSHC        = pciFakePCIBIOS;
    1492     PciBusReg.pszSetIrqGC             = fGCEnabled ? "pciSetIrq" : NULL;
     1485    PciBusReg.pfnRegisterR3           = pciRegister;
     1486    PciBusReg.pfnIORegionRegisterR3   = pciIORegionRegister;
     1487    PciBusReg.pfnSetConfigCallbacksR3 = pciSetConfigCallbacks;
     1488    PciBusReg.pfnSetIrqR3             = pciSetIrq;
     1489    PciBusReg.pfnSaveExecR3           = pciGenericSaveExec;
     1490    PciBusReg.pfnLoadExecR3           = pciGenericLoadExec;
     1491    PciBusReg.pfnFakePCIBIOSR3        = pciFakePCIBIOS;
     1492    PciBusReg.pszSetIrqRC             = fGCEnabled ? "pciSetIrq" : NULL;
    14931493    PciBusReg.pszSetIrqR0             = fR0Enabled ? "pciSetIrq" : NULL;
    14941494    rc = pDevIns->pDevHlp->pfnPCIBusRegister(pDevIns, &PciBusReg, &pBus->pPciHlpR3);
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