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