VirtualBox

Changeset 97292 in vbox for trunk/src/VBox/Devices/VirtIO


Ignore:
Timestamp:
Oct 25, 2022 8:29:49 AM (2 years ago)
Author:
vboxsync
Message:

Devices/VirtioScsi: Fixed controller not being recognized by the UEFI driver, ticketref:21200

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VirtIO/VirtioCore.cpp

    r97030 r97292  
    24642464        PDMPciDevSetRevisionId(pPciDev,     DEVICE_PCI_REVISION_ID_VIRTIO_V1);
    24652465
    2466     PDMPciDevSetSubSystemId(pPciDev,        DEVICE_PCI_NETWORK_SUBSYSTEM);
     2466    PDMPciDevSetSubSystemId(pPciDev,        pPciParams->uSubsystemId);
    24672467    PDMPciDevSetSubSystemVendorId(pPciDev,  DEVICE_PCI_VENDOR_ID_VIRTIO);
    24682468    PDMPciDevSetClassBase(pPciDev,          pPciParams->uClassBase);
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