From 0a2760d8a5ce09ae77cfc097ece4100579164f9d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 11 Mar 2025 08:10:55 +0100 Subject: Many AHCI improvements and IPC tweaks. Signed-off-by: Amlal El Mahrouss --- dev/Mod/AHCI/AHCI.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dev/Mod/AHCI') diff --git a/dev/Mod/AHCI/AHCI.h b/dev/Mod/AHCI/AHCI.h index d729b456..11f2346a 100644 --- a/dev/Mod/AHCI/AHCI.h +++ b/dev/Mod/AHCI/AHCI.h @@ -283,10 +283,12 @@ typedef struct HbaCmdHeader final NeOS::UInt8 Pmp : 4; // Port multiplier port NeOS::UInt16 Prdtl; // Physical region descriptor table length in entries - volatile NeOS::UInt32 Prdbc; // Physical region descriptor byte count transferred + NeOS::UInt32 Prdbc; // Physical region descriptor byte count transferred NeOS::UInt32 Ctba; // Command table descriptor base address NeOS::UInt32 Ctbau; // Command table descriptor base address upper 32 bits + + NeOS::UInt32 Rscv[4]; } HbaCmdHeader; typedef struct HbaFis final -- cgit v1.2.3