GENERIC revision 1.189
11.189Ssevan# $NetBSD: GENERIC,v 1.189 2019/04/26 21:40:32 sevan 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.189Ssevan#ident		"GENERIC-$Revision: 1.189 $"
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.1Snonaka
651.1Snonaka# File systems
661.3Snonakafile-system 	FFS		# UFS
671.3Snonakafile-system	EXT2FS		# second extended file system (linux)
681.74Snonaka#file-system	LFS		# log-structured file system
691.1Snonakafile-system 	MFS		# memory file system
701.1Snonakafile-system 	NFS		# Network File System client
711.74Snonaka#file-system	NTFS		# Windows/NT file system (experimental)
721.3Snonakafile-system 	CD9660		# ISO 9660 + Rock Ridge file system
731.3Snonakafile-system 	MSDOSFS		# MS-DOS file system
741.74Snonaka#file-system 	FDESC		# /dev/fd
751.1Snonakafile-system 	KERNFS		# /kern
761.3Snonakafile-system 	NULLFS		# loopback file system
771.74Snonaka#file-system	OVERLAY		# overlay file system
781.1Snonakafile-system 	PROCFS		# /proc
791.74Snonaka#file-system 	UMAPFS		# NULLFS + uid and gid remapping
801.3Snonakafile-system 	UNION		# union file system
811.7Snonaka#file-system	CODA		# Coda File System; also needs vcoda (below)
821.101Schristosfile-system	PTYFS		# /dev/pts/N support
831.152Schsfile-system	TMPFS		# Efficient memory file-system
841.109Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
851.1Snonaka
861.1Snonaka# File system options
871.158Sbouyeroptions 	QUOTA		# legacy UFS quotas
881.158Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
891.181Srin#options 	DISKLABEL_EI	# disklabel Endian Independent support
901.159Swiz#options 	FFS_EI		# FFS Endian Independent support
911.161Sdhollandoptions 	WAPBL		# File system journaling support
921.140Stsutsui#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
931.3Snonakaoptions 	NFSSERVER	# Network File System server
941.106Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
951.173Smanuoptions 	UFS_EXTATTR	# Extended attribute support for UFS1
961.1Snonaka#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
971.1Snonaka 				# immutable) behave as system flags.
981.1Snonaka
991.1Snonaka# Networking options
1001.1Snonaka#options 	GATEWAY		# packet forwarding
1011.1Snonakaoptions 	INET		# IP + ICMP + TCP + UDP
1021.1Snonakaoptions 	INET6		# IPv6
1031.1Snonaka#options 	IPSEC		# IP security
1041.1Snonaka#options 	IPSEC_DEBUG	# debug for IP security
1051.1Snonaka#options 	MROUTING	# IP multicast routing
1061.82Smanu#options 	PIM		# Protocol Independent Multicast
1071.74Snonaka#options 	NETATALK	# AppleTalk networking protocols
1081.1Snonakaoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1091.1Snonakaoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1101.1Snonakaoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1111.25Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1121.1Snonaka
1131.78Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1141.78Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1151.78Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1161.78Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1171.78Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1181.78Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1191.78Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1201.78Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1211.78Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1221.78Sabs#options 	ALTQ_RED	# Random Early Detection
1231.78Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1241.78Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1251.78Sabs
1261.1Snonaka# These options enable verbose messages for several subsystems.
1271.1Snonaka# Warning, these may compile large string tables into the kernel!
1281.74Snonaka#options 	MIIVERBOSE	# verbose PHY autoconfig messages
1291.1Snonakaoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1301.2Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1311.74Snonaka#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1321.3Snonakaoptions 	SCSIVERBOSE	# human readable SCSI error messages
1331.14Snonaka#options 	USBVERBOSE	# verbose USB device autoconfig messages
1341.49Snonaka#options 	RESIDUAL_DATA_DUMP	# verbosely dump residual data
1351.140Stsutsui#options 	NVRAM_DUMP	# verbosely dump contents of nvram.
1361.115Sgarbled				# Warning: output may not be ascii!
1371.1Snonaka
1381.74Snonaka#options 	NFS_BOOT_BOOTP
1391.1Snonakaoptions 	NFS_BOOT_BOOTPARAM
1401.1Snonakaoptions 	NFS_BOOT_DHCP
1411.1Snonaka
1421.1Snonaka#
1431.1Snonaka# wscons options
1441.1Snonaka#
1451.1Snonaka# builtin terminal emulations
1461.1Snonakaoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1471.1Snonaka# different kernel output - see dev/wscons/wsdisplayvar.h
1481.1Snonakaoptions 	WS_KERNEL_FG=WSCOL_GREEN
1491.1Snonaka#options 	WS_KERNEL_BG=WSCOL_BLACK
1501.155Skiyohara# compatibility to other console drivers
1511.163Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1521.155Skiyoharaoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1531.117Sdrochner# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
1541.1Snonaka#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1551.1Snonaka# allocate a number of virtual screens at autoconfiguration time
1561.1Snonaka#options 	WSDISPLAY_DEFAULTSCREENS=4
1571.1Snonaka# use a large software cursor that doesn't blink
1581.1Snonakaoptions 	PCDISPLAY_SOFTCURSOR
1591.1Snonaka
1601.1Snonaka# Kernel root file system and dump configuration.
1611.1Snonakaconfig	netbsd	root on ? type ?
1621.46Smycroft#config	netbsd	root on tlp0 type nfs
1631.74Snonaka#config	netbsd	root on pcn0 type nfs
1641.1Snonaka
1651.14Snonaka
1661.1Snonaka#
1671.1Snonaka# Device configuration
1681.1Snonaka#
1691.1Snonaka
1701.1Snonakamainbus0 at root
1711.1Snonakacpu0	at mainbus0
1721.1Snonaka
1731.14Snonaka
1741.1Snonaka# Basic Bus Support
1751.1Snonaka
1761.1Snonaka# PCI bus support
1771.1Snonakapci0	at mainbus0 bus ?
1781.1Snonakapci*	at pchb? bus ?
1791.3Snonakapci*	at ppb? bus ?
1801.1Snonaka
1811.1Snonaka# PCI bridges
1821.1Snonakapchb*	at pci? dev ? function ?	# PCI-Host bridges
1831.4Skleinkppb*	at pci? dev ? function ?	# PCI-PCI bridges
1841.1Snonakapcib*	at pci? dev ? function ?	# PCI-ISA bridges
1851.113Sgarbledpceb*	at pci? dev ? function ?	# PCI-EISA bridges
1861.113Sgarbled
1871.113Sgarbled# EISA bus support
1881.113Sgarbledeisa*	at pceb?
1891.1Snonaka
1901.1Snonaka# ISA bus support
1911.1Snonakaisa*	at pcib?			# ISA on PCI-ISA bridge
1921.113Sgarbledisa*	at pceb?
1931.1Snonaka
1941.14Snonaka# PCMCIA bus support
1951.14Snonakapcmcia* at pcic? controller ? socket ?
1961.14Snonaka
1971.14Snonaka# ISA PCMCIA controllers
1981.14Snonakapcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
1991.14Snonaka
2001.14Snonaka#options 	PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
2011.14Snonaka#options 	PCIC_ISA_ALLOC_IOBASE=0x0400
2021.14Snonaka#options 	PCIC_ISA_ALLOC_IOSIZE=0x0100
2031.14Snonaka
2041.16Stsutsui# ISA Plug-and-Play bus support
2051.74Snonaka#isapnp0	at isa?
2061.14Snonaka
2071.142Sgarbled# PnPbus bus support (required)
2081.114Sgarbledpnpbus0	at mainbus0
2091.51Snonaka
2101.1Snonaka# Console Devices
2111.1Snonaka
2121.1Snonaka# wscons
2131.1Snonakapckbc0		at isa?			# pc keyboard controller
2141.1Snonakapckbd*		at pckbc?		# PC keyboard
2151.1Snonakapms*		at pckbc?		# PS/2 mouse for wsmouse
2161.1Snonakavga*		at pci?
2171.1Snonakawsdisplay*	at vga? console ?
2181.1Snonakawskbd*		at pckbd? console ?
2191.1Snonakawsmouse*	at pms? mux 0
2201.1Snonaka
2211.91Scubeattimer0	at isa?			# AT Timer
2221.1Snonakapcppi0	at isa?				# PC prog. periph. interface
2231.1Snonakaisabeep0 at pcppi?			# "keyboard" beep
2241.1Snonaka
2251.120Sgarbled#mcclock0 at isa? port 0x70		# mc146818 and compatible
2261.120Sgarbledmcclock* at pnpbus?			# mc146818 and compatible
2271.120Sgarbledmkclock* at pnpbus?			# mk48t18 and compatible
2281.1Snonaka
2291.115Sgarblednvram*	at pnpbus?
2301.14Snonaka
2311.72Sjonathan# Cryptographic Devices
2321.72Sjonathan
2331.72Sjonathan# PCI cryptographic devices
2341.73She#hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
2351.73She#ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
2361.72Sjonathan
2371.72Sjonathan
2381.1Snonaka# Serial Devices
2391.1Snonaka
2401.1Snonaka# ISA serial interfaces
2411.1Snonakacom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
2421.1Snonakacom1	at isa? port 0x2f8 irq 3
2431.1Snonaka
2441.14Snonaka# PCMCIA serial interfaces
2451.14Snonakacom*	at pcmcia? function ?		# Modems and serial cards
2461.14Snonaka
2471.74Snonaka#pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
2481.74Snonaka#com*	at pcmcom? slave ?		# ...and the slave devices
2491.14Snonaka
2501.14Snonaka
2511.1Snonaka# Parallel Printer Interfaces
2521.1Snonaka
2531.1Snonaka# ISA parallel printer interfaces
2541.1Snonakalpt0	at isa? port 0x3bc irq 7	# standard PC parallel ports
2551.1Snonaka
2561.14Snonaka
2571.3Snonaka# SCSI Controllers and Devices
2581.3Snonaka
2591.3Snonaka# PCI SCSI controllers
2601.74Snonaka#adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
2611.23Snonakaahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
2621.74Snonaka#iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
2631.74Snonaka#pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
2641.21Snonakasiop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
2651.67Sbouyeresiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
2661.4Skleink
2671.14Snonaka# PCMCIA SCSI controllers
2681.14Snonakaaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
2691.123Shubertfspc* 	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
2701.14Snonaka
2711.4Skleink# SCSI bus support
2721.74Snonaka#scsibus* at adw?
2731.23Snonakascsibus* at ahc?
2741.14Snonakascsibus* at aic?
2751.74Snonaka#scsibus* at iha?
2761.74Snonaka#scsibus* at pcscp?
2771.21Snonakascsibus* at siop?
2781.123Shubertfscsibus* at spc?
2791.67Sbouyerscsibus* at esiop?
2801.3Snonaka
2811.3Snonaka# SCSI devices
2821.3Snonakasd*	at scsibus? target ? lun ?	# SCSI disk drives
2831.3Snonakast*	at scsibus? target ? lun ?	# SCSI tape drives
2841.3Snonakacd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2851.74Snonaka#ch*	at scsibus? target ? lun ?	# SCSI autochangers
2861.74Snonaka#ss*	at scsibus? target ? lun ?	# SCSI scanners
2871.3Snonakauk*	at scsibus? target ? lun ?	# SCSI unknown
2881.3Snonaka
2891.7Snonaka# IDE and related devices
2901.7Snonaka
2911.114Sgarbled# IDE controller found on most Power Personal machines
2921.114Sgarbledwdc*	at pnpbus?
2931.114Sgarbled
2941.129Sgarbled# PCI IDE controllers
2951.129Sgarbledpciide*		at pci? dev ? function ? flags 0x0000
2961.129Sgarbledhptide*		at pci? dev ? function ?
2971.133Sgarbledslide*		at pci? dev ? function ?
2981.129Sgarbled
2991.142Sgarbledfdc0 at pnpbus?	# standard ISA floppy controller
3001.142Sgarbledfd0 at fdc0 drive ?
3011.51Snonaka
3021.51Snonaka# ISA Plug-and-Play IDE controllers
3031.74Snonaka#wdc*	at isapnp?
3041.51Snonaka
3051.14Snonaka# PCMCIA IDE controllers
3061.14Snonakawdc*	at pcmcia? function ?
3071.14Snonaka
3081.70Slukem# ATA (IDE) bus support
3091.70Slukematabus* at ata?
3101.69Sbouyer
3111.14Snonaka# IDE drives
3121.14Snonaka# Flags are used only with controllers that support DMA operations
3131.14Snonaka# and mode settings (e.g. some pciide controllers)
3141.14Snonaka# The lowest order four bits (rightmost digit) of the flags define the PIO
3151.14Snonaka# mode to use, the next set of four bits the DMA mode and the third set the
3161.14Snonaka# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
3171.14Snonaka# to use, and the last bit must be 1 for this setting to be used.
3181.14Snonaka# For DMA and UDMA, 0xf (1111) means 'disable'.
3191.14Snonaka# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
3201.14Snonaka# (0xc=1100, 0xa=1010, 0xf=1111)
3211.14Snonaka# 0x0000 means "use whatever the drive claims to support".
3221.69Sbouyerwd*	at atabus? drive ? flags 0x0000
3231.14Snonaka
3241.14Snonaka# ATAPI bus support
3251.70Slukematapibus* at atapi?
3261.14Snonaka
3271.7Snonaka# ATAPI devices
3281.7Snonaka# flags have the same meaning as for IDE drives.
3291.14Snonakacd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
3301.14Snonakasd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
3311.14Snonakauk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
3321.14Snonaka
3331.62Smatt# Miscellaneous mass storage devices
3341.62Smatt
3351.1Snonaka# Network Interfaces
3361.1Snonaka
3371.1Snonaka# PCI network interfaces
3381.1Snonakaep*	at pci? dev ? function ?	# 3Com 3c59x
3391.47Skleinkex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
3401.23Snonakafxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
3411.1Snonakane*	at pci? dev ? function ?	# NE2000-compatible Ethernet
3421.29Stsutsuipcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
3431.23Snonakartk*	at pci? dev ? function ?	# Realtek 8129/8139
3441.29Stsutsuisip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
3451.46Smycrofttlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
3461.3Snonakavr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
3471.1Snonaka
3481.121Sgarbled# pnpbus network interfaces
3491.121Sgarbledwe*	at pnpbus?			# WD/SMC Ethernet
3501.121Sgarbled
3511.18Stsutsui# ISA network interfaces
3521.74Snonaka#ep*	at isa? port ? irq ?		# 3Com 3c509 Ethernet
3531.74Snonaka#ne0	at isa? port 0x280 irq 9	# NE2000-compatible Ethernet
3541.74Snonaka#ne1	at isa? port 0x300 irq 10
3551.74Snonaka#we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
3561.121Sgarbledwe1	at isa? port 0x300 iomem 0xe8000 irq 11
3571.18Stsutsui
3581.16Stsutsui# ISA Plug-and-Play network intefaces
3591.74Snonaka#ep*	at isapnp?			# 3Com 3c509 Ethernet
3601.74Snonaka#ne*	at isapnp?			# NE2000-compatible Ethernet
3611.16Stsutsui
3621.14Snonaka# PCMCIA network interfaces
3631.14Snonakaep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3641.14Snonakane*	at pcmcia? function ?		# NE2000-compatible Ethernet
3651.14Snonaka
3661.1Snonaka# MII/PHY support
3671.7Snonakadmphy*	at mii? phy ?			# Davicom DM9101 PHYs
3681.7Snonakaexphy*	at mii? phy ?			# 3Com internal PHYs
3691.41Swizicsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
3701.7Snonakainphy*	at mii? phy ?			# Intel 82555 PHYs
3711.7Snonakaiophy*	at mii? phy ?			# Intel 82553 PHYs
3721.7Snonakalxtphy* at mii? phy ?			# Level One LXT-970 PHYs
3731.7Snonakansphy*	at mii? phy ?			# NS83840 PHYs
3741.7Snonakansphyter* at mii? phy ?			# NS83843 PHYs
3751.7Snonakaqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3761.188Srinrgephy*	at mii? phy ?			# Realtek 8169S/8110S/8211 PHYs
3771.188Srinrlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
3781.7Snonakasqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3791.7Snonakatlphy*	at mii? phy ?			# ThunderLAN PHYs
3801.7Snonakatqphy*	at mii? phy ?			# TDK Semiconductor PHYs
3811.3Snonakaukphy*	at mii? phy ?			# generic unknown PHYs
3821.3Snonaka
3831.14Snonaka
3841.7Snonaka# USB Controller and Devices
3851.7Snonaka
3861.7Snonaka# PCI USB controllers
3871.14Snonaka#uhci*	at pci? dev ? function ?	# Universal Host Controller (Intel)
3881.14Snonaka#ohci*	at pci? dev ? function ?	# Open Host Controller
3891.7Snonaka
3901.136Skiyohara# PCMCIA USB controllers
3911.137Sgarbled#slhci*	at pcmcia? function ?		# ScanLogic SL811HS
3921.136Skiyohara
3931.7Snonaka# USB bus support
3941.14Snonaka#usb*	at uhci?
3951.14Snonaka#usb*	at ohci?
3961.136Skiyohara#usb*	at slhci?
3971.7Snonaka
3981.7Snonaka# USB Hubs
3991.14Snonaka#uhub*	at usb?
4001.132Sdrochner#uhub*	at uhub? port ?
4011.7Snonaka
4021.38Saugustss# USB HID device
4031.38Saugustss#uhidev*	at uhub? port ? configuration ? interface ?
4041.38Saugustss
4051.7Snonaka# USB Mice
4061.38Saugustss#ums*	at uhidev? reportid ?
4071.14Snonaka#wsmouse* at ums? mux 0
4081.7Snonaka
4091.7Snonaka# USB Keyboards
4101.38Saugustss#ukbd*	at uhidev? reportid ?
4111.14Snonaka#wskbd*	at ukbd? console ? mux 1
4121.7Snonaka
4131.125Sskrll# USB serial adapter
4141.99Sskrll#ucycom*	at uhidev? reportid ?
4151.99Sskrll
4161.7Snonaka# USB Generic HID devices
4171.38Saugustss#uhid*	at uhidev? reportid ?
4181.7Snonaka
4191.7Snonaka# USB Printer
4201.14Snonaka#ulpt*	at uhub? port ? configuration ? interface ?
4211.7Snonaka
4221.7Snonaka# USB Modem
4231.14Snonaka#umodem* at uhub? port ? configuration ?
4241.14Snonaka#ucom*	at umodem?
4251.7Snonaka
4261.150Splunky# Option N.V. Wireless WAN modems
4271.150Splunky#uhso*	at uhub? port ? configuration ?
4281.150Splunky
4291.7Snonaka# USB Mass Storage
4301.14Snonaka#umass*	at uhub? port ? configuration ? interface ?
4311.14Snonaka#scsibus* at umass? channel ?
4321.69Sbouyer#atapibus* at umass?
4331.7Snonaka
4341.7Snonaka# USB audio
4351.14Snonaka#uaudio* at uhub? port ? configuration ?
4361.7Snonaka
4371.7Snonaka# USB Ethernet adapters
4381.14Snonaka#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
4391.83Saugustss#axe*	at uhub? port ?		# ASIX AX88172 based adapters
4401.14Snonaka#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
4411.14Snonaka#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
4421.187Srin#mue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
4431.188Srin#ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
4441.64Saugustss#url*	at uhub? port ?		# Realtek RTL8150L based adapters
4451.68Sitojun#udav*	at uhub? port ?		# Davicom DM9601 based adapters
4461.7Snonaka
4471.112Shira# Prolific PL2301/PL2302 host-to-host adapter
4481.14Snonaka#upl*	at uhub? port ?
4491.7Snonaka
4501.7Snonaka# Serial adapters
4511.52Snonaka#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
4521.7Snonaka#ucom*	at uftdi? portno ?
4531.52Snonaka
4541.52Snonaka#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
4551.52Snonaka#ucom*	at umct? portno ?
4561.52Snonaka
4571.52Snonaka#uplcom* at uhub? port ?	# I/O DATA USB-RSAQ2 serial adapter
4581.52Snonaka#ucom*	at uplcom? portno ?
4591.52Snonaka
4601.52Snonaka#uvscom* at uhub? port ?	# SUNTAC Slipper U VS-10U serial adapter
4611.52Snonaka#ucom*	at uvscom? portno ?
4621.7Snonaka
4631.7Snonaka# Diamond Multimedia Rio 500
4641.14Snonaka#urio*	at uhub? port ?
4651.7Snonaka
4661.7Snonaka# USB Handspring Visor
4671.14Snonaka#uvisor* at uhub? port ?
4681.14Snonaka#ucom*	at uvisor?
4691.17Saugustss
4701.92Sitohy# Kyocera AIR-EDGE PHONE
4711.92Sitohy#ukyopon* at uhub? port ?
4721.92Sitohy#ucom*	at ukyopon? portno ?
4731.92Sitohy
4741.17Saugustss# Y@P firmware loader
4751.17Saugustss#uyap* at uhub? port ?
4761.14Snonaka
4771.14Snonaka# USB Generic driver
4781.14Snonaka#ugen*	at uhub? port ?
4791.13Saugustss
4801.13Saugustss# USB scanners
4811.14Snonaka#uscanner* at uhub? port ?
4821.7Snonaka
4831.7Snonaka
4841.3Snonaka# Audio device
4851.3Snonaka
4861.16Stsutsui# ISA Plug-and-Play audio devices
4871.23Snonaka#wss*	at isapnp?			# CS4232
4881.142Sgarbled#wss0    at isa? port 0x530 irq 5 drq 1 drq2 0
4891.16Stsutsui
4901.7Snonaka# Audio support
4911.23Snonaka#audio*	at uaudio?
4921.142Sgarbled#audio*	at audiocs?
4931.7Snonaka
4941.3Snonaka# MIDI support
4951.74Snonaka#midi*	at pcppi?		# MIDI interface to the PC speaker
4961.3Snonaka
4971.3Snonaka# The spkr driver provides a simple tone interface to the built in speaker.
4981.180Schristos#spkr*	at pcppi?		# PC speaker
4991.180Schristos#spkr*	at audio?		# PC speaker (synthesized)
5001.177Snat
5011.51Snonaka
5021.1Snonaka# Joysticks
5031.1Snonaka
5041.51Snonaka# ISA Plug-and-Play joysticks
5051.74Snonaka#joy*	at isapnp?			# Game ports (usually on audio cards)
5061.51Snonaka
5071.1Snonaka# ISA joysticks. Probe is a little strange; add only if you have one.
5081.51Snonaka#joy0	at isa? port 0x201
5091.14Snonaka
5101.118Sgarbled# Pull in optional local configuration
5111.141Sjmmvcinclude "arch/prep/conf/GENERIC.local"
5121.1Snonaka
5131.1Snonaka# Pseudo-Devices
5141.1Snonaka
5151.130Sgarbledpseudo-device 	crypto		# /dev/crypto device
5161.130Sgarbledpseudo-device	swcrypto	# software crypto implementation
5171.72Sjonathan
5181.1Snonaka# disk/mass storage pseudo-devices
5191.166Schristospseudo-device	ccd			# concatenated/striped disk devices
5201.166Schristos#pseudo-device	cgd			# cryptographic disk devices
5211.167Schristospseudo-device	raid			# RAIDframe disk driver
5221.119Sgarbledoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5231.39Soster# Options to enable various other RAIDframe RAID types.
5241.140Stsutsui#options 	RF_INCLUDE_EVENODD=1
5251.140Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
5261.140Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
5271.140Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
5281.140Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
5291.140Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
5301.140Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
5311.151Spookapseudo-device	fss			# file system snapshot device
5321.157Shannkenpseudo-device	md			# memory disk device (ramdisk)
5331.111Scubepseudo-device	vnd			# disk-like interface to files
5341.96Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
5351.1Snonaka
5361.1Snonaka# network pseudo-devices
5371.1Snonakapseudo-device	loop			# network loopback
5381.110Srpaulopseudo-device	bpfilter		# Berkeley packet filter
5391.189Ssevanpseudo-device	carp			# Common Address Redundancy Protocol
5401.186Smaxvpseudo-device	npf			# NPF packet filter
5411.111Scubepseudo-device	ppp			# Point-to-Point Protocol
5421.37Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
5431.114Sgarbled#pseudo-device	sl			# Serial Line IP
5441.111Scubepseudo-device	strip			# Starmode Radio IP (Metricom)
5451.111Scubepseudo-device	tun			# network tunneling over tty
5461.85Scubepseudo-device	tap			# virtual Ethernet
5471.111Scubepseudo-device	gre			# generic L3 over IP tunnel
5481.111Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
5491.111Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
5501.116Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
5511.15Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
5521.34Satatatpseudo-device	bridge			# simple inter-network bridging
5531.140Stsutsui#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
5541.135Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
5551.1Snonaka
5561.145Stls#
5571.145Stls# accept filters
5581.145Stlspseudo-device   accf_data		# "dataready" accept filter
5591.145Stlspseudo-device   accf_http		# "httpready" accept filter
5601.145Stls
5611.1Snonaka# miscellaneous pseudo-devices
5621.12Sjdolecekpseudo-device	pty			# pseudo-terminals
5631.168Schristos#pseudo-device	sequencer		# MIDI sequencer
5641.32Slukem#options 	RND_COM			# use "com" randomness as well
5651.53Slukempseudo-device	clockctl		# user control of clock subsystem
5661.66Sraggepseudo-device	ksyms			# /dev/ksyms
5671.1Snonaka
5681.1Snonaka# a pseudo device needed for Coda	# also needs CODA (above)
5691.167Schristos#pseudo-device	vcoda			# coda minicache <-> venus comm.
5701.1Snonaka
5711.35Skleink# wscons pseudo-devices
5721.35Skleinkpseudo-device	wsmux			# mouse & keyboard multiplexor
5731.35Skleinkpseudo-device	wsfont
5741.107Selad
5751.189Ssevaninclude "dev/veriexec.config"
576