Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch x86: Disable new DRM_LEGACY option in INSTALL kernel.
details: https://anonhg.NetBSD.org/src/rev/7d14afb22a85
branches: trunk
changeset: 368703:7d14afb22a85
user: riastradh <riastradh%NetBSD.org@localhost>
date: Fri Jul 29 10:08:01 2022 +0000
description:
x86: Disable new DRM_LEGACY option in INSTALL kernel.
The INSTALL kernel appears to be intended to have no drm in it at
all, but DRM_LEGACY brings it in just for modules.
diffstat:
sys/arch/amd64/conf/INSTALL | 5 +++--
sys/arch/i386/conf/INSTALL | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (49 lines):
diff -r 85b0319afd22 -r 7d14afb22a85 sys/arch/amd64/conf/INSTALL
--- a/sys/arch/amd64/conf/INSTALL Fri Jul 29 07:58:18 2022 +0000
+++ b/sys/arch/amd64/conf/INSTALL Fri Jul 29 10:08:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.95 2019/04/18 17:13:00 maya Exp $
+# $NetBSD: INSTALL,v 1.96 2022/07/29 10:08:01 riastradh Exp $
#
# INSTALL - Installation kernel.
#
@@ -8,7 +8,7 @@
include "arch/amd64/conf/GENERIC"
options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=115200
-#ident "INSTALL-$Revision: 1.95 $"
+#ident "INSTALL-$Revision: 1.96 $"
no options MEMORY_DISK_DYNAMIC
no options FONT_BOLD16x32
@@ -22,3 +22,4 @@
no i915drmkms* at pci?
no radeon* at pci?
no nouveau* at pci?
+no options DRM_LEGACY
diff -r 85b0319afd22 -r 7d14afb22a85 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL Fri Jul 29 07:58:18 2022 +0000
+++ b/sys/arch/i386/conf/INSTALL Fri Jul 29 10:08:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.335 2018/12/11 16:52:49 maya Exp $
+# $NetBSD: INSTALL,v 1.336 2022/07/29 10:08:01 riastradh Exp $
#
# INSTALL - Installation kernel.
#
@@ -7,7 +7,7 @@
include "arch/i386/conf/MONOLITHIC"
-#ident "INSTALL-$Revision: 1.335 $"
+#ident "INSTALL-$Revision: 1.336 $"
no options MEMORY_DISK_DYNAMIC
options MEMORY_DISK_IS_ROOT # force root on memory disk
@@ -19,6 +19,7 @@
no i915drmkms* at pci?
no radeon* at pci?
no nouveau* at pci?
+no options DRM_LEGACY
# pre-PCI graphics drivers, not enabled in GENERIC
vga0 at isa?
Home |
Main Index |
Thread Index |
Old Index