summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 5e351a8..e8255bd 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -119,6 +119,7 @@ main(void)
md_inton();
/* Load all early drivers */
+ driver_blacklist("ahci");
DRIVERS_INIT();
/* Only log to kmsg from here */