VirtualBox

Ignore:
Timestamp:
Sep 23, 2019 8:54:03 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133547
Message:

IOM,PDM,DevPCI,DevPciIch9,RTC: Fixes to the I/O port lookup table insertion code. Converted (mostly) the two PCI buses to the new PDM device style. The ICH9 variant wasn't actually dropping the default critsect, it turned out. Changed the new I/O port callbacks to return VBOXSTRICTRC rather than plain int. bugref:9218

File:
1 edited

Legend:

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

    r80943 r80960  
    192192    pPciDev->Int.s.pBusR3           = pBus;
    193193    Assert(pBus == PDMINS_2_DATA(pDevIns, PDEVPCIBUS));
    194     pPciDev->Int.s.pBusR0           = PDMINS_2_DATA_R0PTR(pDevIns);
    195     pPciDev->Int.s.pBusRC           = PDMINS_2_DATA_RCPTR(pDevIns);
    196194    pPciDev->Int.s.pfnConfigRead    = NULL;
    197195    pPciDev->Int.s.pfnConfigWrite   = NULL;
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