summaryrefslogtreecommitdiffhomepage
path: root/Kernel/HALKit/AMD64/Storage
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/HALKit/AMD64/Storage')
-rw-r--r--Kernel/HALKit/AMD64/Storage/ATA-DMA.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/HALKit/AMD64/Storage/ATA-DMA.cxx b/Kernel/HALKit/AMD64/Storage/ATA-DMA.cxx
index fea103dd..4e41e3ce 100644
--- a/Kernel/HALKit/AMD64/Storage/ATA-DMA.cxx
+++ b/Kernel/HALKit/AMD64/Storage/ATA-DMA.cxx
@@ -28,11 +28,11 @@ STATIC PRDT kPRDT;
#ifdef __ATA_DMA__
#ifdef __ATA_PIO__
-#error You cant have both PIO and DMA enabled!
+#error !!! You cant have both PIO and DMA enabled! !!!
#endif /* ifdef __ATA_PIO__ */
#ifdef __AHCI__
-#error You cant have both ATA and AHCI enabled!
+#error !!! You cant have both ATA and AHCI enabled! !!!
#endif /* ifdef __AHCI__ */
#endif /* ifdef __ATA_DMA__ */