AHCI: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
m (Add GHC.AHCI_ENABLE as a suggested method of detecting controller in AHCI mode)
Line 584:
// Clear ST (bit0)
port->cmd &= ~HBA_PxCMD_ST;
 
// Clear FRE (bit4)
port->cmd &= ~HBA_PxCMD_FRE;
 
// Wait until FR (bit14), CR (bit15) are cleared
Line 595 ⟶ 598:
}
 
// Clear FRE (bit4)
port->cmd &= ~HBA_PxCMD_FRE;
}
</source>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu