VirtualBox

Ignore:
Timestamp:
Apr 11, 2008 7:20:25 PM (17 years ago)
Author:
vboxsync
Message:

AHCI: add status LED support, minor cleanups in the ahci controller code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r7466 r7939  
    225225    memset(mapFDLeds, 0, sizeof(mapFDLeds));
    226226    memset(mapIDELeds, 0, sizeof(mapIDELeds));
     227    memset(mapSATALeds, 0, sizeof(mapSATALeds));
    227228    memset(mapNetworkLeds, 0, sizeof(mapNetworkLeds));
    228229    memset(&mapUSBLed, 0, sizeof(mapUSBLed));
     
    18711872            SumLed.u32 |= readAndClearLed(mapIDELeds[1]);
    18721873            SumLed.u32 |= readAndClearLed(mapIDELeds[3]);
     1874            for (unsigned i = 0; i < ELEMENTS(mapSATALeds); i++)
     1875                SumLed.u32 |= readAndClearLed(mapSATALeds[i]);
    18731876            break;
    18741877        }
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