Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: LEGACY,v 1.6 2026/01/05 10:53:20 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 no i915drmkms*		at pci?
     14 no intelfb*		at intelfbbus?          
     15 
     16 no radeon*		at pci?
     17 no radeondrmkmsfb*	at radeonfbbus?        
     18 
     19 no nouveau*		at pci?
     20 no nouveaufb*		at nouveaufbbus?
     21 
     22 no options		DRM_LEGACY
     23 
     24 # No AGP support
     25 no agp*
     26 
     27 # PCIe Ethernet adapter drivers
     28 no aq*			# Aquantia AQC 10 gigabit
     29 no bnx*			# Broadcom NetXtremeII gigabit Ethernet
     30 no et*			# Agere/LSI ET1310/ET1301 Gigabit
     31 no iavf*		# Intel Adaptive Virtual Function
     32 no ixl*			# Intel Ethernet 700 Series
     33 no rge*			# Realtek 8125
     34 no vmx*			# VMware VMXNET3
     35 
     36 # PCIe WLAN adapter drivers
     37 no athn*		# Atheros AR9k (802.11a/g/n)
     38 no iwm*			# Intel Wireless WiFi Link 7xxx
     39 no iwn*			# Intel PRO/Wireless 4965AGN
     40 no rtwn*		# Realtek 8188CE/8192CE 802.11b/g/n
     41 no wpi*			# Intel PRO/Wireless 3945ABG
     42 
     43 # Intel HD Audio
     44 no options 		HDAUDIOVERBOSE
     45 no hdaudio*		# High Definition Audio
     46 
     47 # Other PCIe drivers
     48 no coram*		# Conexant CX23885 PCI-E TV
     49 no jmide*		# JMicron PCI-e PATA/SATA controllers
     50 no nvme*		# NVM Express controllers and devices
     51 no xhci*		# USB 3.x controllers
     52 
     53 # No Xen support
     54 no options		XENPVHVM
     55 no options		XEN
     56 no hypervisor*		# Xen hypervisor
     57 no xenbus*		# Xen virtual bus
     58 no xencons*		# Xen virtual console
     59 no xennet*		# Xen virtual network interface
     60 no xbd*			# Xen virtual block device
     61 
     62 # No Hyper-V support
     63 no hyperv0
     64 no vmbus*
     65 no hvkbd*		# Hyper-V Synthetic Keyboard
     66 no hvn*			# Hyper-V NetVSC
     67 no hvs*			# Hyper-V StorVSC
     68 no hvheartbeat*		# Hyper-V Heartbeat Service
     69 no hvshutdown*		# Hyper-V Guest Shutdown Service
     70 no hvtimesync*		# Hyper-V Time Synchronization Service
     71 
     72 no genfb* at vmbus?
     73 no wskbd* at hvkbd?
     74 
     75 # No EFI runtime support
     76 no options		EFI_RUNTIME
     77 no pseudo-device	efi
     78