Index: /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp	(revision 60554)
+++ /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp	(revision 60555)
@@ -1823,5 +1823,5 @@
             pBusLogic->cbReplyParametersLeft = pBusLogic->aCommandBuffer[0];
             memset(pBusLogic->aReplyBuffer, 0, pBusLogic->cbReplyParametersLeft);
-            const char aModelName[] = "958";    /* Trailing \0 is fine, that's the filler anyway. */
+            const char aModelName[] = "958D ";  /* Trailing \0 is fine, that's the filler anyway. */
             int cCharsToTransfer =   pBusLogic->cbReplyParametersLeft <= sizeof(aModelName)
                                    ? pBusLogic->cbReplyParametersLeft
