Home | History | Annotate | Line # | Download | only in conf
LEGACY revision 1.4
      1 #	$NetBSD: LEGACY,v 1.4 2024/05/13 21:50:47 nia 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 
      7 include "arch/i386/conf/GENERIC"
      8 
      9 vga0		at isa?
     10 pcdisplay0	at isa?			# CGA, MDA, EGA, HGA
     11 wsdisplay*	at pcdisplay? console ?
     12 
     13 # Enable DMA -> PIO downgrade after a certain number of DMA errors.
     14 options 	ATA_DOWNGRADE_MODE
     15 
     16 # XXX we could turn off all sorts of other modern features in this
     17 # configuration, but that is left for future work.
     18 
     19 no i915drmkms*		at pci?
     20 no intelfb*		at intelfbbus?          
     21 
     22 no radeon*		at pci?
     23 no radeondrmkmsfb*	at radeonfbbus?        
     24 
     25 no nouveau*		at pci?
     26 no nouveaufb*		at nouveaufbbus?
     27 
     28 no options		DRM_LEGACY
     29