Index: /trunk/src/VBox/Main/ConsoleImpl2.cpp
===================================================================
--- /trunk/src/VBox/Main/ConsoleImpl2.cpp	(revision 29337)
+++ /trunk/src/VBox/Main/ConsoleImpl2.cpp	(revision 29338)
@@ -1203,9 +1203,9 @@
                 rc = CFGMR3InsertString(pLunL0, "Driver",               "MainStatus");  RC_CHECK();
                 rc = CFGMR3InsertNode(pLunL0,   "Config", &pCfg);                       RC_CHECK();
-                rc = CFGMR3InsertInteger(pCfg,  "papLeds", (uintptr_t)&pConsole->mapStorageLeds[iLedScsi]); RC_CHECK();
+                rc = CFGMR3InsertInteger(pCfg,  "papLeds", (uintptr_t)&pConsole->mapStorageLeds[iLedSas]); RC_CHECK();
                 rc = CFGMR3InsertInteger(pCfg,  "First",    0);                         RC_CHECK();
-                Assert(cLedScsi >= 16);
-                rc = CFGMR3InsertInteger(pCfg,  "Last",     15)        ;                RC_CHECK();
-                paLedDevType = &pConsole->maStorageDevType[iLedScsi];
+                Assert(cLedScsi >= 8);
+                rc = CFGMR3InsertInteger(pCfg,  "Last",     7);                         RC_CHECK();
+                paLedDevType = &pConsole->maStorageDevType[iLedSas];
                 break;
             }
