diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-15 10:55:46 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-15 10:55:58 +0100 |
| commit | 9d340d010d80b074fa9b038087a499ac4009ead1 (patch) | |
| tree | 2dbd59e26d58e3a8a24853c97629e5d9cc05c09f /dev/Mod | |
| parent | 5961b530b3d28a2258268c37d69dca22cc3a2423 (diff) | |
ADD: Almost done on AHCI:
- Got the HBA to respond.
- Got it to do some transfers.
- Now debugging a GPF.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Mod')
| -rw-r--r-- | dev/Mod/AHCI/AHCI.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/Mod/AHCI/AHCI.h b/dev/Mod/AHCI/AHCI.h index 127518c9..cccef303 100644 --- a/dev/Mod/AHCI/AHCI.h +++ b/dev/Mod/AHCI/AHCI.h @@ -358,6 +358,9 @@ Kernel::SizeT drv_get_sector_count(); /// @brief Gets the AHCI disk size. Kernel::SizeT drv_get_size(); +/// @brief Checks if the drive has completed the command. +BOOL drv_is_ready(void); + #endif // ifdef __AHCI__ /* EOF */ |
