i386: disable DRMKMS drivers in LEGACY kernel (this is for ISA)

This commit is contained in:
nia 2024-04-28 08:12:44 +00:00
parent 8db54db73e
commit cb3e75584d
1 changed files with 10 additions and 1 deletions

View File

@ -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?