Home | History | Annotate | Line # | Download | only in conf
GENERIC64 revision 1.177
      1 #
      2 #	$NetBSD: GENERIC64,v 1.177 2021/03/01 18:12:58 jakllsch Exp $
      3 #
      4 #	GENERIC ARM (aarch64) kernel
      5 #
      6 
      7 include	"arch/evbarm/conf/std.generic64"
      8 include "arch/evbarm/conf/files.generic64"
      9 include	"arch/evbarm/conf/GENERIC.common"
     10 
     11 maxusers	64
     12 
     13 options 	CPU_CORTEX
     14 options 	CPU_THUNDERX
     15 options 	SOC_BCM2837
     16 options 	SOC_MESONG12
     17 options 	SOC_MESONGXBB
     18 options 	SOC_MESONGXL
     19 options 	SOC_RK3328
     20 options 	SOC_RK3399
     21 options 	SOC_SUN50I_A64
     22 options 	SOC_SUN50I_H5
     23 options 	SOC_SUN50I_H6
     24 options 	SOC_TEGRA210
     25 options 	SOC_VIRT
     26 options 	MULTIPROCESSOR
     27 
     28 pseudo-device 	openfirm	# /dev/openfirm
     29 
     30 #options 	DIAGNOSTIC	# internal consistency checks
     31 #options 	DEBUG
     32 #options 	LOCKDEBUG
     33 #options 	VERBOSE_INIT_ARM # verbose bootstrapping messages
     34 options 	INCLUDE_CONFIG_FILE
     35 #options 	UVMHIST		# kernhist for uvm/pmap subsystems
     36 #options 	UVMHIST_PRINT,KERNHIST_DELAY=0
     37 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     38 
     39 # EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.
     40 #options 	EARLYCONS=bcm2837, CONSADDR=0x3f215040
     41 #options 	EARLYCONS=bcm2711, CONSADDR=0xfe215040
     42 #options 	EARLYCONS=meson, CONSADDR=0xc81004c0
     43 #options 	EARLYCONS=rk3328, CONSADDR=0xff130000
     44 #options 	EARLYCONS=rk3399, CONSADDR=0xff1a0000
     45 #options 	EARLYCONS=sunxi, CONSADDR=0x01c28000
     46 #options 	EARLYCONS=tegra, CONSADDR=0x70006000
     47 #options 	EARLYCONS=thunderx, CONSADDR=0x87e024000000
     48 #options 	EARLYCONS=virt, CONSADDR=0x09000000
     49 
     50 # Privileged Access Never (PAN).
     51 options 	ARMV81_PAN
     52 
     53 # Pointer Authentication (PAC).
     54 #makeoptions 	ARMV83_PAC=1
     55 #options 	ARMV83_PAC
     56 
     57 # Branch Target Identification (BTI).
     58 #makeoptions 	ARMV85_BTI=1
     59 #options 	ARMV85_BTI
     60 
     61 # Kernel Undefined Behavior Sanitizer (kUBSan). Use UBSAN_ALWAYS_FATAL
     62 # if you want panics instead of warnings.
     63 #options 	KUBSAN			# mandatory
     64 #options 	UBSAN_ALWAYS_FATAL	# optional
     65 
     66 # Kernel Address Sanitizer (kASan). The quarantine is optional and can
     67 # help KASAN find more use-after-frees. Use KASAN_PANIC if you want panics
     68 # instead of warnings.
     69 #makeoptions 	KASAN=1		# mandatory
     70 #options 	KASAN		# mandatory
     71 #options 	POOL_QUARANTINE	# optional
     72 #options 	KASAN_PANIC	# optional
     73 
     74 # These options enable verbose messages for several subsystems.
     75 # Warning, these may compile large string tables into the kernel!
     76 #options 	ACPIVERBOSE	# verbose ACPI configuration messages
     77 #options 	MIIVERBOSE	# verbose PHY autoconfig messages
     78 #options 	PCIVERBOSE	# verbose PCI device autoconfig messages
     79 #options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
     80 #options 	SCSIVERBOSE	# human readable SCSI error messages
     81 #options 	USBVERBOSE	# verbose USB device autoconfig messages
     82 
     83 makeoptions	DEBUG="-g"	# compile full symbol table
     84 makeoptions	COPY_SYMTAB=1
     85 
     86 config		netbsd		root on ? type ?
     87 
     88 options 	COMPAT_NETBSD32
     89 options 	EXEC_ELF32
     90 
     91 # EFI runtime support
     92 options 	EFI_RUNTIME
     93 
     94 # Device tree support
     95 armfdt0		at root
     96 simplebus*	at fdt? pass 0
     97 
     98 # ACPI support
     99 acpifdt*	at fdt? pass 1
    100 acpi*		at acpifdt?
    101 acpiacad*	at acpi?
    102 acpibat*	at acpi?
    103 acpibut*	at acpi?
    104 acpicppc*	at acpi?
    105 acpipcd*	at acpi?
    106 acpipcc*	at acpi?
    107 acpifan*	at acpi?
    108 acpiged*	at acpi?
    109 acpilid*	at acpi?
    110 acpitz*		at acpi?
    111 
    112 # CPUs
    113 cpus*		at fdt? pass 0
    114 cpu*		at fdt? pass 0
    115 cpu*		at acpi?
    116 
    117 vmt*		at fdt?			# VMware Tools
    118 
    119 # Performance monitors
    120 armpmu*		at fdt?
    121 pseudo-device	tprof
    122 
    123 # CPU frequency scaling
    124 cpufreqdt*	at cpu?
    125 
    126 # Power State Coordination Interface (PSCI)
    127 psci*		at fdt? pass 0
    128 
    129 fclock*		at fdt? pass 1
    130 ffclock*	at fdt? pass 1
    131 fregulator*	at fdt? pass 4
    132 gregulator*	at fdt? pass 4
    133 pregulator*	at fdt? pass 4
    134 gpiokeys*	at fdt?
    135 wskbd*		at gpiokeys? console ? mux 1
    136 gpioleds*	at fdt?
    137 
    138 # System Controller
    139 syscon*		at fdt? pass 1		# Generic System Controller
    140 sunxisramc*	at fdt? pass 1		# Allwinner System Control
    141 
    142 # Timer
    143 gtmr*		at fdt? pass 1		# ARM Generic Timer
    144 gtmr*		at acpi?
    145 armgtmr0	at gtmr?
    146 tegratimer*	at fdt?			# Timers
    147 
    148 # Watchdog
    149 bcmpmwdog*	at fdt?			# Broadcom BCM283x watchdog
    150 dwcwdt* 	at fdt?			# DesignWare watchdog
    151 mesongxwdt*	at fdt?			# Amlogic Meson GX watchdog
    152 sbsawdt*	at acpi?		# ARM SBSA-compliant watchdog
    153 sunxiwdt*	at fdt?			# Allwinner watchdog
    154 
    155 # Interrupt controller
    156 bcmicu*		at fdt? pass 1		# Broadcom BCM283x ICU
    157 tegralic*	at fdt? pass 1		# NVIDIA Tegra LIC
    158 gic*		at fdt? pass 1		# ARM GICv2
    159 gic*		at acpi?
    160 armgic0		at gic?
    161 gicvthree*	at fdt? pass 1		# ARM GICv3
    162 gicvthree*	at acpi?
    163 imx7gpc*	at fdt? pass 2		# IMX GPCv2
    164 sunxinmi*	at fdt? pass 2		# Allwinner NMI / R_INTC
    165 
    166 # Memory controller
    167 tegramc*	at fdt?	pass 4		# NVIDIA Tegra MC
    168 
    169 # Firmware devices
    170 bcmmbox*	at fdt?			# Broadcom VideoCore IV mailbox
    171 bcmmbox*	at acpi?
    172 vcmbox*		at bcmmbox?
    173 qemufwcfg*	at fdt?			# QEMU Firmware Configuration device
    174 qemufwcfg*	at acpi?
    175 
    176 # DMA controller
    177 bcmdmac*	at fdt?			# Broadcom BCM283x DMA controller
    178 sun6idma*	at fdt?	pass 4		# Allwinner DMA controller (sun6i)
    179 tegraapbdma*	at fdt? pass 4		# NVIDIA Tegra APB DMA
    180 
    181 # FUSE controller
    182 sunxisid*	at fdt? pass 4		# Allwinner SID
    183 tegrafuse*	at fdt? pass 4		# NVIDIA Tegra FUSE
    184 
    185 # Power management controller
    186 tegrapmc*	at fdt? pass 4		# NVIDIA Tegra PMC
    187 
    188 # Clock and Reset controller
    189 bcmcprman*	at fdt? pass 1		# Broadcom BCM283x Clock Manager
    190 bcmaux*		at fdt? pass 1		# Broadcom BCM283x Aux Periph Clocks
    191 g12aoclkc*	at fdt? pass 2		# Amlogic Meson G12 AO clock controller
    192 g12clkc*	at fdt? pass 2		# Amlogic Meson G12 EE clock controller
    193 gxbbaoclkc*	at fdt? pass 2		# Amlogic Meson GXBB AO clock controller
    194 gxbbclkc*	at fdt? pass 2		# Amlogic Meson GXBB/GXL EE clock controller
    195 imx8mqccm*	at fdt? pass 2		# NXP iMX8MQ CCM
    196 mesonresets*	at fdt? pass 2		# Amlogic Meson misc. clock resets
    197 rkcru*		at fdt? pass 2		# Rockchip RK3328 CRU
    198 sun8ih3ccu*	at fdt? pass 2		# Allwinner H3/H5 CCU
    199 sun8ih3rccu*	at fdt? pass 2		# Allwinner H3/H5 CCU (PRCM)
    200 sun50ia64ccu*	at fdt? pass 2		# Allwinner A64 CCU
    201 sun50ia64rccu*	at fdt? pass 2		# Allwinner A64 CCU (PRCM)
    202 sun50ih6ccu*	at fdt? pass 2		# Allwinner H6 CCU
    203 sun50ih6rccu*	at fdt? pass 2		# Allwinner H6 CCU (PRCM)
    204 sunxide2ccu*	at fdt? pass 3		# Allwinner DE2 clock controller
    205 sunxiresets*	at fdt? pass 1		# Allwinner misc. resets
    206 sunxigates*	at fdt? pass 1		# Allwinner misc. gates
    207 sunxigmacclk*	at fdt? pass 2		# Allwinner GMAC MII/RGMII clock mux
    208 tegra210car*	at fdt? pass 3		# NVIDIA Tegra CAR (T210)
    209 
    210 # GPIO controller
    211 bcmgpio*	at fdt? pass 3		# Broadcom BCM283x GPIO
    212 imxgpio*	at fdt? pass 3		# IMX GPIO
    213 mesonpinctrl*	at fdt? pass 2		# Amlogic Meson GPIO
    214 plgpio*		at fdt?			# ARM PrimeCell PL061 GPIO
    215 plgpio*		at acpi?
    216 sunxigpio*	at fdt? pass 3		# Allwinner GPIO
    217 tegragpio*	at fdt? pass 2		# NVIDIA Tegra GPIO
    218 rkgpio*		at rkiomux?		# Rockchip GPIO
    219 gpio*		at gpiobus?
    220 
    221 # PWM controller
    222 mesonpwm*	at fdt? pass 3		# Amlogic PWM
    223 rkpwm*		at fdt? pass 3		# Rockchip PWM
    224 sunxipwm*	at fdt? pass 3		# Allwinner PWM
    225 
    226 # MPIO / Pinmux
    227 imxiomux*	at fdt? pass 2		# IMX IOMUX
    228 rkiomux*	at fdt?	pass 3		# Rockchip IOMUX
    229 tegrapinmux*	at fdt?			# NVIDIA Tegra MPIO
    230 
    231 # XUSB PADCTL
    232 tegra210xpad*	at fdt?			# NVIDIA Tegra XUSB PADCTL (T210)
    233 tegra210xphy*	at tegra210xpad?
    234 
    235 # PCIE
    236 pcihost*	at fdt?			# Generic PCI host controller
    237 acpipchb*	at acpi?		# ACPI PCIe host bridge
    238 rkpcie*		at fdt?			# Rockchip AXI PCIE
    239 rkpciephy*	at fdt? pass 9		# Rockchip AXI PCIE PHY
    240 tegrapcie0	at fdt?			# NVIDIA Tegra PCIE
    241 pci*		at pcibus?
    242 ppb*		at pci? dev ? function ?
    243 pci*		at ppb?
    244 
    245 # Ethernet
    246 awge*		at fdt?				# DesignWare Gigabit Ethernet
    247 emac*		at fdt?				# Allwinner Gigabit Ethernet (EMAC)
    248 enet*		at fdt?				# IMX FEC
    249 genet*		at acpi?			# Broadcom GENET v5
    250 genet*		at fdt?
    251 #scx*		at acpi?			# Socionext Gigabit Ethernet
    252 #scx*		at fdt?
    253 aq*		at pci? dev ? function ?	# Aquantia AQC 10 gigabit
    254 ena*		at pci? dev ? function ?	# Amazon.com Elastic Network Adapter
    255 mcx*		at pci? dev ? function ?	# Mellanox 5th generation Ethernet
    256 mskc*		at pci? dev ? function ?	# Marvell Yukon 2 Gigabit Ethernet
    257 msk*		at mskc?
    258 re*		at pci? dev ? function ?	# Realtek RTL8111GS
    259 rge*		at pci? dev ? function ?	# Realtek 8125
    260 vmx*		at pci? dev ? function ?	# VMware VMXNET3
    261 wm*		at pci? dev ? function ?	# Intel Gigabit Ethernet
    262 
    263 # MII/PHY support
    264 atphy*		at mii? phy ?		# Attansic/Atheros PHYs
    265 brgphy*		at mii? phy ?		# Broadcom BCM5400-family PHYs
    266 exphy* 		at mii? phy ?		# 3Com internal PHYs
    267 gentbi* 	at mii? phy ?		# Generic Ten-Bit 1000BASE-[CLS]X PHYs
    268 glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
    269 gphyter* 	at mii? phy ?		# NS83861 Gig-E PHY
    270 gxlphy*		at mii? phy ?		# Amlogic Meson GX internal PHY
    271 icsphy*		at mii? phy ?		# Integrated Circuit Systems ICS189x
    272 igphy*		at mii? phy ?		# Intel IGP01E1000
    273 ihphy*		at mii? phy ?		# Intel 82577 PHYs
    274 ikphy*		at mii? phy ?		# Intel 82563 PHYs
    275 inphy*		at mii? phy ?		# Intel 82555 PHYs
    276 iophy*		at mii? phy ?		# Intel 82553 PHYs
    277 lxtphy*		at mii? phy ?		# Level One LXT-970 PHYs
    278 makphy*		at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
    279 nsphy*		at mii? phy ?		# NS83840 PHYs
    280 nsphyter*	at mii? phy ? 		# NS83843 PHYs
    281 pnaphy*		at mii? phy ?		# generic HomePNA PHYs
    282 rdcphy*		at mii? phy ?		# RDC R6040 10/100 PHY
    283 rgephy*		at mii? phy ?		# Realtek 8169S/8110S internal PHYs
    284 rlphy*		at mii? phy ?		# Realtek 8139/8201L PHYs
    285 smscphy*	at mii? phy ?		# SMSC LAN87xx PHYs
    286 sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
    287 tlphy*		at mii? phy ?		# ThunderLAN PHYs
    288 tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
    289 urlphy*		at mii? phy ?		# Realtek RTL8150L internal PHYs
    290 ukphy*		at mii? phy ?		# generic unknown PHYs
    291 
    292 # Mini-PCIe Wireless
    293 #options 	ATHHAL_AR5212,ATHHAL_RF2425	# AR5BHB63
    294 #ath*		at pci? dev ? function ?	# Atheros IEEE 802.11
    295 #athn*		at pci? dev ? function ?	# Atheros IEEE 802.11
    296 
    297 # UART
    298 com*		at fdt?	pass 4			# UART
    299 com*		at acpi?
    300 imxuart*	at fdt? pass 4			# IMX UART
    301 options 	IMXUARTCONSOLE
    302 mesonuart*	at fdt? pass 4			# Amlogic Meson UART
    303 plcom*		at fdt?	pass 4			# ARM PL011 UART
    304 plcom*		at acpi?
    305 puc*		at pci? dev ? function ?	# PCI "universal" comm. cards
    306 com*		at puc? port ?
    307 
    308 # I2C controllers
    309 options 	I2C_MAX_ADDR=0xfff
    310 bsciic*		at fdt?			# Broadcom BCM283x Serial Control
    311 bsciic*		at acpi?
    312 dwiic*		at fdt?			# Designware I2C
    313 dwiic*		at acpi?
    314 imxi2c*		at fdt? pass 4		# IMX I2C
    315 nxpiic*		at acpi?		# NXP Layerscape I2C
    316 rkiic*		at fdt? pass 4		# Rockchip I2C
    317 sunxirsb*	at fdt?	pass 4		# Allwinner RSB
    318 sunxitwi*	at fdt?			# Allwinner TWI
    319 tegrai2c*	at fdt? pass 4		# NVIDIA Tegra I2C
    320 #sniiic*	at fdt?			# Socionext SC2A11 I2C
    321 #sniiic*	at acpi?
    322 iicmux*		at fdt? pass 5		# I2C mux virtual controllers
    323 iic*		at i2cbus?
    324 
    325 # I2C devices
    326 titemp*		at iic?
    327 seeprom*	at iic?
    328 spdmem*		at iic?			# memory module SPD EEPROM decoder
    329 as3722pmic*	at iic?
    330 as3722reg*	at as3722pmic?
    331 axppmic*	at iic?			# X-Powers AXP Power Management IC
    332 axpreg*		at axppmic?
    333 cwfg*		at iic?			# CellWise CW2015 Fuel Gauge IC
    334 es8316ac*	at iic?			# Everest Semi ES8316 Audio CODEC
    335 fan53555reg*	at iic?			# FAN53555 / SY82x regulator
    336 max77620pmic*	at iic?
    337 pcaiicmux*	at iic?			# PCA954x / PCA984x I2C switch / mux
    338 pcf8563rtc*	at iic?			# PCF8563 RTC
    339 rkpmic*		at iic?			# Rockchip Power Management IC
    340 rkreg*		at rkpmic?
    341 tcagpio*	at iic?
    342 
    343 # Random number generators
    344 amdccp*		at fdt?			# AMD Cryptograhic Coprocessor RNG
    345 amdccp*		at acpi?
    346 bcmrng*		at fdt?			# Broadcom BCM283x RNG
    347 mesonrng*	at fdt?			# Amlogic Meson RNG
    348 sun8icrypto* 	at fdt?			# Allwinner Crypto Engine
    349 rkv1crypto* 	at fdt?			# Rockchip Crypto v1
    350 
    351 # RTC
    352 plrtc*		at fdt?			# ARM PrimeCell RTC
    353 sunxirtc*	at fdt? pass 4		# Allwinner RTC
    354 tegrartc*	at fdt?			# NVIDIA Tegra RTC
    355 
    356 # SDMMC
    357 bcmsdhost*	at fdt?			# Broadcom BCM283x SD Host Interface
    358 dwcmmc*		at fdt?			# Designware SD/MMC
    359 mesongxmmc*	at fdt?			# Amlogic Meson GX eMMC/SD/SDIO controller
    360 mmcpwrseq*	at fdt? pass 5		# Simple MMC power sequence provider
    361 rkemmcphy*	at fdt?			# Rockchip eMMC PHY
    362 sdhc*		at fdt?			# SD Host Controller Interface
    363 sdhc*		at acpi?
    364 sunximmc*	at fdt?			# Allwinner SD/MMC
    365 #sniemmc*	at fdt?			# Socionext SC2A11 eMMC
    366 #sniemmc*	at acpi?
    367 sdmmc*		at sdmmcbus?
    368 ld0		at sdmmc0
    369 ld1		at sdmmc1
    370 ld2		at sdmmc2
    371 ld3		at sdmmc3
    372 ld*		at sdmmc?
    373 bwfm*		at sdmmc?		# Broadcom BCM43xxx WiFi Interface
    374 
    375 # SATA
    376 ahcisata*	at fdt?			# AHCI SATA
    377 ahcisata*	at acpi?
    378 ahcisata*	at pci? dev ? function ?
    379 atabus*		at ata?
    380 atapibus*	at atapi?
    381 wd*		at atabus? drive ?
    382 cd*		at atapibus? drive ?
    383 
    384 # NVMe
    385 nvme*		at pci? dev ? function ?
    386 ld*		at nvme? nsid ?
    387 
    388 # SPI controllers
    389 bcmspi*		at fdt?			# Broadcom BCM283x SPI
    390 rkspi*		at fdt?			# Rockchip SPI
    391 sun6ispi*	at fdt?			# Allwinner SPI
    392 spi*		at spibus?
    393 m25p*		at spi?
    394 spiflash*	at spiflashbus?
    395 
    396 # Broadcom VCHIQ, etc
    397 vchiq0 		at fdt?
    398 vcaudio0 	at vchiq0
    399 
    400 # Audio support
    401 hdaudio*	at fdt?			# Intel HDA
    402 hdaudio*	at pci? dev ? function ?
    403 hdafg*		at hdaudiobus?
    404 options 	HDAUDIOVERBOSE
    405 options 	HDAUDIO_ENABLE_HDMI
    406 options 	HDAUDIO_ENABLE_DISPLAYPORT
    407 ausoc*		at fdt?			# Simple SoC audio card
    408 simpleamp*	at fdt?			# Simple amplifier
    409 spdiftx*	at fdt?			# SPDIF transmitter
    410 rki2s*		at fdt?			# Rockchip I2S/PCM
    411 sunxicodec*	at fdt?			# Allwinner audio codec
    412 sun8icodec*	at fdt?			# Allwinner audio codec (sun8i/sun50i)
    413 h3codec*	at fdt?			# Allwinner H3 audio codec (analog part)
    414 a64acodec*	at fdt?			# Allwinner A64 audio codec (analog part)
    415 sunxii2s*	at fdt?			# Allwinner I2S/PCM
    416 audio*		at audiobus?
    417 
    418 spkr*		at audio?		# PC speaker (synthesized)
    419 
    420 # HDMI CEC
    421 tegracec0	at fdt?			# NVIDIA Tegra HDMI CEC
    422 hdmicec*	at hdmicecbus?
    423 
    424 # Display
    425 anxdp*		at fdt?			# Analogix-based (e)DP
    426 anxedp*		at iic?			# Analogix eDP TX
    427 dispcon*	at fdt?			# Display connector devices
    428 panel*		at fdt?			# Display panels
    429 dwhdmi* 	at fdt?			# Designware HDMI TX
    430 rkdrm*		at fdt? pass 5		# Rockchip DRM master
    431 rkfb*		at rkdrm?		# Rockchip DRM framebuffer
    432 rkvop*		at fdt?			# Rockchip Visual Output Processor
    433 sunxide2bus*	at fdt? pass 4		# Allwinner DE2 bus
    434 sunxidrm*	at fdt?	pass 5		# Allwinner Display Pipeline
    435 sunxifb*	at sunxidrm?		# Allwinner DRM framebuffer
    436 sunxihdmiphy*	at fdt? pass 9		# Allwinner HDMI TX PHY
    437 sunxilcdc*	at fdt?			# Allwinner DE2 timing controller
    438 sunximixer*	at fdt?			# Allwinner DE2 mixer
    439 #tegradrm*	at fdt?			# NVIDIA Tegra Display
    440 #tegrafb*	at tegrafbbus?
    441 genfb*		at fdt?			# Simple Framebuffer
    442 wsdisplay*	at wsemuldisplaydev?
    443 options 	VCONS_DRAW_INTR
    444 options 	WSEMUL_VT100
    445 options 	WS_DEFAULT_FG=WSCOL_WHITE
    446 options 	WS_DEFAULT_BG=WSCOL_BLACK
    447 options 	WS_KERNEL_FG=WSCOL_GREEN
    448 options 	WS_KERNEL_BG=WSCOL_BLACK
    449 options 	WSDISPLAY_COMPAT_PCVT
    450 options 	WSDISPLAY_COMPAT_SYSCONS
    451 options 	WSDISPLAY_COMPAT_USL
    452 options 	WSDISPLAY_COMPAT_RAWKBD
    453 options 	WSDISPLAY_DEFAULTSCREENS=4
    454 options 	WSDISPLAY_MULTICONS
    455 options 	WSDISPLAY_SCROLLSUPPORT
    456 pseudo-device	wsmux
    457 pseudo-device	wsfont
    458 options 	FONT_BOLD8x16
    459 options 	FONT_BOLD16x32
    460 
    461 # GPU
    462 #nouveau*	at fdt?			# NVIDIA GPU
    463 #nouveau*	at pci? dev ? function ?
    464 #nouveaufb*	at nouveaufbbus?
    465 radeon*		at pci? dev ? function ? # AMD Radeon
    466 radeondrmkmsfb*	at radeonfbbus?
    467 
    468 # Backlight
    469 pwmbacklight*	at fdt?			# PWM Backlight controls
    470 
    471 # Fan
    472 pwmfan*		at fdt?			# PWM Fan controls
    473 
    474 # Thermal throttling controller
    475 mesonthermal*	at fdt?			# Amlogic thermal sensor controller
    476 sunxithermal*	at fdt?			# Allwinner thermal sensor controller
    477 tegrasoctherm*	at fdt?			# NVIDIA Tegra SOC_THERM
    478 rktsadc*	at fdt?			# RockChip TSASC
    479 
    480 # USB
    481 imx8mqusbphy*	at fdt? pass 9		# IMX USB PHY
    482 mesonusbctrl*	at fdt?			# Amlogic Meson USB-Glue (dwc2 and dwc3)
    483 mesonusbphy*	at fdt? pass 9		# Amlogic Meson USB2 PHY
    484 mesong12u2phy*	at fdt? pass 9		# Amlogic Meson G12 USB2 PHY
    485 mesong12u3pphy*	at fdt? pass 9		# Amlogic Meson G12 USB3/PCIe PHY
    486 mesongxlu2phy*	at fdt? pass 9		# Amlogic Meson GXL USB2 PHY
    487 mesongxlu3phy*	at fdt? pass 9		# Amlogic Meson GXL USB3 PHY
    488 rkusb*		at fdt? pass 9		# Rockchip USB PHY
    489 rkusbphy*	at rkusb?
    490 sunxiusbphy*	at fdt? pass 9		# Allwinner USB PHY
    491 sunxiusb3phy*	at fdt? pass 9		# Allwinner USB3 PHY
    492 tegrausbphy*	at fdt?			# NVIDIA Tegra USB PHY
    493 dwctwo*		at fdt?			# Designware USB DRD
    494 ehci*		at fdt?			# EHCI
    495 ehci*		at pci?			# EHCI
    496 ehci*		at acpi?		# EHCI
    497 motg*		at fdt?			# Mentor Graphics USB OTG
    498 ohci*		at fdt?			# OHCI
    499 ohci*		at pci?			# OHCI
    500 xhci*		at fdt?			# XHCI
    501 xhci*		at pci?			# XHCI
    502 xhci*		at acpi?		# XHCI
    503 usb*		at usbus?
    504 
    505 include "dev/usb/usbdevices.config"
    506 midi*		at midibus?
    507 pseudo-device	sequencer			# MIDI sequencer
    508 
    509 # Virtio devices
    510 virtio*		at fdt?			# Virtio MMIO device
    511 virtio*		at acpi?
    512 virtio*		at pci? dev ? function ?
    513 #viomb*		at virtio?		# Virtio memory balloon device
    514 ld*		at virtio?		# Virtio disk device
    515 vioif*		at virtio?		# Virtio network device
    516 viornd*		at virtio?		# Virtio entropy device
    517 vioscsi*	at virtio?		# Virtio SCSI device
    518 
    519 # SCSI controllers
    520 mpt*		at pci? dev ? function ?
    521 
    522 # SCSI bus support
    523 scsibus*	at scsi?
    524 sd*		at scsibus? target ? lun ?	# SCSI disk drives
    525 
    526 cinclude "arch/evbarm/conf/GENERIC64.local"
    527