11.202Sandvar# $NetBSD: GENERIC,v 1.202 2024/09/03 19:51:02 andvar 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.202Sandvar#ident		"GENERIC-$Revision: 1.202 $"
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.181Srin#options 	DISKLABEL_EI	# disklabel Endian Independent support
961.3Snonakaoptions 	NFSSERVER	# Network File System server
971.1Snonaka
981.1Snonaka# Networking options
991.1Snonaka#options 	GATEWAY		# packet forwarding
1001.1Snonakaoptions 	INET		# IP + ICMP + TCP + UDP
1011.1Snonakaoptions 	INET6		# IPv6
1021.1Snonaka#options 	IPSEC		# IP security
1031.1Snonaka#options 	IPSEC_DEBUG	# debug for IP security
1041.1Snonaka#options 	MROUTING	# IP multicast routing
1051.82Smanu#options 	PIM		# Protocol Independent Multicast
1061.74Snonaka#options 	NETATALK	# AppleTalk networking protocols
1071.1Snonakaoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1081.1Snonakaoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1091.1Snonakaoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1101.25Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1111.1Snonaka
1121.78Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1131.78Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1141.78Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1151.78Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1161.78Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1171.78Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1181.78Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1191.78Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1201.78Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1211.78Sabs#options 	ALTQ_RED	# Random Early Detection
1221.78Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1231.78Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1241.78Sabs
1251.1Snonaka# These options enable verbose messages for several subsystems.
1261.1Snonaka# Warning, these may compile large string tables into the kernel!
1271.74Snonaka#options 	MIIVERBOSE	# verbose PHY autoconfig messages
1281.1Snonakaoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1291.2Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1301.74Snonaka#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1311.3Snonakaoptions 	SCSIVERBOSE	# human readable SCSI error messages
1321.14Snonaka#options 	USBVERBOSE	# verbose USB device autoconfig messages
1331.49Snonaka#options 	RESIDUAL_DATA_DUMP	# verbosely dump residual data
1341.140Stsutsui#options 	NVRAM_DUMP	# verbosely dump contents of nvram.
1351.115Sgarbled				# Warning: output may not be ascii!
1361.1Snonaka
1371.74Snonaka#options 	NFS_BOOT_BOOTP
1381.1Snonakaoptions 	NFS_BOOT_BOOTPARAM
1391.1Snonakaoptions 	NFS_BOOT_DHCP
1401.1Snonaka
1411.1Snonaka#
1421.1Snonaka# wscons options
1431.1Snonaka#
1441.1Snonaka# builtin terminal emulations
1451.1Snonakaoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1461.1Snonaka# different kernel output - see dev/wscons/wsdisplayvar.h
1471.1Snonakaoptions 	WS_KERNEL_FG=WSCOL_GREEN
1481.1Snonaka#options 	WS_KERNEL_BG=WSCOL_BLACK
1491.155Skiyohara# compatibility to other console drivers
1501.163Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1511.155Skiyoharaoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1521.117Sdrochner# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
1531.1Snonaka#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1541.1Snonaka# allocate a number of virtual screens at autoconfiguration time
1551.1Snonaka#options 	WSDISPLAY_DEFAULTSCREENS=4
1561.1Snonaka# use a large software cursor that doesn't blink
1571.1Snonakaoptions 	PCDISPLAY_SOFTCURSOR
1581.1Snonaka
1591.1Snonaka# Kernel root file system and dump configuration.
1601.1Snonakaconfig	netbsd	root on ? type ?
1611.46Smycroft#config	netbsd	root on tlp0 type nfs
1621.74Snonaka#config	netbsd	root on pcn0 type nfs
1631.1Snonaka
1641.14Snonaka
1651.1Snonaka#
1661.1Snonaka# Device configuration
1671.1Snonaka#
1681.1Snonaka
1691.1Snonakamainbus0 at root
1701.1Snonakacpu0	at mainbus0
1711.1Snonaka
1721.14Snonaka
1731.1Snonaka# Basic Bus Support
1741.1Snonaka
1751.1Snonaka# PCI bus support
1761.1Snonakapci0	at mainbus0 bus ?
1771.1Snonakapci*	at pchb? bus ?
1781.3Snonakapci*	at ppb? bus ?
1791.1Snonaka
1801.1Snonaka# PCI bridges
1811.1Snonakapchb*	at pci? dev ? function ?	# PCI-Host bridges
1821.4Skleinkppb*	at pci? dev ? function ?	# PCI-PCI bridges
1831.1Snonakapcib*	at pci? dev ? function ?	# PCI-ISA bridges
1841.113Sgarbledpceb*	at pci? dev ? function ?	# PCI-EISA bridges
1851.113Sgarbled
1861.113Sgarbled# EISA bus support
1871.113Sgarbledeisa*	at pceb?
1881.1Snonaka
1891.1Snonaka# ISA bus support
1901.1Snonakaisa*	at pcib?			# ISA on PCI-ISA bridge
1911.113Sgarbledisa*	at pceb?
1921.1Snonaka
1931.14Snonaka# PCMCIA bus support
1941.14Snonakapcmcia* at pcic? controller ? socket ?
1951.14Snonaka
1961.14Snonaka# ISA PCMCIA controllers
1971.14Snonakapcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
1981.14Snonaka
1991.14Snonaka#options 	PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
2001.14Snonaka#options 	PCIC_ISA_ALLOC_IOBASE=0x0400
2011.14Snonaka#options 	PCIC_ISA_ALLOC_IOSIZE=0x0100
2021.14Snonaka
2031.16Stsutsui# ISA Plug-and-Play bus support
2041.74Snonaka#isapnp0	at isa?
2051.14Snonaka
2061.142Sgarbled# PnPbus bus support (required)
2071.114Sgarbledpnpbus0	at mainbus0
2081.51Snonaka
2091.1Snonaka# Console Devices
2101.1Snonaka
2111.1Snonaka# wscons
2121.1Snonakapckbc0		at isa?			# pc keyboard controller
2131.1Snonakapckbd*		at pckbc?		# PC keyboard
2141.1Snonakapms*		at pckbc?		# PS/2 mouse for wsmouse
2151.1Snonakavga*		at pci?
2161.1Snonakawsdisplay*	at vga? console ?
2171.1Snonakawskbd*		at pckbd? console ?
2181.1Snonakawsmouse*	at pms? mux 0
2191.1Snonaka
2201.91Scubeattimer0	at isa?			# AT Timer
2211.1Snonakapcppi0	at isa?				# PC prog. periph. interface
2221.1Snonakaisabeep0 at pcppi?			# "keyboard" beep
2231.1Snonaka
2241.120Sgarbled#mcclock0 at isa? port 0x70		# mc146818 and compatible
2251.120Sgarbledmcclock* at pnpbus?			# mc146818 and compatible
2261.120Sgarbledmkclock* at pnpbus?			# mk48t18 and compatible
2271.1Snonaka
2281.115Sgarblednvram*	at pnpbus?
2291.14Snonaka
2301.72Sjonathan# Cryptographic Devices
2311.72Sjonathan
2321.72Sjonathan# PCI cryptographic devices
2331.73She#hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
2341.73She#ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
2351.72Sjonathan
2361.72Sjonathan
2371.1Snonaka# Serial Devices
2381.1Snonaka
2391.1Snonaka# ISA serial interfaces
2401.1Snonakacom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
2411.1Snonakacom1	at isa? port 0x2f8 irq 3
2421.1Snonaka
2431.14Snonaka# PCMCIA serial interfaces
2441.14Snonakacom*	at pcmcia? function ?		# Modems and serial cards
2451.14Snonaka
2461.74Snonaka#pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
2471.74Snonaka#com*	at pcmcom? slave ?		# ...and the slave devices
2481.14Snonaka
2491.14Snonaka
2501.1Snonaka# Parallel Printer Interfaces
2511.1Snonaka
2521.1Snonaka# ISA parallel printer interfaces
2531.1Snonakalpt0	at isa? port 0x3bc irq 7	# standard PC parallel ports
2541.1Snonaka
2551.14Snonaka
2561.3Snonaka# SCSI Controllers and Devices
2571.3Snonaka
2581.3Snonaka# PCI SCSI controllers
2591.74Snonaka#adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
2601.23Snonakaahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
2611.74Snonaka#iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
2621.74Snonaka#pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
2631.21Snonakasiop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
2641.67Sbouyeresiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
2651.4Skleink
2661.14Snonaka# PCMCIA SCSI controllers
2671.14Snonakaaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
2681.123Shubertfspc* 	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
2691.14Snonaka
2701.4Skleink# SCSI bus support
2711.74Snonaka#scsibus* at adw?
2721.23Snonakascsibus* at ahc?
2731.14Snonakascsibus* at aic?
2741.74Snonaka#scsibus* at iha?
2751.74Snonaka#scsibus* at pcscp?
2761.21Snonakascsibus* at siop?
2771.123Shubertfscsibus* at spc?
2781.67Sbouyerscsibus* at esiop?
2791.3Snonaka
2801.3Snonaka# SCSI devices
2811.3Snonakasd*	at scsibus? target ? lun ?	# SCSI disk drives
2821.3Snonakast*	at scsibus? target ? lun ?	# SCSI tape drives
2831.3Snonakacd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2841.74Snonaka#ch*	at scsibus? target ? lun ?	# SCSI autochangers
2851.74Snonaka#ss*	at scsibus? target ? lun ?	# SCSI scanners
2861.3Snonakauk*	at scsibus? target ? lun ?	# SCSI unknown
2871.3Snonaka
2881.7Snonaka# IDE and related devices
2891.7Snonaka
2901.114Sgarbled# IDE controller found on most Power Personal machines
2911.114Sgarbledwdc*	at pnpbus?
2921.114Sgarbled
2931.129Sgarbled# PCI IDE controllers
2941.129Sgarbledpciide*		at pci? dev ? function ? flags 0x0000
2951.129Sgarbledhptide*		at pci? dev ? function ?
2961.133Sgarbledslide*		at pci? dev ? function ?
2971.129Sgarbled
2981.142Sgarbledfdc0 at pnpbus?	# standard ISA floppy controller
2991.142Sgarbledfd0 at fdc0 drive ?
3001.51Snonaka
3011.51Snonaka# ISA Plug-and-Play IDE controllers
3021.74Snonaka#wdc*	at isapnp?
3031.51Snonaka
3041.14Snonaka# PCMCIA IDE controllers
3051.14Snonakawdc*	at pcmcia? function ?
3061.14Snonaka
3071.70Slukem# ATA (IDE) bus support
3081.70Slukematabus* at ata?
3091.69Sbouyer
3101.14Snonaka# IDE drives
3111.14Snonaka# Flags are used only with controllers that support DMA operations
3121.14Snonaka# and mode settings (e.g. some pciide controllers)
3131.14Snonaka# The lowest order four bits (rightmost digit) of the flags define the PIO
3141.14Snonaka# mode to use, the next set of four bits the DMA mode and the third set the
3151.14Snonaka# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
3161.14Snonaka# to use, and the last bit must be 1 for this setting to be used.
3171.14Snonaka# For DMA and UDMA, 0xf (1111) means 'disable'.
3181.14Snonaka# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
3191.14Snonaka# (0xc=1100, 0xa=1010, 0xf=1111)
3201.14Snonaka# 0x0000 means "use whatever the drive claims to support".
3211.69Sbouyerwd*	at atabus? drive ? flags 0x0000
3221.14Snonaka
3231.14Snonaka# ATAPI bus support
3241.70Slukematapibus* at atapi?
3251.14Snonaka
3261.7Snonaka# ATAPI devices
3271.7Snonaka# flags have the same meaning as for IDE drives.
3281.14Snonakacd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
3291.14Snonakasd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
3301.14Snonakauk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
3311.14Snonaka
3321.62Smatt# Miscellaneous mass storage devices
3331.62Smatt
3341.1Snonaka# Network Interfaces
3351.1Snonaka
3361.1Snonaka# PCI network interfaces
3371.1Snonakaep*	at pci? dev ? function ?	# 3Com 3c59x
3381.47Skleinkex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
3391.23Snonakafxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
3401.1Snonakane*	at pci? dev ? function ?	# NE2000-compatible Ethernet
3411.29Stsutsuipcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
3421.23Snonakartk*	at pci? dev ? function ?	# Realtek 8129/8139
3431.29Stsutsuisip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
3441.46Smycrofttlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
3451.3Snonakavr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
3461.1Snonaka
3471.121Sgarbled# pnpbus network interfaces
3481.121Sgarbledwe*	at pnpbus?			# WD/SMC Ethernet
3491.121Sgarbled
3501.18Stsutsui# ISA network interfaces
3511.74Snonaka#ep*	at isa? port ? irq ?		# 3Com 3c509 Ethernet
3521.74Snonaka#ne0	at isa? port 0x280 irq 9	# NE2000-compatible Ethernet
3531.74Snonaka#ne1	at isa? port 0x300 irq 10
3541.74Snonaka#we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
3551.121Sgarbledwe1	at isa? port 0x300 iomem 0xe8000 irq 11
3561.18Stsutsui
3571.202Sandvar# ISA Plug-and-Play network interfaces
3581.74Snonaka#ep*	at isapnp?			# 3Com 3c509 Ethernet
3591.74Snonaka#ne*	at isapnp?			# NE2000-compatible Ethernet
3601.16Stsutsui
3611.14Snonaka# PCMCIA network interfaces
3621.14Snonakaep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3631.14Snonakane*	at pcmcia? function ?		# NE2000-compatible Ethernet
3641.14Snonaka
3651.1Snonaka# MII/PHY support
3661.7Snonakadmphy*	at mii? phy ?			# Davicom DM9101 PHYs
3671.7Snonakaexphy*	at mii? phy ?			# 3Com internal PHYs
3681.41Swizicsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
3691.7Snonakainphy*	at mii? phy ?			# Intel 82555 PHYs
3701.7Snonakaiophy*	at mii? phy ?			# Intel 82553 PHYs
3711.7Snonakalxtphy* at mii? phy ?			# Level One LXT-970 PHYs
3721.7Snonakansphy*	at mii? phy ?			# NS83840 PHYs
3731.7Snonakansphyter* at mii? phy ?			# NS83843 PHYs
3741.7Snonakaqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3751.188Srinrgephy*	at mii? phy ?			# Realtek 8169S/8110S/8211 PHYs
3761.188Srinrlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
3771.7Snonakasqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3781.7Snonakatlphy*	at mii? phy ?			# ThunderLAN PHYs
3791.7Snonakatqphy*	at mii? phy ?			# TDK Semiconductor PHYs
3801.3Snonakaukphy*	at mii? phy ?			# generic unknown PHYs
3811.3Snonaka
3821.14Snonaka
3831.7Snonaka# USB Controller and Devices
3841.7Snonaka
3851.7Snonaka# PCI USB controllers
3861.14Snonaka#uhci*	at pci? dev ? function ?	# Universal Host Controller (Intel)
3871.14Snonaka#ohci*	at pci? dev ? function ?	# Open Host Controller
3881.7Snonaka
3891.136Skiyohara# PCMCIA USB controllers
3901.137Sgarbled#slhci*	at pcmcia? function ?		# ScanLogic SL811HS
3911.136Skiyohara
3921.7Snonaka# USB bus support
3931.14Snonaka#usb*	at uhci?
3941.14Snonaka#usb*	at ohci?
3951.136Skiyohara#usb*	at slhci?
3961.7Snonaka
3971.7Snonaka# USB Hubs
3981.14Snonaka#uhub*	at usb?
3991.132Sdrochner#uhub*	at uhub? port ?
4001.7Snonaka
4011.38Saugustss# USB HID device
4021.38Saugustss#uhidev*	at uhub? port ? configuration ? interface ?
4031.38Saugustss
4041.7Snonaka# USB Mice
4051.38Saugustss#ums*	at uhidev? reportid ?
4061.14Snonaka#wsmouse* at ums? mux 0
4071.7Snonaka
4081.7Snonaka# USB Keyboards
4091.38Saugustss#ukbd*	at uhidev? reportid ?
4101.14Snonaka#wskbd*	at ukbd? console ? mux 1
4111.7Snonaka
4121.125Sskrll# USB serial adapter
4131.99Sskrll#ucycom*	at uhidev? reportid ?
4141.99Sskrll
4151.7Snonaka# USB Generic HID devices
4161.38Saugustss#uhid*	at uhidev? reportid ?
4171.7Snonaka
4181.7Snonaka# USB Printer
4191.14Snonaka#ulpt*	at uhub? port ? configuration ? interface ?
4201.7Snonaka
4211.7Snonaka# USB Modem
4221.14Snonaka#umodem* at uhub? port ? configuration ?
4231.14Snonaka#ucom*	at umodem?
4241.7Snonaka
4251.150Splunky# Option N.V. Wireless WAN modems
4261.150Splunky#uhso*	at uhub? port ? configuration ?
4271.150Splunky
4281.7Snonaka# USB Mass Storage
4291.14Snonaka#umass*	at uhub? port ? configuration ? interface ?
4301.14Snonaka#scsibus* at umass? channel ?
4311.69Sbouyer#atapibus* at umass?
4321.7Snonaka
4331.7Snonaka# USB audio
4341.14Snonaka#uaudio* at uhub? port ? configuration ?
4351.7Snonaka
4361.7Snonaka# USB Ethernet adapters
4371.14Snonaka#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
4381.83Saugustss#axe*	at uhub? port ?		# ASIX AX88172 based adapters
4391.14Snonaka#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
4401.14Snonaka#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
4411.187Srin#mue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
4421.188Srin#ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
4431.64Saugustss#url*	at uhub? port ?		# Realtek RTL8150L based adapters
4441.68Sitojun#udav*	at uhub? port ?		# Davicom DM9601 based adapters
4451.7Snonaka
4461.112Shira# Prolific PL2301/PL2302 host-to-host adapter
4471.14Snonaka#upl*	at uhub? port ?
4481.7Snonaka
4491.7Snonaka# Serial adapters
4501.52Snonaka#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
4511.7Snonaka#ucom*	at uftdi? portno ?
4521.52Snonaka
4531.52Snonaka#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
4541.52Snonaka#ucom*	at umct? portno ?
4551.52Snonaka
4561.52Snonaka#uplcom* at uhub? port ?	# I/O DATA USB-RSAQ2 serial adapter
4571.52Snonaka#ucom*	at uplcom? portno ?
4581.52Snonaka
4591.52Snonaka#uvscom* at uhub? port ?	# SUNTAC Slipper U VS-10U serial adapter
4601.52Snonaka#ucom*	at uvscom? portno ?
4611.7Snonaka
4621.7Snonaka# USB Handspring Visor
4631.14Snonaka#uvisor* at uhub? port ?
4641.14Snonaka#ucom*	at uvisor?
4651.17Saugustss
4661.92Sitohy# Kyocera AIR-EDGE PHONE
4671.92Sitohy#ukyopon* at uhub? port ?
4681.92Sitohy#ucom*	at ukyopon? portno ?
4691.92Sitohy
4701.14Snonaka# USB Generic driver
4711.14Snonaka#ugen*	at uhub? port ?
4721.13Saugustss
4731.3Snonaka# Audio device
4741.3Snonaka
4751.16Stsutsui# ISA Plug-and-Play audio devices
4761.23Snonaka#wss*	at isapnp?			# CS4232
4771.142Sgarbled#wss0    at isa? port 0x530 irq 5 drq 1 drq2 0
4781.16Stsutsui
4791.7Snonaka# Audio support
4801.23Snonaka#audio*	at uaudio?
4811.142Sgarbled#audio*	at audiocs?
4821.7Snonaka
4831.3Snonaka# MIDI support
4841.74Snonaka#midi*	at pcppi?		# MIDI interface to the PC speaker
4851.3Snonaka
4861.3Snonaka# The spkr driver provides a simple tone interface to the built in speaker.
4871.180Schristos#spkr*	at pcppi?		# PC speaker
4881.180Schristos#spkr*	at audio?		# PC speaker (synthesized)
4891.177Snat
4901.51Snonaka
4911.1Snonaka# Joysticks
4921.1Snonaka
4931.51Snonaka# ISA Plug-and-Play joysticks
4941.74Snonaka#joy*	at isapnp?			# Game ports (usually on audio cards)
4951.51Snonaka
4961.1Snonaka# ISA joysticks. Probe is a little strange; add only if you have one.
4971.51Snonaka#joy0	at isa? port 0x201
4981.14Snonaka
4991.1Snonaka# Pseudo-Devices
5001.1Snonaka
5011.130Sgarbledpseudo-device 	crypto		# /dev/crypto device
5021.130Sgarbledpseudo-device	swcrypto	# software crypto implementation
5031.72Sjonathan
5041.1Snonaka# disk/mass storage pseudo-devices
5051.166Schristospseudo-device	ccd			# concatenated/striped disk devices
5061.166Schristos#pseudo-device	cgd			# cryptographic disk devices
5071.167Schristospseudo-device	raid			# RAIDframe disk driver
5081.119Sgarbledoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5091.39Soster# Options to enable various other RAIDframe RAID types.
5101.140Stsutsui#options 	RF_INCLUDE_EVENODD=1
5111.140Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
5121.140Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
5131.140Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
5141.140Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
5151.140Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
5161.140Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
5171.151Spookapseudo-device	fss			# file system snapshot device
5181.157Shannkenpseudo-device	md			# memory disk device (ramdisk)
5191.111Scubepseudo-device	vnd			# disk-like interface to files
5201.96Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
5211.1Snonaka
5221.1Snonaka# network pseudo-devices
5231.1Snonakapseudo-device	loop			# network loopback
5241.110Srpaulopseudo-device	bpfilter		# Berkeley packet filter
5251.189Ssevanpseudo-device	carp			# Common Address Redundancy Protocol
5261.186Smaxvpseudo-device	npf			# NPF packet filter
5271.111Scubepseudo-device	ppp			# Point-to-Point Protocol
5281.37Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
5291.114Sgarbled#pseudo-device	sl			# Serial Line IP
5301.111Scubepseudo-device	tun			# network tunneling over tty
5311.85Scubepseudo-device	tap			# virtual Ethernet
5321.111Scubepseudo-device	gre			# generic L3 over IP tunnel
5331.111Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
5341.111Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
5351.116Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
5361.15Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
5371.34Satatatpseudo-device	bridge			# simple inter-network bridging
5381.194Sroypseudo-device	vether			# Virtual Ethernet for bridge
5391.135Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
5401.1Snonaka
5411.145Stls#
5421.145Stls# accept filters
5431.145Stlspseudo-device   accf_data		# "dataready" accept filter
5441.145Stlspseudo-device   accf_http		# "httpready" accept filter
5451.145Stls
5461.1Snonaka# miscellaneous pseudo-devices
5471.12Sjdolecekpseudo-device	pty			# pseudo-terminals
5481.168Schristos#pseudo-device	sequencer		# MIDI sequencer
5491.32Slukem#options 	RND_COM			# use "com" randomness as well
5501.53Slukempseudo-device	clockctl		# user control of clock subsystem
5511.66Sraggepseudo-device	ksyms			# /dev/ksyms
5521.198Sriastradpseudo-device 	swwdog			# software watchdog timer -- swwdog(4)
5531.1Snonaka
5541.1Snonaka# a pseudo device needed for Coda	# also needs CODA (above)
5551.167Schristos#pseudo-device	vcoda			# coda minicache <-> venus comm.
5561.1Snonaka
5571.35Skleink# wscons pseudo-devices
5581.35Skleinkpseudo-device	wsmux			# mouse & keyboard multiplexor
5591.35Skleinkpseudo-device	wsfont
5601.107Selad
5611.189Ssevaninclude "dev/veriexec.config"
5621.199Sabs
5631.200Sabs# Pull in optional local configuration - always at end
5641.200Sabscinclude	"arch/prep/conf/GENERIC.local"
565