From 9d340d010d80b074fa9b038087a499ac4009ead1 Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 15 Feb 2025 10:55:46 +0100 Subject: ADD: Almost done on AHCI: - Got the HBA to respond. - Got it to do some transfers. - Now debugging a GPF. Signed-off-by: Amlal --- dev/Mod/AHCI/AHCI.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev/Mod') 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 */ -- cgit v1.2.3