VirtualBox

Ignore:
Timestamp:
Jan 7, 2016 9:37:41 AM (9 years ago)
Author:
vboxsync
Message:

SCSI: Return the PDMIMEDIA interface of the driver below so DevPcBios can get it to be able to retrieve the disk geometry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvSCSI.cpp

    r59252 r59274  
    686686    PDMIBASE_RETURN_INTERFACE(pszIID, PDMIMOUNTNOTIFY, &pThis->IMountNotify);
    687687    PDMIBASE_RETURN_INTERFACE(pszIID, PDMIMEDIAASYNCPORT, &pThis->IPortAsync);
     688    PDMIBASE_RETURN_INTERFACE(pszIID, PDMIMEDIA, pThis->pDrvMedia);
    688689    return NULL;
    689690}
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