TS7200 revision 1.73
11.73Srin#	$NetBSD: TS7200,v 1.73 2019/02/06 11:58:31 rin Exp $
21.1Sjoff#
31.36Skenh#	TS7200 - Kernel for Technologic Systems TS7200 ARM hardware
41.36Skenh#
51.36Skenh#	Note - the kernel size for this hardware has two limitations:
61.36Skenh#
71.36Skenh#	1) The total size of the kernel (text, data, and bss) must fit
81.36Skenh#	   within 8MB.  This is mainly an issue for the INSTALL kernel
91.36Skenh#	   (TS7200_INSTALL)
101.36Skenh#	2) If you wish to install this kernel in flash, the compressed size
111.36Skenh#	   (including the gunzip booter) must fit within 1441792 bytes.
121.36Skenh#
131.36Skenh#	If you add new devices to this kernel, please check these limitations.
141.1Sjoff#
151.1Sjoff
161.1Sjoffinclude	"arch/evbarm/conf/std.tsarm"
171.1Sjoff
181.1Sjoff#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
191.69Smrgoptions 	MSGBUFSIZE=65536
201.1Sjoff#options 	KSTACK_CHECK_MAGIC
211.1Sjoff
221.1Sjoff# estimated number of users
231.1Sjoffmaxusers	32
241.1Sjoff
251.1Sjoff# Standard system options
261.1Sjoff
271.1Sjoffoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
281.1Sjoffoptions 	NTP		# NTP phase/frequency locked loop
291.1Sjoff
301.1Sjoff# CPU options
311.1Sjoff
321.1Sjoffoptions 	CPU_ARM9	# Support the ARM9TDMI core
331.1Sjoff
341.1Sjoff# File systems
351.1Sjoff
361.1Sjofffile-system	FFS		# UFS
371.1Sjoff#file-system	LFS		# log-structured file system
381.1Sjofffile-system	MFS		# memory file system
391.1Sjofffile-system	NFS		# Network file system
401.1Sjoff#file-system 	ADOSFS		# AmigaDOS-compatible file system
411.1Sjofffile-system 	EXT2FS		# second extended file system (linux)
421.1Sjoff#file-system	CD9660		# ISO 9660 + Rock Ridge file system
431.1Sjofffile-system	MSDOSFS		# MS-DOS file system
441.1Sjoff#file-system	FDESC		# /dev/fd
451.1Sjoff#file-system    FILECORE        # Acorn filecore file system
461.1Sjofffile-system	KERNFS		# /kern
471.36Skenh#file-system	NULLFS		# loopback file system
481.1Sjofffile-system	PROCFS		# /proc
491.52Smsaitoh#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
501.1Sjoff#file-system	UMAPFS		# NULLFS + uid and gid remapping
511.36Skenh#file-system	UNION		# union file system
521.21Schristosfile-system	PTYFS		# /dev/pts/N support
531.1Sjoff
541.1Sjoff# File system options
551.44Sbouyer#options 	QUOTA		# legacy UFS quotas
561.44Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
571.67Srin#options 	DISKLABEL_EI	# disklabel Endian Independent support
581.45Swiz#options 	FFS_EI		# FFS Endian Independent support
591.1Sjoffoptions 	NFSSERVER
601.47Sdhollandoptions 	WAPBL		# File system journaling support
611.23Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
621.1Sjoff
631.1Sjoff# Networking options
641.1Sjoff
651.1Sjoff#options 	GATEWAY		# packet forwarding
661.1Sjoffoptions 	INET		# IP + ICMP + TCP + UDP
671.4Sjoffoptions 	INET6		# IPV6
681.1Sjoff#options 	IPSEC		# IP security
691.1Sjoff#options 	IPSEC_DEBUG	# debug for IP security
701.1Sjoff#options 	MROUTING	# IP multicast routing
711.1Sjoff#options 	NETATALK	# AppleTalk networking
721.1Sjoff#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
731.1Sjoff#options 	PPP_DEFLATE	# Deflate compression support for PPP
741.1Sjoff#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
751.1Sjoff#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
761.1Sjoff
771.2Sjoffoptions 	NFS_BOOT_BOOTP
781.2Sjoffoptions 	NFS_BOOT_DHCP
791.1Sjoff#options 	NFS_BOOT_BOOTPARAM
801.1Sjoff
811.1Sjoff# Compatibility options
821.1Sjoff
831.69Smrginclude 	"conf/compat_netbsd20.config"
841.69Smrgoptions 	COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
851.1Sjoff
861.1Sjoff# Shared memory options
871.1Sjoff
881.1Sjoffoptions 	SYSVMSG		# System V-like message queues
891.1Sjoffoptions 	SYSVSEM		# System V-like semaphores
901.1Sjoffoptions 	SYSVSHM		# System V-like memory sharing
911.1Sjoff
921.1Sjoff# Device options
931.1Sjoff
941.1Sjoff#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
951.1Sjoff#options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
961.1Sjoff#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
971.1Sjoff
981.1Sjoff# Console options.  The default console is speed is 115200 baud.
991.1Sjoff#options 	CONSPEED=9600		# Console speed
1001.1Sjoff
1011.1Sjoff# Miscellaneous kernel options
1021.1Sjoffoptions 	KTRACE		# system call tracing, a la ktrace(1)
1031.1Sjoffoptions 	IRQSTATS	# manage IRQ statistics
1041.1Sjoff#options 	SCSIVERBOSE	# Verbose SCSI errors
1051.1Sjoff#options 	PCIVERBOSE	# Verbose PCI descriptions
1061.1Sjoff#options 	MIIVERBOSE	# Verbose MII autoconfuration messages
1071.1Sjoff#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1081.1Sjoff#options 	DDB_KEYCODE=0x40
1091.1Sjoff#options 	USERCONF	# userconf(4) support
1101.1Sjoff#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1111.1Sjoff
1121.1Sjoff# Development and Debugging options
1131.1Sjoff
1141.58Sdhollandoptions 	DIAGNOSTIC	# internal consistency checks
1151.1Sjoff#options 	DEBUG
1161.1Sjoff#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1171.1Sjoff#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
1181.1Sjoffoptions 	DDB		# in-kernel debugger
1191.69Smrgoptions 	DDB_ONPANIC=1
1201.1Sjoffoptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1211.1Sjoff#makeoptions	DEBUG="-g"	# compile full symbol table
1221.61Sjoergmakeoptions	COPY_SYMTAB=1
1231.1Sjoff
1241.1Sjoff##options 	PMAP_INCLUDE_PTE_SYNC
1251.1Sjoff##options 	LOCKDEBUG
1261.1Sjoff
1271.1Sjoffconfig		netbsd		root on ? type ?
1281.2Sjoffconfig		netbsd-epe0	root on epe0 type nfs
1291.2Sjoffconfig		netbsd-wd0	root on wd0 type ffs
1301.36Skenh#config		netbsd-sd0	root on sd0 type ffs
1311.1Sjoff
1321.1Sjoff# The main bus device
1331.1Sjoffmainbus0	at root
1341.1Sjoff
1351.1Sjoff# The boot cpu
1361.1Sjoffcpu0		at mainbus?
1371.1Sjoff
1381.1Sjoff# Cirrus Logic EP93xx System-on-chip
1391.1Sjoffepsoc0		at mainbus?
1401.1Sjoff# On-chip timers
1411.1Sjoffepclk0		at epsoc? addr 0x80810000 size 0x90 intr 35
1421.1Sjoff# On-chip serial UARTS
1431.1Sjoffepcom0		at epsoc? addr 0x808c0000 size 0x1000 intr 52
1441.1Sjoffepcom1		at epsoc? addr 0x808d0000 size 0x1000 intr 54
1451.1Sjoff# On-chip USB 1.1
1461.1Sjoffohci*		at epsoc? addr 0x80020000 size 0x1000 intr 56
1471.1Sjoff# On-chip 10/100 Ethernet
1481.1Sjoffepe0		at epsoc? addr 0x80010000 size 0x10000 intr 39
1491.1Sjoff# On-board TS-7200 CPLD
1501.1Sjofftspld0		at mainbus?
1511.1Sjoff# PC/104 bus
1521.1Sjoffisa0		at tspld?
1531.1Sjoff# CompactFlash interface
1541.1Sjoffwdc0		at tspld?
1551.3Sjoff# TS-5620 battery-backed real-time clock
1561.3Sjofftsrtc*		at tspld?
1571.37Skenh# On-board GPIO ports.  Note that only 20 total GPIO pins are available
1581.37Skenh# across all ports
1591.37Skenhepgpio0		at epsoc? addr 0x80840000 size 0xcc intr 59
1601.37Skenhgpio*		at epgpio?
1611.69Smrgoptions 	EPGPIO_PORT_C_MASK=0x00
1621.69Smrgoptions 	EPGPIO_PORT_D_MASK=0x00
1631.69Smrgoptions 	EPGPIO_PORT_E_MASK=0x00
1641.69Smrgoptions 	EPGPIO_PORT_F_MASK=0x02
1651.69Smrgoptions 	EPGPIO_PORT_G_MASK=0x00
1661.69Smrgoptions 	EPGPIO_PORT_H_MASK=0x38
1671.19Sjoff
1681.6Sjoff# HD44780 LCD on LCD header
1691.19Sjoff#tslcd*		at tspld?
1701.19Sjoff#wsdisplay*	at tslcd? console ?
1711.19Sjoff
1721.9Sjoff# 4x4 Matrix Keypad on DIO header
1731.19Sjoff#tskp*		at tspld?
1741.19Sjoff#wskbd*	at tskp? console ? mux 1
1751.1Sjoff
1761.1Sjoff# TS-SER[1,2,4] multiport serial PC/104 cards
1771.1Sjoffcom0		at isa? port 0x3f8 irq 6        # Standard PC serial ports
1781.1Sjoffcom1		at isa? port 0x2f8 irq 6
1791.1Sjoffcom2		at isa? port 0x3e8 irq 6
1801.1Sjoffcom3		at isa? port 0x2e8 irq 6
1811.1Sjoff
1821.1Sjoffwdc1	at isa? port 0x1f0 irq 7 flags 0x00
1831.1Sjoffwdc2	at isa? port 0x170 irq 7 flags 0x00
1841.19Sjoff
1851.5Sjofftscs0	at isa? port 0x300 iomem ? irq ? drq ?  # TS-ETH10 PC/104 ethernet
1861.5Sjofftscs1	at isa? port 0x310 iomem ? irq ? drq ?
1871.5Sjofftscs2	at isa? port 0x320 iomem ? irq ? drq ?
1881.5Sjofftscs3	at isa? port 0x330 iomem ? irq ? drq ?
1891.1Sjoff
1901.19Sjofftsdio0  at isa? port 0x100 # TS-DIO24 general-purpose I/O
1911.19Sjofftsdio1  at isa? port 0x108
1921.19Sjofftsdio2  at isa? port 0x110
1931.19Sjofftsdio3  at isa? port 0x118
1941.19Sjoff
1951.7Sjoff# PCMCIA bus support
1961.36Skenh#pcmcia* at pcic? controller ? socket ?
1971.7Sjoff
1981.36Skenh#options PCIC_ISA_INTR_ALLOC_MASK=0xe0
1991.7Sjoff# ISA PCMCIA controllers
2001.36Skenh#pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
2011.36Skenh#pcic1	at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
2021.36Skenh#pcic2	at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000
2031.7Sjoff
2041.1Sjoff# ATA (IDE) bus support
2051.1Sjoffatabus* at ata?
2061.1Sjoff
2071.1Sjoff# IDE drives
2081.1Sjoff# Flags are used only with controllers that support DMA operations
2091.1Sjoff# and mode settings (e.g. some pciide controllers)
2101.1Sjoff# The lowest order four bits (rightmost digit) of the flags define the PIO
2111.1Sjoff# mode to use, the next set of four bits the DMA mode and the third set the
2121.1Sjoff# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
2131.1Sjoff# to use, and the last bit must be 1 for this setting to be used.
2141.1Sjoff# For DMA and UDMA, 0xf (1111) means 'disable'.
2151.1Sjoff# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
2161.1Sjoff# (0xc=1100, 0xa=1010, 0xf=1111)
2171.1Sjoff# 0x0000 means "use whatever the drive claims to support".
2181.1Sjoffwd*	at atabus? drive ? flags 0x00ff
2191.1Sjoff
2201.1Sjoff# ATAPI bus support
2211.1Sjoff#atapibus* at atapi?
2221.1Sjoff
2231.1Sjoff# ATAPI devices
2241.1Sjoff# flags have the same meaning as for IDE drives.
2251.1Sjoff# XXX No DMA on IDE devices for now
2261.1Sjoff#cd*	at atapibus? drive ? flags 0x0ff0	# ATAPI CD-ROM drives
2271.1Sjoff#sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
2281.1Sjoff#st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
2291.1Sjoff#uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
2301.1Sjoff
2311.1Sjoff# MII/PHY support
2321.1Sjoff#acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
2331.1Sjoff#amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
2341.1Sjoff#bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
2351.1Sjoff#brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
2361.1Sjoff#dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
2371.1Sjoff#exphy*	at mii? phy ?			# 3Com internal PHYs
2381.1Sjoff#gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
2391.1Sjoff#glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
2401.1Sjoff#gphyter* at mii? phy ?			# NS83861 Gig-E PHY
2411.1Sjoff#icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
2421.1Sjoff#igphy*	at mii? phy ?			# Intel IGP01E1000
2431.1Sjoff#inphy*	at mii? phy ?			# Intel 82555 PHYs
2441.1Sjoff#iophy*	at mii? phy ?			# Intel 82553 PHYs
2451.1Sjoff#lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
2461.1Sjoff#makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
2471.1Sjoff#nsphy*	at mii? phy ?			# NS83840 PHYs
2481.1Sjoff#nsphyter* at mii? phy ? 		# NS83843 PHYs
2491.1Sjoff#pnaphy* at mii? phy ?			# generic HomePNA PHYs
2501.1Sjoff#qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2511.73Srin#rgephy* at mii? phy ?			# Realtek 8169S/8110S/8211 PHYs
2521.73Srin#rlphy* at mii? phy ?			# Realtek 8139/8201L PHYs
2531.1Sjoff#sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2541.1Sjoff#tlphy*	at mii? phy ?			# ThunderLAN PHYs
2551.1Sjoff#tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
2561.1Sjoffukphy*	at mii? phy ?			# generic unknown PHYs
2571.1Sjoff#urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
2581.1Sjoff
2591.1Sjoff# USB Controller and Devices
2601.1Sjoff
2611.1Sjoff# USB bus support
2621.1Sjoff#usb*	at ehci?
2631.1Sjoffusb*	at ohci?
2641.1Sjoff#usb*	at uhci?
2651.1Sjoff#usb*	at slhci?
2661.1Sjoff
2671.1Sjoff# USB Hubs
2681.1Sjoffuhub*	at usb?
2691.30Sdrochneruhub*	at uhub? port ?
2701.1Sjoff
2711.1Sjoff# USB HID device
2721.36Skenh#uhidev*	at uhub? port ? configuration ? interface ?
2731.1Sjoff
2741.1Sjoff# USB Mice
2751.1Sjoff# ums*	at uhidev? reportid ?
2761.1Sjoff# wsmouse* at ums? mux 0
2771.1Sjoff
2781.1Sjoff# USB eGalax touch-panel
2791.1Sjoff# uep*	at uhub? port ?
2801.1Sjoff# wsmouse* at uep? mux 0
2811.1Sjoff
2821.1Sjoff# USB Keyboards
2831.36Skenh#ukbd*	at uhidev? reportid ?
2841.36Skenh#wskbd*	at ukbd? console ? mux 1
2851.1Sjoff
2861.28Sskrll# USB serial adapter
2871.36Skenh#ucycom*	at uhidev? reportid ?
2881.18Sskrll
2891.1Sjoff# USB Generic HID devices
2901.36Skenh#uhid*	at uhidev? reportid ?
2911.1Sjoff
2921.1Sjoff# USB Printer
2931.36Skenh#ulpt*	at uhub? port ? configuration ? interface ?
2941.1Sjoff
2951.1Sjoff# USB Modem
2961.36Skenh#umodem*	at uhub? port ? configuration ?
2971.36Skenh#ucom*	at umodem?
2981.1Sjoff
2991.41Splunky# Option N.V. Wireless WAN modems
3001.41Splunky#uhso*	at uhub? port ? configuration ?
3011.41Splunky
3021.1Sjoff# USB Mass Storage
3031.36Skenh#umass*	at uhub? port ? configuration ? interface ?
3041.36Skenh#scsibus* at umass?
3051.1Sjoff# SCSI devices
3061.36Skenh#sd*     at scsibus? target ? lun ?      # SCSI disk drives
3071.1Sjoff#st*     at scsibus? target ? lun ?      # SCSI tape drives
3081.1Sjoff#cd*     at scsibus? target ? lun ?      # SCSI CD-ROM drives
3091.1Sjoff#ch*     at scsibus? target ? lun ?      # SCSI autochangers
3101.1Sjoff#ses*    at scsibus? target ? lun ?      # SCSI Enclosure Services devices
3111.1Sjoff#ss*     at scsibus? target ? lun ?      # SCSI scanners
3121.1Sjoff#uk*     at scsibus? target ? lun ?      # SCSI unknown
3131.1Sjoff
3141.1Sjoff# USB audio
3151.36Skenh#uaudio*	at uhub? port ? configuration ?
3161.1Sjoff
3171.1Sjoff# USB MIDI
3181.36Skenh#umidi* at uhub? port ? configuration ?
3191.1Sjoff
3201.1Sjoff# USB IrDA
3211.1Sjoff# USB-IrDA bridge spec
3221.36Skenh#uirda* at uhub? port ? configuration ? interface ?
3231.36Skenh#irframe* at uirda?
3241.1Sjoff
3251.1Sjoff# SigmaTel STIr4200 USB/IrDA Bridge
3261.36Skenh#ustir* at uhub? port ?
3271.36Skenh#irframe* at ustir?
3281.1Sjoff
3291.1Sjoff# USB Ethernet adapters
3301.36Skenh#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
3311.36Skenh#axe*	at uhub? port ?		# ASIX AX88172 based adapters
3321.36Skenh#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
3331.36Skenh#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
3341.71Srin#mue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
3351.36Skenh#udav*	at uhub? port ?		# Davicom DM9601 based adapters
3361.73Srin#ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
3371.36Skenh#url*	at uhub? port ?		# Realtek RTL8150L based adapters
3381.1Sjoff
3391.1Sjoff# Prolific PL2301/PL2302 host-to-host adapter
3401.36Skenh#upl*	at uhub? port ?
3411.1Sjoff
3421.1Sjoff# Serial adapters
3431.36Skenh#ubsa*	at uhub? port ?		# Belkin serial adapter
3441.36Skenh#ucom*	at ubsa? portno ?
3451.1Sjoff
3461.36Skenh#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
3471.36Skenh#ucom*	at uftdi? portno ?
3481.1Sjoff
3491.36Skenh#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
3501.36Skenh#ucom*	at umct? portno ?
3511.1Sjoff
3521.36Skenh#uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
3531.36Skenh#ucom*	at uplcom? portno ?
3541.1Sjoff
3551.36Skenh#uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
3561.36Skenh#ucom*	at uvscom? portno ?
3571.36Skenh#atu*	at uhub? port ?		# Atmel AT76C50XX 802.11b adapter
3581.1Sjoff
3591.1Sjoff# Diamond Multimedia Rio 500
3601.1Sjoff# urio*	at uhub? port ?
3611.1Sjoff
3621.1Sjoff# USB Handspring Visor
3631.1Sjoff# uvisor*	at uhub? port ?
3641.1Sjoff# ucom*	at uvisor?
3651.1Sjoff
3661.14Sitohy# Kyocera AIR-EDGE PHONE
3671.14Sitohy#ukyopon* at uhub? port ?
3681.14Sitohy#ucom*	at ukyopon? portno ?
3691.14Sitohy
3701.1Sjoff# USB scanners
3711.1Sjoff# uscanner* at uhub? port ?
3721.1Sjoff
3731.1Sjoff# USB scanners that use SCSI emulation, e.g., HP5300
3741.1Sjoff# usscanner* at uhub? port ?
3751.1Sjoff
3761.1Sjoff# Y@P firmware loader
3771.1Sjoff# uyap* at uhub? port ?
3781.1Sjoff
3791.1Sjoff# D-Link DSB-R100 USB radio
3801.1Sjoff# udsbr*	at uhub? port ?
3811.1Sjoff# radio*	at udsbr?
3821.1Sjoff
3831.1Sjoff# USB Generic driver
3841.1Sjoffugen*	at uhub? port ?
3851.1Sjoff
3861.1Sjoff# IrDA and Consumer Ir devices
3871.1Sjoff
3881.1Sjoff# Toshiba Oboe
3891.1Sjoff# oboe* 	at pci? dev ? function ?
3901.1Sjoff# irframe* at oboe?
3911.1Sjoff
3921.1Sjoff# CardBus IEEE1394 controllers
3931.22Sdrochner#fwohci* at cardbus? function ?	# IEEE1394 Open Host Controller
3941.1Sjoff
3951.1Sjoff#fw*	at fwbus?			# IP over 1394
3961.1Sjoff
3971.1Sjoff# IEEE1394 nodes
3981.1Sjoff#fwnode* at fwbus? idhi ? idlo ?
3991.1Sjoff#sbpscsi* at fwnode?
4001.1Sjoff#scsibus* at sbpscsi?
4011.1Sjoff
4021.1Sjoff# Audio Devices
4031.1Sjoff
4041.1Sjoff# OPL[23] FM synthesizers
4051.1Sjoff#opl*	at cmpci? flags 1
4061.1Sjoff#opl*	at eso?
4071.1Sjoff#opl*	at fms?
4081.1Sjoff#opl*	at sv?
4091.1Sjoff#opl*	at yds?
4101.1Sjoff
4111.1Sjoff# Audio support
4121.36Skenh#audio*	at audiobus?
4131.1Sjoff
4141.66Schristos#spkr*	at audio?			# PC speaker (synthesized)
4151.64Snat
4161.1Sjoff# MPU 401 UARTs
4171.1Sjoff#mpu*	at cmpci?
4181.1Sjoff#mpu*	at eso?
4191.1Sjoff#mpu*	at fms?
4201.1Sjoff#mpu*	at yds?
4211.1Sjoff
4221.1Sjoff# MIDI support
4231.1Sjoff#midi*	at midibus?
4241.1Sjoff
4251.1Sjoff# Pseudo-Devices
4261.1Sjoff
4271.1Sjoff# disk/mass storage pseudo-devices
4281.43Shannken#pseudo-device	md			# memory disk device (ramdisk)
4291.25Scubepseudo-device	vnd			# disk-like interface to files
4301.42Spooka#pseudo-device	fss			# file system snapshot device
4311.52Smsaitoh#pseudo-device	putter			# for puffs and pud
4321.1Sjoff
4331.1Sjoff# network pseudo-devices
4341.24Srpaulopseudo-device	bpfilter		# Berkeley packet filter
4351.1Sjoffpseudo-device	loop			# network loopback
4361.8Sjoffpseudo-device	kttcp			# network loopback
4371.1Sjoff
4381.1Sjoff# miscellaneous pseudo-devices
4391.1Sjoffpseudo-device	pty			# pseudo-terminals
4401.1Sjoff#options	RND_COM
4411.1Sjoffpseudo-device	clockctl		# user control of clock subsystem
4421.1Sjoffpseudo-device	ksyms			# /dev/ksyms
4431.1Sjoff
4441.1Sjoff# data mover pseudo-devices
4451.50Sskrll#pseudo-device	swdmover		# software dmover(9) back-end
4461.1Sjoff#pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
4471.1Sjoff
4481.11Sjoff#
4491.11Sjoff# wscons options
4501.11Sjoff#
4511.11Sjoff# builtin terminal emulations
4521.11Sjoff#options 	WSEMUL_SUN		# sun terminal emulation
4531.36Skenh#options 	WSEMUL_VT100		# VT100 / VT220 emulation
4541.11Sjoff# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
4551.11Sjoff#options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
4561.11Sjoff#options 	WS_DEFAULT_FG=WSCOL_WHITE
4571.11Sjoff#options 	WS_DEFAULT_BG=WSCOL_BLACK
4581.11Sjoff#options 	WS_DEFAULT_COLATTR="(0)"
4591.11Sjoff#options 	WS_DEFAULT_MONOATTR="(0)"
4601.11Sjoff#options 	WS_KERNEL_FG=WSCOL_GREEN
4611.11Sjoff#options 	WS_KERNEL_BG=WSCOL_BLACK
4621.11Sjoff#options 	WS_KERNEL_COLATTR=""
4631.11Sjoff#options 	WS_KERNEL_MONOATTR=""
4641.11Sjoff# customization of console border color
4651.11Sjoff#options 	WSDISPLAY_CUSTOM_BORDER	# border customization from wsconsctl(8)
4661.11Sjoff#options 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
4671.11Sjoff# compatibility to other console drivers
4681.11Sjoff#options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
4691.11Sjoff#options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
4701.49Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
4711.11Sjoff#options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
4721.27Sdrochner# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
4731.11Sjoff#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
4741.11Sjoff# allocate a number of virtual screens at autoconfiguration time
4751.11Sjoff#options 	WSDISPLAY_DEFAULTSCREENS=4
4761.11Sjoff# use a large software cursor that doesn't blink
4771.11Sjoff#options 	PCDISPLAY_SOFTCURSOR
4781.11Sjoff# modify the screen type of the console; defaults to "80x25"
4791.11Sjoff#options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
4801.11Sjoff# work around a hardware bug that loaded fonts don't work; found on ATI cards
4811.11Sjoff#options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
4821.11Sjoff# console scrolling support.
4831.11Sjoff#options 	WSDISPLAY_SCROLLSUPPORT
4841.11Sjoff# enable VGA raster mode capable of displaying multilingual text on console
4851.11Sjoff#options 	VGA_RASTERCONSOLE
4861.11Sjoff
4871.1Sjoff# wscons pseudo-devices
4881.36Skenh#pseudo-device	wsmux			# mouse & keyboard multiplexor
4891.1Sjoff#pseudo-device	wsfont
4901.1Sjoff
491