GENERIC revision 1.199
11.199Sabs# $NetBSD: GENERIC,v 1.199 2023/02/09 13:16:04 abs Exp $
21.1Snonaka#
31.36Sgmcgarry# GENERIC machine description file
41.154Skiyohara#
51.36Sgmcgarry# This machine description file is used to generate the default NetBSD
61.36Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.36Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Snonaka#
91.36Sgmcgarry# The machine description file can be customised for your specific
101.36Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.36Sgmcgarry#
121.36Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.36Sgmcgarry# man page.
141.36Sgmcgarry#
151.36Sgmcgarry# For further information on hardware support for this architecture, see
161.36Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.36Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.36Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.36Sgmcgarry# device.
201.1Snonaka
211.36Sgmcgarryinclude 	"arch/prep/conf/std.prep"
221.1Snonaka
231.48Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.48Satatat
251.199Sabs#ident		"GENERIC-$Revision: 1.199 $"
261.1Snonaka
271.1Snonakamaxusers	32
281.50Snonaka
291.50Snonaka# Platform support
301.1Snonaka
311.137Sgarbledoptions 	PIC_OPENPIC	# OpenPIC support (7043-140)
321.140Stsutsuioptions 	PIC_PREPIVR
331.52Snonaka
341.1Snonaka# Standard system options
351.1Snonaka
361.1Snonakaoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
371.3Snonakaoptions 	NTP		# NTP phase/frequency locked loop
381.1Snonaka
391.1Snonakaoptions 	KTRACE		# system call tracing via ktrace(1)
401.1Snonaka
411.1Snonakaoptions 	SYSVMSG		# System V-like message queues
421.1Snonakaoptions 	SYSVSEM		# System V-like semaphores
431.1Snonakaoptions 	SYSVSHM		# System V-like memory sharing
441.40Sjdolecek
451.54Slukemoptions 	USERCONF	# userconf(4) support
461.140Stsutsui#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
471.81Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
481.59Sjunyoung
491.185Ssevan# Alternate buffer queue strategies for better responsiveness under high
501.185Ssevan# disk I/O load.
511.93Stsutsui#options 	BUFQ_READPRIO
521.189Ssevanoptions 	BUFQ_PRIOCSCAN
531.1Snonaka
541.1Snonaka# Diagnostic/debugging support options
551.74Snonaka#options 	DIAGNOSTIC	# cheap kernel consistency checks
561.1Snonaka#options 	DEBUG		# expensive debugging checks/support
571.1Snonakaoptions 	DDB		# in-kernel debugger
581.32Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
591.1Snonaka#makeoptions	DEBUG="-g"
601.1Snonaka
611.1Snonaka# Compatibility options
621.184Smrginclude 	"conf/compat_netbsd13.config"
631.30Smanu#options 	COMPAT_LINUX	# Linux binary compatibility
641.195Snia#options 	COMPAT_OSSAUDIO	# Linux binary compatibility
651.1Snonaka
661.1Snonaka# File systems
671.3Snonakafile-system 	FFS		# UFS
681.3Snonakafile-system	EXT2FS		# second extended file system (linux)
691.74Snonaka#file-system	LFS		# log-structured file system
701.1Snonakafile-system 	MFS		# memory file system
711.1Snonakafile-system 	NFS		# Network File System client
721.74Snonaka#file-system	NTFS		# Windows/NT file system (experimental)
731.3Snonakafile-system 	CD9660		# ISO 9660 + Rock Ridge file system
741.3Snonakafile-system 	MSDOSFS		# MS-DOS file system
751.74Snonaka#file-system 	FDESC		# /dev/fd
761.1Snonakafile-system 	KERNFS		# /kern
771.3Snonakafile-system 	NULLFS		# loopback file system
781.74Snonaka#file-system	OVERLAY		# overlay file system
791.1Snonakafile-system 	PROCFS		# /proc
801.74Snonaka#file-system 	UMAPFS		# NULLFS + uid and gid remapping
811.3Snonakafile-system 	UNION		# union file system
821.7Snonaka#file-system	CODA		# Coda File System; also needs vcoda (below)
831.101Schristosfile-system	PTYFS		# /dev/pts/N support
841.152Schsfile-system	TMPFS		# Efficient memory file-system
851.109Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
861.1Snonaka
871.1Snonaka# File system options
881.197Ssimonb#options 	FFS_EI		# FFS Endian Independent support
891.197Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
901.158Sbouyeroptions 	QUOTA		# legacy UFS quotas
911.158Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
921.197Ssimonboptions 	UFS_DIRHASH	# UFS Large Directory Hashing
931.197Ssimonboptions 	UFS_EXTATTR	# Extended attribute support for UFS1
941.197Ssimonboptions 	WAPBL		# File system journaling support
951.197Ssimonb#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
961.197Ssimonb				# immutable) behave as system flags.
971.181Srin#options 	DISKLABEL_EI	# disklabel Endian Independent support
981.3Snonakaoptions 	NFSSERVER	# Network File System server
991.1Snonaka
1001.1Snonaka# Networking options
1011.1Snonaka#options 	GATEWAY		# packet forwarding
1021.1Snonakaoptions 	INET		# IP + ICMP + TCP + UDP
1031.1Snonakaoptions 	INET6		# IPv6
1041.1Snonaka#options 	IPSEC		# IP security
1051.1Snonaka#options 	IPSEC_DEBUG	# debug for IP security
1061.1Snonaka#options 	MROUTING	# IP multicast routing
1071.82Smanu#options 	PIM		# Protocol Independent Multicast
1081.74Snonaka#options 	NETATALK	# AppleTalk networking protocols
1091.1Snonakaoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1101.1Snonakaoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1111.1Snonakaoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1121.25Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1131.1Snonaka
1141.78Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1151.78Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1161.78Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1171.78Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1181.78Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1191.78Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1201.78Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1211.78Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1221.78Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1231.78Sabs#options 	ALTQ_RED	# Random Early Detection
1241.78Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1251.78Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1261.78Sabs
1271.1Snonaka# These options enable verbose messages for several subsystems.
1281.1Snonaka# Warning, these may compile large string tables into the kernel!
1291.74Snonaka#options 	MIIVERBOSE	# verbose PHY autoconfig messages
1301.1Snonakaoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1311.2Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1321.74Snonaka#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1331.3Snonakaoptions 	SCSIVERBOSE	# human readable SCSI error messages
1341.14Snonaka#options 	USBVERBOSE	# verbose USB device autoconfig messages
1351.49Snonaka#options 	RESIDUAL_DATA_DUMP	# verbosely dump residual data
1361.140Stsutsui#options 	NVRAM_DUMP	# verbosely dump contents of nvram.
1371.115Sgarbled				# Warning: output may not be ascii!
1381.1Snonaka
1391.74Snonaka#options 	NFS_BOOT_BOOTP
1401.1Snonakaoptions 	NFS_BOOT_BOOTPARAM
1411.1Snonakaoptions 	NFS_BOOT_DHCP
1421.1Snonaka
1431.1Snonaka#
1441.1Snonaka# wscons options
1451.1Snonaka#
1461.1Snonaka# builtin terminal emulations
1471.1Snonakaoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1481.1Snonaka# different kernel output - see dev/wscons/wsdisplayvar.h
1491.1Snonakaoptions 	WS_KERNEL_FG=WSCOL_GREEN
1501.1Snonaka#options 	WS_KERNEL_BG=WSCOL_BLACK
1511.155Skiyohara# compatibility to other console drivers
1521.163Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1531.155Skiyoharaoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1541.117Sdrochner# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
1551.1Snonaka#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1561.1Snonaka# allocate a number of virtual screens at autoconfiguration time
1571.1Snonaka#options 	WSDISPLAY_DEFAULTSCREENS=4
1581.1Snonaka# use a large software cursor that doesn't blink
1591.1Snonakaoptions 	PCDISPLAY_SOFTCURSOR
1601.1Snonaka
1611.1Snonaka# Kernel root file system and dump configuration.
1621.1Snonakaconfig	netbsd	root on ? type ?
1631.46Smycroft#config	netbsd	root on tlp0 type nfs
1641.74Snonaka#config	netbsd	root on pcn0 type nfs
1651.1Snonaka
1661.14Snonaka
1671.1Snonaka#
1681.1Snonaka# Device configuration
1691.1Snonaka#
1701.1Snonaka
1711.1Snonakamainbus0 at root
1721.1Snonakacpu0	at mainbus0
1731.1Snonaka
1741.14Snonaka
1751.1Snonaka# Basic Bus Support
1761.1Snonaka
1771.1Snonaka# PCI bus support
1781.1Snonakapci0	at mainbus0 bus ?
1791.1Snonakapci*	at pchb? bus ?
1801.3Snonakapci*	at ppb? bus ?
1811.1Snonaka
1821.1Snonaka# PCI bridges
1831.1Snonakapchb*	at pci? dev ? function ?	# PCI-Host bridges
1841.4Skleinkppb*	at pci? dev ? function ?	# PCI-PCI bridges
1851.1Snonakapcib*	at pci? dev ? function ?	# PCI-ISA bridges
1861.113Sgarbledpceb*	at pci? dev ? function ?	# PCI-EISA bridges
1871.113Sgarbled
1881.113Sgarbled# EISA bus support
1891.113Sgarbledeisa*	at pceb?
1901.1Snonaka
1911.1Snonaka# ISA bus support
1921.1Snonakaisa*	at pcib?			# ISA on PCI-ISA bridge
1931.113Sgarbledisa*	at pceb?
1941.1Snonaka
1951.14Snonaka# PCMCIA bus support
1961.14Snonakapcmcia* at pcic? controller ? socket ?
1971.14Snonaka
1981.14Snonaka# ISA PCMCIA controllers
1991.14Snonakapcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
2001.14Snonaka
2011.14Snonaka#options 	PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
2021.14Snonaka#options 	PCIC_ISA_ALLOC_IOBASE=0x0400
2031.14Snonaka#options 	PCIC_ISA_ALLOC_IOSIZE=0x0100
2041.14Snonaka
2051.16Stsutsui# ISA Plug-and-Play bus support
2061.74Snonaka#isapnp0	at isa?
2071.14Snonaka
2081.142Sgarbled# PnPbus bus support (required)
2091.114Sgarbledpnpbus0	at mainbus0
2101.51Snonaka
2111.1Snonaka# Console Devices
2121.1Snonaka
2131.1Snonaka# wscons
2141.1Snonakapckbc0		at isa?			# pc keyboard controller
2151.1Snonakapckbd*		at pckbc?		# PC keyboard
2161.1Snonakapms*		at pckbc?		# PS/2 mouse for wsmouse
2171.1Snonakavga*		at pci?
2181.1Snonakawsdisplay*	at vga? console ?
2191.1Snonakawskbd*		at pckbd? console ?
2201.1Snonakawsmouse*	at pms? mux 0
2211.1Snonaka
2221.91Scubeattimer0	at isa?			# AT Timer
2231.1Snonakapcppi0	at isa?				# PC prog. periph. interface
2241.1Snonakaisabeep0 at pcppi?			# "keyboard" beep
2251.1Snonaka
2261.120Sgarbled#mcclock0 at isa? port 0x70		# mc146818 and compatible
2271.120Sgarbledmcclock* at pnpbus?			# mc146818 and compatible
2281.120Sgarbledmkclock* at pnpbus?			# mk48t18 and compatible
2291.1Snonaka
2301.115Sgarblednvram*	at pnpbus?
2311.14Snonaka
2321.72Sjonathan# Cryptographic Devices
2331.72Sjonathan
2341.72Sjonathan# PCI cryptographic devices
2351.73She#hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
2361.73She#ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
2371.72Sjonathan
2381.72Sjonathan
2391.1Snonaka# Serial Devices
2401.1Snonaka
2411.1Snonaka# ISA serial interfaces
2421.1Snonakacom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
2431.1Snonakacom1	at isa? port 0x2f8 irq 3
2441.1Snonaka
2451.14Snonaka# PCMCIA serial interfaces
2461.14Snonakacom*	at pcmcia? function ?		# Modems and serial cards
2471.14Snonaka
2481.74Snonaka#pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
2491.74Snonaka#com*	at pcmcom? slave ?		# ...and the slave devices
2501.14Snonaka
2511.14Snonaka
2521.1Snonaka# Parallel Printer Interfaces
2531.1Snonaka
2541.1Snonaka# ISA parallel printer interfaces
2551.1Snonakalpt0	at isa? port 0x3bc irq 7	# standard PC parallel ports
2561.1Snonaka
2571.14Snonaka
2581.3Snonaka# SCSI Controllers and Devices
2591.3Snonaka
2601.3Snonaka# PCI SCSI controllers
2611.74Snonaka#adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
2621.23Snonakaahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
2631.74Snonaka#iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
2641.74Snonaka#pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
2651.21Snonakasiop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
2661.67Sbouyeresiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
2671.4Skleink
2681.14Snonaka# PCMCIA SCSI controllers
2691.14Snonakaaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
2701.123Shubertfspc* 	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
2711.14Snonaka
2721.4Skleink# SCSI bus support
2731.74Snonaka#scsibus* at adw?
2741.23Snonakascsibus* at ahc?
2751.14Snonakascsibus* at aic?
2761.74Snonaka#scsibus* at iha?
2771.74Snonaka#scsibus* at pcscp?
2781.21Snonakascsibus* at siop?
2791.123Shubertfscsibus* at spc?
2801.67Sbouyerscsibus* at esiop?
2811.3Snonaka
2821.3Snonaka# SCSI devices
2831.3Snonakasd*	at scsibus? target ? lun ?	# SCSI disk drives
2841.3Snonakast*	at scsibus? target ? lun ?	# SCSI tape drives
2851.3Snonakacd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2861.74Snonaka#ch*	at scsibus? target ? lun ?	# SCSI autochangers
2871.74Snonaka#ss*	at scsibus? target ? lun ?	# SCSI scanners
2881.3Snonakauk*	at scsibus? target ? lun ?	# SCSI unknown
2891.3Snonaka
2901.7Snonaka# IDE and related devices
2911.7Snonaka
2921.114Sgarbled# IDE controller found on most Power Personal machines
2931.114Sgarbledwdc*	at pnpbus?
2941.114Sgarbled
2951.129Sgarbled# PCI IDE controllers
2961.129Sgarbledpciide*		at pci? dev ? function ? flags 0x0000
2971.129Sgarbledhptide*		at pci? dev ? function ?
2981.133Sgarbledslide*		at pci? dev ? function ?
2991.129Sgarbled
3001.142Sgarbledfdc0 at pnpbus?	# standard ISA floppy controller
3011.142Sgarbledfd0 at fdc0 drive ?
3021.51Snonaka
3031.51Snonaka# ISA Plug-and-Play IDE controllers
3041.74Snonaka#wdc*	at isapnp?
3051.51Snonaka
3061.14Snonaka# PCMCIA IDE controllers
3071.14Snonakawdc*	at pcmcia? function ?
3081.14Snonaka
3091.70Slukem# ATA (IDE) bus support
3101.70Slukematabus* at ata?
3111.69Sbouyer
3121.14Snonaka# IDE drives
3131.14Snonaka# Flags are used only with controllers that support DMA operations
3141.14Snonaka# and mode settings (e.g. some pciide controllers)
3151.14Snonaka# The lowest order four bits (rightmost digit) of the flags define the PIO
3161.14Snonaka# mode to use, the next set of four bits the DMA mode and the third set the
3171.14Snonaka# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
3181.14Snonaka# to use, and the last bit must be 1 for this setting to be used.
3191.14Snonaka# For DMA and UDMA, 0xf (1111) means 'disable'.
3201.14Snonaka# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
3211.14Snonaka# (0xc=1100, 0xa=1010, 0xf=1111)
3221.14Snonaka# 0x0000 means "use whatever the drive claims to support".
3231.69Sbouyerwd*	at atabus? drive ? flags 0x0000
3241.14Snonaka
3251.14Snonaka# ATAPI bus support
3261.70Slukematapibus* at atapi?
3271.14Snonaka
3281.7Snonaka# ATAPI devices
3291.7Snonaka# flags have the same meaning as for IDE drives.
3301.14Snonakacd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
3311.14Snonakasd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
3321.14Snonakauk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
3331.14Snonaka
3341.62Smatt# Miscellaneous mass storage devices
3351.62Smatt
3361.1Snonaka# Network Interfaces
3371.1Snonaka
3381.1Snonaka# PCI network interfaces
3391.1Snonakaep*	at pci? dev ? function ?	# 3Com 3c59x
3401.47Skleinkex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
3411.23Snonakafxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
3421.1Snonakane*	at pci? dev ? function ?	# NE2000-compatible Ethernet
3431.29Stsutsuipcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
3441.23Snonakartk*	at pci? dev ? function ?	# Realtek 8129/8139
3451.29Stsutsuisip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
3461.46Smycrofttlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
3471.3Snonakavr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
3481.1Snonaka
3491.121Sgarbled# pnpbus network interfaces
3501.121Sgarbledwe*	at pnpbus?			# WD/SMC Ethernet
3511.121Sgarbled
3521.18Stsutsui# ISA network interfaces
3531.74Snonaka#ep*	at isa? port ? irq ?		# 3Com 3c509 Ethernet
3541.74Snonaka#ne0	at isa? port 0x280 irq 9	# NE2000-compatible Ethernet
3551.74Snonaka#ne1	at isa? port 0x300 irq 10
3561.74Snonaka#we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
3571.121Sgarbledwe1	at isa? port 0x300 iomem 0xe8000 irq 11
3581.18Stsutsui
3591.16Stsutsui# ISA Plug-and-Play network intefaces
3601.74Snonaka#ep*	at isapnp?			# 3Com 3c509 Ethernet
3611.74Snonaka#ne*	at isapnp?			# NE2000-compatible Ethernet
3621.16Stsutsui
3631.14Snonaka# PCMCIA network interfaces
3641.14Snonakaep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3651.14Snonakane*	at pcmcia? function ?		# NE2000-compatible Ethernet
3661.14Snonaka
3671.1Snonaka# MII/PHY support
3681.7Snonakadmphy*	at mii? phy ?			# Davicom DM9101 PHYs
3691.7Snonakaexphy*	at mii? phy ?			# 3Com internal PHYs
3701.41Swizicsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
3711.7Snonakainphy*	at mii? phy ?			# Intel 82555 PHYs
3721.7Snonakaiophy*	at mii? phy ?			# Intel 82553 PHYs
3731.7Snonakalxtphy* at mii? phy ?			# Level One LXT-970 PHYs
3741.7Snonakansphy*	at mii? phy ?			# NS83840 PHYs
3751.7Snonakansphyter* at mii? phy ?			# NS83843 PHYs
3761.7Snonakaqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3771.188Srinrgephy*	at mii? phy ?			# Realtek 8169S/8110S/8211 PHYs
3781.188Srinrlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
3791.7Snonakasqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3801.7Snonakatlphy*	at mii? phy ?			# ThunderLAN PHYs
3811.7Snonakatqphy*	at mii? phy ?			# TDK Semiconductor PHYs
3821.3Snonakaukphy*	at mii? phy ?			# generic unknown PHYs
3831.3Snonaka
3841.14Snonaka
3851.7Snonaka# USB Controller and Devices
3861.7Snonaka
3871.7Snonaka# PCI USB controllers
3881.14Snonaka#uhci*	at pci? dev ? function ?	# Universal Host Controller (Intel)
3891.14Snonaka#ohci*	at pci? dev ? function ?	# Open Host Controller
3901.7Snonaka
3911.136Skiyohara# PCMCIA USB controllers
3921.137Sgarbled#slhci*	at pcmcia? function ?		# ScanLogic SL811HS
3931.136Skiyohara
3941.7Snonaka# USB bus support
3951.14Snonaka#usb*	at uhci?
3961.14Snonaka#usb*	at ohci?
3971.136Skiyohara#usb*	at slhci?
3981.7Snonaka
3991.7Snonaka# USB Hubs
4001.14Snonaka#uhub*	at usb?
4011.132Sdrochner#uhub*	at uhub? port ?
4021.7Snonaka
4031.38Saugustss# USB HID device
4041.38Saugustss#uhidev*	at uhub? port ? configuration ? interface ?
4051.38Saugustss
4061.7Snonaka# USB Mice
4071.38Saugustss#ums*	at uhidev? reportid ?
4081.14Snonaka#wsmouse* at ums? mux 0
4091.7Snonaka
4101.7Snonaka# USB Keyboards
4111.38Saugustss#ukbd*	at uhidev? reportid ?
4121.14Snonaka#wskbd*	at ukbd? console ? mux 1
4131.7Snonaka
4141.125Sskrll# USB serial adapter
4151.99Sskrll#ucycom*	at uhidev? reportid ?
4161.99Sskrll
4171.7Snonaka# USB Generic HID devices
4181.38Saugustss#uhid*	at uhidev? reportid ?
4191.7Snonaka
4201.7Snonaka# USB Printer
4211.14Snonaka#ulpt*	at uhub? port ? configuration ? interface ?
4221.7Snonaka
4231.7Snonaka# USB Modem
4241.14Snonaka#umodem* at uhub? port ? configuration ?
4251.14Snonaka#ucom*	at umodem?
4261.7Snonaka
4271.150Splunky# Option N.V. Wireless WAN modems
4281.150Splunky#uhso*	at uhub? port ? configuration ?
4291.150Splunky
4301.7Snonaka# USB Mass Storage
4311.14Snonaka#umass*	at uhub? port ? configuration ? interface ?
4321.14Snonaka#scsibus* at umass? channel ?
4331.69Sbouyer#atapibus* at umass?
4341.7Snonaka
4351.7Snonaka# USB audio
4361.14Snonaka#uaudio* at uhub? port ? configuration ?
4371.7Snonaka
4381.7Snonaka# USB Ethernet adapters
4391.14Snonaka#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
4401.83Saugustss#axe*	at uhub? port ?		# ASIX AX88172 based adapters
4411.14Snonaka#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
4421.14Snonaka#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
4431.187Srin#mue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
4441.188Srin#ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
4451.64Saugustss#url*	at uhub? port ?		# Realtek RTL8150L based adapters
4461.68Sitojun#udav*	at uhub? port ?		# Davicom DM9601 based adapters
4471.7Snonaka
4481.112Shira# Prolific PL2301/PL2302 host-to-host adapter
4491.14Snonaka#upl*	at uhub? port ?
4501.7Snonaka
4511.7Snonaka# Serial adapters
4521.52Snonaka#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
4531.7Snonaka#ucom*	at uftdi? portno ?
4541.52Snonaka
4551.52Snonaka#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
4561.52Snonaka#ucom*	at umct? portno ?
4571.52Snonaka
4581.52Snonaka#uplcom* at uhub? port ?	# I/O DATA USB-RSAQ2 serial adapter
4591.52Snonaka#ucom*	at uplcom? portno ?
4601.52Snonaka
4611.52Snonaka#uvscom* at uhub? port ?	# SUNTAC Slipper U VS-10U serial adapter
4621.52Snonaka#ucom*	at uvscom? portno ?
4631.7Snonaka
4641.7Snonaka# USB Handspring Visor
4651.14Snonaka#uvisor* at uhub? port ?
4661.14Snonaka#ucom*	at uvisor?
4671.17Saugustss
4681.92Sitohy# Kyocera AIR-EDGE PHONE
4691.92Sitohy#ukyopon* at uhub? port ?
4701.92Sitohy#ucom*	at ukyopon? portno ?
4711.92Sitohy
4721.14Snonaka# USB Generic driver
4731.14Snonaka#ugen*	at uhub? port ?
4741.13Saugustss
4751.3Snonaka# Audio device
4761.3Snonaka
4771.16Stsutsui# ISA Plug-and-Play audio devices
4781.23Snonaka#wss*	at isapnp?			# CS4232
4791.142Sgarbled#wss0    at isa? port 0x530 irq 5 drq 1 drq2 0
4801.16Stsutsui
4811.7Snonaka# Audio support
4821.23Snonaka#audio*	at uaudio?
4831.142Sgarbled#audio*	at audiocs?
4841.7Snonaka
4851.3Snonaka# MIDI support
4861.74Snonaka#midi*	at pcppi?		# MIDI interface to the PC speaker
4871.3Snonaka
4881.3Snonaka# The spkr driver provides a simple tone interface to the built in speaker.
4891.180Schristos#spkr*	at pcppi?		# PC speaker
4901.180Schristos#spkr*	at audio?		# PC speaker (synthesized)
4911.177Snat
4921.51Snonaka
4931.1Snonaka# Joysticks
4941.1Snonaka
4951.51Snonaka# ISA Plug-and-Play joysticks
4961.74Snonaka#joy*	at isapnp?			# Game ports (usually on audio cards)
4971.51Snonaka
4981.1Snonaka# ISA joysticks. Probe is a little strange; add only if you have one.
4991.51Snonaka#joy0	at isa? port 0x201
5001.14Snonaka
5011.1Snonaka# Pseudo-Devices
5021.1Snonaka
5031.130Sgarbledpseudo-device 	crypto		# /dev/crypto device
5041.130Sgarbledpseudo-device	swcrypto	# software crypto implementation
5051.72Sjonathan
5061.1Snonaka# disk/mass storage pseudo-devices
5071.166Schristospseudo-device	ccd			# concatenated/striped disk devices
5081.166Schristos#pseudo-device	cgd			# cryptographic disk devices
5091.167Schristospseudo-device	raid			# RAIDframe disk driver
5101.119Sgarbledoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5111.39Soster# Options to enable various other RAIDframe RAID types.
5121.140Stsutsui#options 	RF_INCLUDE_EVENODD=1
5131.140Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
5141.140Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
5151.140Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
5161.140Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
5171.140Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
5181.140Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
5191.151Spookapseudo-device	fss			# file system snapshot device
5201.157Shannkenpseudo-device	md			# memory disk device (ramdisk)
5211.111Scubepseudo-device	vnd			# disk-like interface to files
5221.96Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
5231.1Snonaka
5241.1Snonaka# network pseudo-devices
5251.1Snonakapseudo-device	loop			# network loopback
5261.110Srpaulopseudo-device	bpfilter		# Berkeley packet filter
5271.189Ssevanpseudo-device	carp			# Common Address Redundancy Protocol
5281.186Smaxvpseudo-device	npf			# NPF packet filter
5291.111Scubepseudo-device	ppp			# Point-to-Point Protocol
5301.37Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
5311.114Sgarbled#pseudo-device	sl			# Serial Line IP
5321.111Scubepseudo-device	tun			# network tunneling over tty
5331.85Scubepseudo-device	tap			# virtual Ethernet
5341.111Scubepseudo-device	gre			# generic L3 over IP tunnel
5351.111Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
5361.111Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
5371.116Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
5381.15Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
5391.34Satatatpseudo-device	bridge			# simple inter-network bridging
5401.194Sroypseudo-device	vether			# Virtual Ethernet for bridge
5411.135Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
5421.1Snonaka
5431.145Stls#
5441.145Stls# accept filters
5451.145Stlspseudo-device   accf_data		# "dataready" accept filter
5461.145Stlspseudo-device   accf_http		# "httpready" accept filter
5471.145Stls
5481.1Snonaka# miscellaneous pseudo-devices
5491.12Sjdolecekpseudo-device	pty			# pseudo-terminals
5501.168Schristos#pseudo-device	sequencer		# MIDI sequencer
5511.32Slukem#options 	RND_COM			# use "com" randomness as well
5521.53Slukempseudo-device	clockctl		# user control of clock subsystem
5531.66Sraggepseudo-device	ksyms			# /dev/ksyms
5541.198Sriastradpseudo-device 	swwdog			# software watchdog timer -- swwdog(4)
5551.1Snonaka
5561.1Snonaka# a pseudo device needed for Coda	# also needs CODA (above)
5571.167Schristos#pseudo-device	vcoda			# coda minicache <-> venus comm.
5581.1Snonaka
5591.35Skleink# wscons pseudo-devices
5601.35Skleinkpseudo-device	wsmux			# mouse & keyboard multiplexor
5611.35Skleinkpseudo-device	wsfont
5621.107Selad
5631.189Ssevaninclude "dev/veriexec.config"
5641.199Sabs
5651.199Sabs# Pull in optional local configuration
5661.199Sabscinclude "arch/prep/conf/GENERIC.local"
567