VirtualBox

Changeset 35992 in vbox


Ignore:
Timestamp:
Feb 16, 2011 11:23:23 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70064
Message:

raw PCI: more init bits

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h

    r35986 r35992  
    5454    uint32_t           HostPciAddress;
    5555
     56    /** The session this interface is associated with. */
     57    PSUPDRVSESSION     pSession;
     58    /** The SUPR0 object id. */
     59    void               *pvObj;
     60   
    5661    /** Port, given to the outside world. */
    5762    RAWPCIDEVPORT      DevPort;
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r35984 r35992  
    58375837        if (FAILED(rc)) return rc;
    58385838
     5839        ChipsetType_T aChipset = ChipsetType_PIIX3;
     5840        COMGETTER(ChipsetType)(&aChipset);
     5841
     5842        if (aChipset != ChipsetType_ICH9)
     5843        {
     5844            return setError(E_INVALIDARG,
     5845                            tr("Host PCI attachment only supported with ICH9 chipset"));
     5846        }
     5847
    58395848        ComObjPtr<PciDeviceAttachment> pda;
    58405849        char name[32];
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