Module Name: src
Committed By: nia
Date: Sun Apr 28 08:12:44 UTC 2024
Modified Files:
src/sys/arch/i386/conf: LEGACY
Log Message:
i386: disable DRMKMS drivers in LEGACY kernel (this is for ISA)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/conf/LEGACY
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/conf/LEGACY
diff -u src/sys/arch/i386/conf/LEGACY:1.2 src/sys/arch/i386/conf/LEGACY:1.3
--- src/sys/arch/i386/conf/LEGACY:1.2 Mon Jul 17 21:12:29 2023
+++ src/sys/arch/i386/conf/LEGACY Sun Apr 28 08:12:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: LEGACY,v 1.2 2023/07/17 21:12:29 riastradh Exp $
+# $NetBSD: LEGACY,v 1.3 2024/04/28 08:12:44 nia Exp $
# LEGACY kernel -- includes vga@isa and pcdisplay@isa for pre-PCI
# systems, due to significant pain making them fail to attach when
@@ -15,3 +15,12 @@ options ATA_DOWNGRADE_MODE
# XXX we could turn off all sorts of other modern features in this
# configuration, but that is left for future work.
+
+no i915drmkms* at pci?
+no intelfb* at intelfbbus?
+
+no radeon* at pci?
+no radeondrmkmsfb* at radeonfbbus?
+
+no nouveau* at pci?
+no nouveaufb* at nouveaufbbus?