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