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.
This commit is contained in:
parent
c5e9ae9056
commit
9294384b3f
|
@ -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.
|
# INSTALL - Installation kernel.
|
||||||
#
|
#
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
include "arch/amd64/conf/GENERIC"
|
include "arch/amd64/conf/GENERIC"
|
||||||
|
|
||||||
options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=115200
|
options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=115200
|
||||||
#ident "INSTALL-$Revision: 1.95 $"
|
#ident "INSTALL-$Revision: 1.96 $"
|
||||||
|
|
||||||
no options MEMORY_DISK_DYNAMIC
|
no options MEMORY_DISK_DYNAMIC
|
||||||
no options FONT_BOLD16x32
|
no options FONT_BOLD16x32
|
||||||
|
@ -22,3 +22,4 @@ options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
||||||
no i915drmkms* at pci?
|
no i915drmkms* at pci?
|
||||||
no radeon* at pci?
|
no radeon* at pci?
|
||||||
no nouveau* at pci?
|
no nouveau* at pci?
|
||||||
|
no options DRM_LEGACY
|
||||||
|
|
|
@ -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.
|
# INSTALL - Installation kernel.
|
||||||
#
|
#
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
include "arch/i386/conf/MONOLITHIC"
|
include "arch/i386/conf/MONOLITHIC"
|
||||||
|
|
||||||
#ident "INSTALL-$Revision: 1.335 $"
|
#ident "INSTALL-$Revision: 1.336 $"
|
||||||
|
|
||||||
no options MEMORY_DISK_DYNAMIC
|
no options MEMORY_DISK_DYNAMIC
|
||||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||||
|
@ -19,6 +19,7 @@ options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
||||||
no i915drmkms* at pci?
|
no i915drmkms* at pci?
|
||||||
no radeon* at pci?
|
no radeon* at pci?
|
||||||
no nouveau* at pci?
|
no nouveau* at pci?
|
||||||
|
no options DRM_LEGACY
|
||||||
|
|
||||||
# pre-PCI graphics drivers, not enabled in GENERIC
|
# pre-PCI graphics drivers, not enabled in GENERIC
|
||||||
vga0 at isa?
|
vga0 at isa?
|
||||||
|
|
Loading…
Reference in New Issue