AHCI: Difference between revisions

4 bytes removed ,  5 years ago
m
Corrected obvious error in code (can't find how to fix cmdslots though)
[unchecked revision][unchecked revision]
m (Corrected typo)
m (Corrected obvious error in code (can't find how to fix cmdslots though))
Line 702:
{
// If not set in SACT and CI, the slot is free
uint32_t slots = (m_portport->sact | m_portport->ci);
for (int i=0; i<cmdslots; i++)
{
Anonymous user