1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:17:44 +00:00

Kernel: Remove ATAPI eject method from the AHCIPort class

We never actually used it. It never has been proved to work reliably,
therefore it should be removed.
This commit is contained in:
Liav A 2023-03-07 22:28:15 +02:00 committed by Jelle Raaijmakers
parent 95b15e4901
commit db72467e31
2 changed files with 0 additions and 75 deletions

View file

@ -60,8 +60,6 @@ private:
ALWAYS_INLINE void clear_sata_error_register() const;
void eject();
char const* try_disambiguate_sata_status();
void try_disambiguate_sata_error();