1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:57:35 +00:00

Kernel/Storage: Add SATA error disambiguation

This commit is contained in:
Luke 2021-03-15 07:29:39 +00:00 committed by Andreas Kling
parent a166a65eff
commit 7276511833
3 changed files with 79 additions and 2 deletions

View file

@ -92,6 +92,7 @@ private:
void eject();
const char* try_disambiguate_sata_status();
void try_disambiguate_sata_error();
bool initiate_sata_reset();
void rebase();