1#	$NetBSD: LEGACY,v 1.5 2025/02/17 19:01:04 jakllsch Exp $
2
3# LEGACY kernel -- includes vga@isa and pcdisplay@isa for pre-PCI
4# systems, due to significant pain making them fail to attach when
5# drmkms has not already attached.  see PR#49290 for details.
6
7include "arch/i386/conf/GENERIC"
8
9vga0		at isa?
10pcdisplay0	at isa?			# CGA, MDA, EGA, HGA
11wsdisplay*	at pcdisplay? console ?
12
13# XXX we could turn off all sorts of other modern features in this
14# configuration, but that is left for future work.
15
16no i915drmkms*		at pci?
17no intelfb*		at intelfbbus?          
18
19no radeon*		at pci?
20no radeondrmkmsfb*	at radeonfbbus?        
21
22no nouveau*		at pci?
23no nouveaufb*		at nouveaufbbus?
24
25no options		DRM_LEGACY
26