summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel')
-rw-r--r--dev/Kernel/HALKit/AMD64/Storage/AHCI.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/HALKit/AMD64/Storage/AHCI.cc b/dev/Kernel/HALKit/AMD64/Storage/AHCI.cc
index 98fa228a..5b22ccce 100644
--- a/dev/Kernel/HALKit/AMD64/Storage/AHCI.cc
+++ b/dev/Kernel/HALKit/AMD64/Storage/AHCI.cc
@@ -69,7 +69,7 @@ STATIC Void drv_compute_disk_ahci() noexcept
{
kHighestLBA = 0UL;
- const UInt32 kSzIdent = 512U;
+ const UInt16 kSzIdent = 512U;
UInt8 identify_data[kSzIdent] = {0};