VirtualBox

Changeset 38844 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 23, 2011 12:25:21 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74141
Message:

Very rudimentary SCSI MMC implementation.

Location:
trunk/src/VBox/Devices
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r38696 r38844  
    7171        Storage/VSCSI/VSCSILun.cpp \
    7272        Storage/VSCSI/VSCSILunSbc.cpp \
     73        Storage/VSCSI/VSCSILunMmc.cpp \
    7374        Storage/VSCSI/VSCSISense.cpp \
    7475        Storage/VSCSI/VSCSIIoReq.cpp \
  • trunk/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp

    r38680 r38844  
    2828extern VSCSILUNDESC g_VScsiLunTypeSbc;
    2929/** MMC descriptor */
    30 //extern PVSCSILUNDESC g_pVScsiLunTypeMmc;
     30extern VSCSILUNDESC g_VScsiLunTypeMmc;
    3131
    3232/**
     
    3535static PVSCSILUNDESC g_aVScsiLunTypesSupported[] =
    3636{
    37     &g_VScsiLunTypeSbc
     37    &g_VScsiLunTypeSbc,
     38    &g_VScsiLunTypeMmc,
    3839};
    3940
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