Index: /trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/DrvSCSI.cpp	(revision 24123)
+++ /trunk/src/VBox/Devices/Storage/DrvSCSI.cpp	(revision 24124)
@@ -912,8 +912,10 @@
 
     /*
-     * Initialize interfaces.
+     * Initialize the instance data.
      */
-    pDrvIns->IBase.pfnQueryInterface                    = drvscsiQueryInterface;
-    pThis->ISCSIConnector.pfnSCSIRequestSend            = drvscsiRequestSend;
+    pThis->pDrvIns                           = pDrvIns;
+    pThis->ISCSIConnector.pfnSCSIRequestSend = drvscsiRequestSend;
+
+    pDrvIns->IBase.pfnQueryInterface         = drvscsiQueryInterface;
 
     /*
