GENERIC revision 1.80
11.80Sbouyer# $NetBSD: GENERIC,v 1.80 2004/06/28 21:07:49 bouyer Exp $
21.1Snonaka#
31.36Sgmcgarry# GENERIC machine description file
41.36Sgmcgarry# 
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.74Snonakamakeoptions	COPTS="-Os -mmultiple"	# -Os -mmultiple to reduce size.
261.74Snonaka
271.80Sbouyer#ident		"GENERIC-$Revision: 1.80 $"
281.1Snonaka
291.1Snonakamaxusers	32
301.50Snonaka
311.50Snonaka# Platform support
321.79Skleinkoptions 	PLATFORM_IBM_6015		# IBM RS/6000 40P
331.61Smattoptions 	PLATFORM_IBM_6040		# IBM ThinkPad 820
341.50Snonakaoptions 	PLATFORM_IBM_6050		# IBM Personal Power Series 830
351.50Snonakaoptions 	PLATFORM_IBM_7248		# IBM RS/6000 7248-100/120/133
361.52Snonakaoptions 	PLATFORM_IBM_7043_140		# IBM RS/6000 43P 7043-140
371.50Snonakaoptions 	PLATFORM_MOTOROLA_ULMB60XA	# Motorola ULMB60xA (?)
381.1Snonaka
391.52Snonakaoptions 	OPENPIC				# OpenPIC support (7043-140)
401.52Snonaka
411.1Snonaka# Standard system options
421.1Snonaka
431.1Snonakaoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
441.3Snonakaoptions 	NTP		# NTP phase/frequency locked loop
451.1Snonaka
461.1Snonakaoptions 	KTRACE		# system call tracing via ktrace(1)
471.57Sprovosoptions 	SYSTRACE	# system call vetting via systrace(1)
481.1Snonaka
491.1Snonakaoptions 	SYSVMSG		# System V-like message queues
501.1Snonakaoptions 	SYSVSEM		# System V-like semaphores
511.32Slukem#options 	SEMMNI=10	# number of semaphore identifiers
521.32Slukem#options 	SEMMNS=60	# number of semaphores in system
531.32Slukem#options 	SEMUME=10	# max number of undo entries per process
541.32Slukem#options 	SEMMNU=30	# number of undo structures in system
551.1Snonakaoptions 	SYSVSHM		# System V-like memory sharing
561.1Snonaka#options 	SHMMAXPGS=1024	# 1024 pages is the default
571.80Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
581.1Snonaka
591.3Snonakaoptions 	LKM		# loadable kernel modules
601.40Sjdolecek
611.54Slukemoptions 	USERCONF	# userconf(4) support
621.40Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
631.59Sjunyoung
641.60Swiz# Enable experimental buffer queue strategy for better responsiveness under 
651.59Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
661.59Sjunyoung#options 	NEW_BUFQ_STRATEGY
671.1Snonaka
681.1Snonaka# Diagnostic/debugging support options
691.74Snonaka#options 	DIAGNOSTIC	# cheap kernel consistency checks
701.1Snonaka#options 	DEBUG		# expensive debugging checks/support
711.1Snonaka#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
721.1Snonakaoptions 	DDB		# in-kernel debugger
731.32Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
741.1Snonaka#makeoptions	DEBUG="-g"
751.1Snonaka
761.1Snonaka# Compatibility options
771.1Snonakaoptions 	COMPAT_13	# NetBSD 1.3,
781.1Snonakaoptions 	COMPAT_14	# NetBSD 1.4,
791.51Snonakaoptions 	COMPAT_15	# NetBSD 1.5,
801.71Skleinkoptions 	COMPAT_16	# NetBSD 1.6,
811.1Snonakaoptions 	COMPAT_43	# and 4.3BSD
821.30Smanu#options 	COMPAT_LINUX	# Linux binary compatibility
831.25Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
841.1Snonaka
851.1Snonaka# File systems
861.3Snonakafile-system 	FFS		# UFS
871.3Snonakafile-system	EXT2FS		# second extended file system (linux)
881.74Snonaka#file-system	LFS		# log-structured file system
891.1Snonakafile-system 	MFS		# memory file system
901.1Snonakafile-system 	NFS		# Network File System client
911.74Snonaka#file-system	NTFS		# Windows/NT file system (experimental)
921.3Snonakafile-system 	CD9660		# ISO 9660 + Rock Ridge file system
931.3Snonakafile-system 	MSDOSFS		# MS-DOS file system
941.74Snonaka#file-system 	FDESC		# /dev/fd
951.1Snonakafile-system 	KERNFS		# /kern
961.3Snonakafile-system 	NULLFS		# loopback file system
971.74Snonaka#file-system	OVERLAY		# overlay file system
981.74Snonaka#file-system 	PORTAL		# portal filesystem (still experimental)
991.1Snonakafile-system 	PROCFS		# /proc
1001.74Snonaka#file-system 	UMAPFS		# NULLFS + uid and gid remapping
1011.3Snonakafile-system 	UNION		# union file system
1021.7Snonaka#file-system	CODA		# Coda File System; also needs vcoda (below)
1031.1Snonaka
1041.1Snonaka# File system options
1051.3Snonakaoptions 	QUOTA		# UFS quotas
1061.74Snonaka#options 	FFS_EI		# FFS Endian Independant support
1071.9Sfvdloptions 	SOFTDEP		# FFS soft updates support.
1081.3Snonakaoptions 	NFSSERVER	# Network File System server
1091.1Snonaka#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1101.1Snonaka 				# immutable) behave as system flags.
1111.1Snonaka
1121.1Snonaka# Networking options
1131.1Snonaka#options 	GATEWAY		# packet forwarding
1141.1Snonakaoptions 	INET		# IP + ICMP + TCP + UDP
1151.1Snonakaoptions 	INET6		# IPv6
1161.1Snonaka#options 	IPSEC		# IP security
1171.1Snonaka#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1181.1Snonaka#options 	IPSEC_DEBUG	# debug for IP security
1191.1Snonaka#options 	MROUTING	# IP multicast routing
1201.74Snonaka#options 	NETATALK	# AppleTalk networking protocols
1211.1Snonakaoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1221.1Snonakaoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1231.1Snonakaoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1241.1Snonakaoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1251.1Snonakaoptions 	IPFILTER_LOG	# ipmon(8) log support
1261.56Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1271.25Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1281.1Snonaka
1291.78Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1301.78Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1311.78Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1321.78Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1331.78Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1341.78Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1351.78Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1361.78Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1371.78Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1381.78Sabs#options 	ALTQ_RED	# Random Early Detection
1391.78Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1401.78Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1411.78Sabs
1421.1Snonaka# These options enable verbose messages for several subsystems.
1431.1Snonaka# Warning, these may compile large string tables into the kernel!
1441.74Snonaka#options 	MIIVERBOSE	# verbose PHY autoconfig messages
1451.1Snonakaoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1461.2Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1471.74Snonaka#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1481.3Snonakaoptions 	SCSIVERBOSE	# human readable SCSI error messages
1491.14Snonaka#options 	USBVERBOSE	# verbose USB device autoconfig messages
1501.49Snonaka#options 	RESIDUAL_DATA_DUMP	# verbosely dump residual data
1511.1Snonaka
1521.74Snonaka#options 	NFS_BOOT_BOOTP
1531.1Snonakaoptions 	NFS_BOOT_BOOTPARAM
1541.1Snonakaoptions 	NFS_BOOT_DHCP
1551.1Snonaka
1561.1Snonaka#
1571.1Snonaka# wscons options
1581.1Snonaka#
1591.1Snonaka# builtin terminal emulations
1601.1Snonakaoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1611.1Snonaka# different kernel output - see dev/wscons/wsdisplayvar.h
1621.1Snonakaoptions 	WS_KERNEL_FG=WSCOL_GREEN
1631.1Snonaka#options 	WS_KERNEL_BG=WSCOL_BLACK
1641.1Snonaka# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
1651.1Snonaka#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1661.1Snonaka# allocate a number of virtual screens at autoconfiguration time
1671.1Snonaka#options 	WSDISPLAY_DEFAULTSCREENS=4
1681.1Snonaka# use a large software cursor that doesn't blink
1691.1Snonakaoptions 	PCDISPLAY_SOFTCURSOR
1701.1Snonaka
1711.1Snonaka# Kernel root file system and dump configuration.
1721.1Snonakaconfig	netbsd	root on ? type ?
1731.46Smycroft#config	netbsd	root on tlp0 type nfs
1741.74Snonaka#config	netbsd	root on pcn0 type nfs
1751.1Snonaka
1761.14Snonaka
1771.1Snonaka#
1781.1Snonaka# Device configuration
1791.1Snonaka#
1801.1Snonaka
1811.1Snonakamainbus0 at root
1821.1Snonakacpu0	at mainbus0
1831.1Snonaka
1841.14Snonaka
1851.1Snonaka# Basic Bus Support
1861.1Snonaka
1871.1Snonaka# PCI bus support
1881.1Snonakapci0	at mainbus0 bus ?
1891.1Snonakapci*	at pchb? bus ?
1901.3Snonakapci*	at ppb? bus ?
1911.1Snonaka
1921.21Snonakaoptions 	PCI_NETBSD_CONFIGURE
1931.21Snonaka
1941.1Snonaka# PCI bridges
1951.1Snonakapchb*	at pci? dev ? function ?	# PCI-Host bridges
1961.4Skleinkppb*	at pci? dev ? function ?	# PCI-PCI bridges
1971.1Snonakapcib*	at pci? dev ? function ?	# PCI-ISA bridges
1981.1Snonaka
1991.1Snonaka# ISA bus support
2001.1Snonakaisa*	at pcib?			# ISA on PCI-ISA bridge
2011.1Snonaka
2021.14Snonaka# PCMCIA bus support
2031.14Snonakapcmcia* at pcic? controller ? socket ?
2041.14Snonaka
2051.14Snonaka# ISA PCMCIA controllers
2061.14Snonakapcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
2071.14Snonaka
2081.14Snonaka#options 	PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
2091.14Snonaka#options 	PCIC_ISA_ALLOC_IOBASE=0x0400
2101.14Snonaka#options 	PCIC_ISA_ALLOC_IOSIZE=0x0100
2111.14Snonaka
2121.16Stsutsui# ISA Plug-and-Play bus support
2131.74Snonaka#isapnp0	at isa?
2141.14Snonaka
2151.51Snonaka# on-board I/O for IBM Personal Power Series 830 IDE controller
2161.51Snonakaobio0	at mainbus0
2171.51Snonaka
2181.51Snonaka
2191.1Snonaka# Console Devices
2201.1Snonaka
2211.1Snonaka# wscons
2221.1Snonakapckbc0		at isa?			# pc keyboard controller
2231.1Snonakapckbd*		at pckbc?		# PC keyboard
2241.1Snonakapms*		at pckbc?		# PS/2 mouse for wsmouse
2251.1Snonakavga*		at pci?
2261.1Snonakawsdisplay*	at vga? console ?
2271.1Snonakawskbd*		at pckbd? console ?
2281.1Snonakawsmouse*	at pms? mux 0
2291.1Snonaka
2301.1Snonakapcppi0	at isa?				# PC prog. periph. interface
2311.1Snonakaisabeep0 at pcppi?			# "keyboard" beep
2321.1Snonaka
2331.1Snonakamcclock0 at isa? port 0x70		# mc146818 and compatible
2341.42Skleinkmkclock0 at isa? port 0x74		# mk48t18 and compatible
2351.1Snonaka
2361.14Snonaka
2371.72Sjonathan# Cryptographic Devices
2381.72Sjonathan
2391.72Sjonathan# PCI cryptographic devices
2401.73She#hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
2411.73She#ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
2421.72Sjonathan
2431.72Sjonathan
2441.1Snonaka# Serial Devices
2451.1Snonaka
2461.1Snonaka# ISA serial interfaces
2471.1Snonakacom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
2481.1Snonakacom1	at isa? port 0x2f8 irq 3
2491.1Snonaka
2501.14Snonaka# PCMCIA serial interfaces
2511.14Snonakacom*	at pcmcia? function ?		# Modems and serial cards
2521.14Snonaka
2531.74Snonaka#pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
2541.74Snonaka#com*	at pcmcom? slave ?		# ...and the slave devices
2551.14Snonaka
2561.14Snonaka
2571.1Snonaka# Parallel Printer Interfaces
2581.1Snonaka
2591.1Snonaka# ISA parallel printer interfaces
2601.1Snonakalpt0	at isa? port 0x3bc irq 7	# standard PC parallel ports
2611.1Snonaka
2621.14Snonaka
2631.3Snonaka# SCSI Controllers and Devices
2641.3Snonaka
2651.3Snonaka# PCI SCSI controllers
2661.74Snonaka#adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
2671.23Snonakaahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
2681.74Snonaka#iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
2691.74Snonaka#pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
2701.21Snonakasiop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
2711.67Sbouyeresiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
2721.4Skleink
2731.14Snonaka# PCMCIA SCSI controllers
2741.14Snonakaaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
2751.14Snonaka
2761.4Skleink# SCSI bus support
2771.74Snonaka#scsibus* at adw?
2781.23Snonakascsibus* at ahc?
2791.14Snonakascsibus* at aic?
2801.74Snonaka#scsibus* at iha?
2811.74Snonaka#scsibus* at pcscp?
2821.21Snonakascsibus* at siop?
2831.67Sbouyerscsibus* at esiop?
2841.3Snonaka
2851.3Snonaka# SCSI devices
2861.3Snonakasd*	at scsibus? target ? lun ?	# SCSI disk drives
2871.3Snonakast*	at scsibus? target ? lun ?	# SCSI tape drives
2881.3Snonakacd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2891.74Snonaka#ch*	at scsibus? target ? lun ?	# SCSI autochangers
2901.74Snonaka#ss*	at scsibus? target ? lun ?	# SCSI scanners
2911.3Snonakauk*	at scsibus? target ? lun ?	# SCSI unknown
2921.3Snonaka
2931.14Snonaka
2941.7Snonaka# IDE and related devices
2951.7Snonaka
2961.51Snonaka# IBM Personal Power Series 830 IDE controller
2971.51Snonakawdc0	at obio? port 0x1f0 irq 13
2981.51Snonakawdc1	at obio? port 0x170 irq 13
2991.51Snonaka
3001.51Snonaka# ISA Plug-and-Play IDE controllers
3011.74Snonaka#wdc*	at isapnp?
3021.51Snonaka
3031.14Snonaka# PCMCIA IDE controllers
3041.14Snonakawdc*	at pcmcia? function ?
3051.14Snonaka
3061.70Slukem# ATA (IDE) bus support
3071.70Slukematabus* at ata?
3081.69Sbouyer
3091.14Snonaka# IDE drives
3101.14Snonaka# Flags are used only with controllers that support DMA operations
3111.14Snonaka# and mode settings (e.g. some pciide controllers)
3121.14Snonaka# The lowest order four bits (rightmost digit) of the flags define the PIO
3131.14Snonaka# mode to use, the next set of four bits the DMA mode and the third set the
3141.14Snonaka# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
3151.14Snonaka# to use, and the last bit must be 1 for this setting to be used.
3161.14Snonaka# For DMA and UDMA, 0xf (1111) means 'disable'.
3171.14Snonaka# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
3181.14Snonaka# (0xc=1100, 0xa=1010, 0xf=1111)
3191.14Snonaka# 0x0000 means "use whatever the drive claims to support".
3201.69Sbouyerwd*	at atabus? drive ? flags 0x0000
3211.14Snonaka
3221.14Snonaka# ATAPI bus support
3231.70Slukematapibus* at atapi?
3241.14Snonaka
3251.7Snonaka# ATAPI devices
3261.7Snonaka# flags have the same meaning as for IDE drives.
3271.14Snonakacd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
3281.14Snonakasd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
3291.14Snonakauk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
3301.14Snonaka
3311.62Smatt# Miscellaneous mass storage devices
3321.62Smatt
3331.62Smatt# ISA Floppy
3341.74Snonaka#fdc0 at isa? port 0x3f0 irq 6 drq 2	# standard ISA floppy controller
3351.74Snonaka#fd0 at fdc0 drive ?
3361.7Snonaka
3371.1Snonaka# Network Interfaces
3381.1Snonaka
3391.1Snonaka# PCI network interfaces
3401.1Snonakaep*	at pci? dev ? function ?	# 3Com 3c59x
3411.47Skleinkex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
3421.23Snonakafxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
3431.1Snonakane*	at pci? dev ? function ?	# NE2000-compatible Ethernet
3441.29Stsutsuipcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
3451.23Snonakartk*	at pci? dev ? function ?	# Realtek 8129/8139
3461.29Stsutsuisip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
3471.46Smycrofttlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
3481.3Snonakavr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
3491.1Snonaka
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.79Skleinkwe1	at isa? port 0x300 iomem 0xe4000 irq 11
3561.18Stsutsui
3571.16Stsutsui# ISA Plug-and-Play network intefaces
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.7Snonakasqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3761.7Snonakatlphy*	at mii? phy ?			# ThunderLAN PHYs
3771.7Snonakatqphy*	at mii? phy ?			# TDK Semiconductor PHYs
3781.3Snonakaukphy*	at mii? phy ?			# generic unknown PHYs
3791.3Snonaka
3801.14Snonaka
3811.7Snonaka# USB Controller and Devices
3821.7Snonaka
3831.7Snonaka# PCI USB controllers
3841.14Snonaka#uhci*	at pci? dev ? function ?	# Universal Host Controller (Intel)
3851.14Snonaka#ohci*	at pci? dev ? function ?	# Open Host Controller
3861.7Snonaka
3871.7Snonaka# USB bus support
3881.14Snonaka#usb*	at uhci?
3891.14Snonaka#usb*	at ohci?
3901.7Snonaka
3911.7Snonaka# USB Hubs
3921.14Snonaka#uhub*	at usb?
3931.14Snonaka#uhub*	at uhub? port ? configuration ? interface ?
3941.7Snonaka
3951.38Saugustss# USB HID device
3961.38Saugustss#uhidev*	at uhub? port ? configuration ? interface ?
3971.38Saugustss
3981.7Snonaka# USB Mice
3991.38Saugustss#ums*	at uhidev? reportid ?
4001.14Snonaka#wsmouse* at ums? mux 0
4011.7Snonaka
4021.7Snonaka# USB Keyboards
4031.38Saugustss#ukbd*	at uhidev? reportid ?
4041.14Snonaka#wskbd*	at ukbd? console ? mux 1
4051.7Snonaka
4061.7Snonaka# USB Generic HID devices
4071.38Saugustss#uhid*	at uhidev? reportid ?
4081.7Snonaka
4091.7Snonaka# USB Printer
4101.14Snonaka#ulpt*	at uhub? port ? configuration ? interface ?
4111.7Snonaka
4121.7Snonaka# USB Modem
4131.14Snonaka#umodem* at uhub? port ? configuration ?
4141.14Snonaka#ucom*	at umodem?
4151.7Snonaka
4161.7Snonaka# USB Mass Storage
4171.14Snonaka#umass*	at uhub? port ? configuration ? interface ?
4181.14Snonaka#scsibus* at umass? channel ?
4191.69Sbouyer#atapibus* at umass?
4201.7Snonaka
4211.7Snonaka# USB audio
4221.14Snonaka#uaudio* at uhub? port ? configuration ?
4231.7Snonaka
4241.7Snonaka# USB Ethernet adapters
4251.14Snonaka#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
4261.14Snonaka#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
4271.14Snonaka#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
4281.64Saugustss#uax*	at uhub? port ?		# ASIX AX88172 based adapters
4291.64Saugustss#url*	at uhub? port ?		# Realtek RTL8150L based adapters
4301.68Sitojun#udav*	at uhub? port ?		# Davicom DM9601 based adapters
4311.7Snonaka
4321.7Snonaka# Prolofic PL2301/PL2302 host-to-host adapter
4331.14Snonaka#upl*	at uhub? port ?
4341.7Snonaka
4351.7Snonaka# Serial adapters
4361.52Snonaka#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
4371.7Snonaka#ucom*	at uftdi? portno ?
4381.52Snonaka
4391.52Snonaka#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
4401.52Snonaka#ucom*	at umct? portno ?
4411.52Snonaka
4421.52Snonaka#uplcom* at uhub? port ?	# I/O DATA USB-RSAQ2 serial adapter
4431.52Snonaka#ucom*	at uplcom? portno ?
4441.52Snonaka
4451.52Snonaka#uvscom* at uhub? port ?	# SUNTAC Slipper U VS-10U serial adapter
4461.52Snonaka#ucom*	at uvscom? portno ?
4471.7Snonaka
4481.7Snonaka# Diamond Multimedia Rio 500
4491.14Snonaka#urio*	at uhub? port ?
4501.7Snonaka
4511.7Snonaka# USB Handspring Visor
4521.14Snonaka#uvisor* at uhub? port ?
4531.14Snonaka#ucom*	at uvisor?
4541.17Saugustss
4551.17Saugustss# Y@P firmware loader
4561.17Saugustss#uyap* at uhub? port ?
4571.14Snonaka
4581.14Snonaka# USB Generic driver
4591.14Snonaka#ugen*	at uhub? port ?
4601.13Saugustss
4611.13Saugustss# USB scanners
4621.14Snonaka#uscanner* at uhub? port ?
4631.7Snonaka
4641.7Snonaka
4651.3Snonaka# Audio device
4661.3Snonaka
4671.16Stsutsui# ISA Plug-and-Play audio devices
4681.23Snonaka#wss*	at isapnp?			# CS4232
4691.16Stsutsui
4701.7Snonaka# Audio support
4711.23Snonaka#audio*	at uaudio?
4721.16Stsutsui#audio*	at wss?
4731.7Snonaka
4741.3Snonaka# MIDI support
4751.74Snonaka#midi*	at pcppi?		# MIDI interface to the PC speaker
4761.3Snonaka
4771.3Snonaka# The spkr driver provides a simple tone interface to the built in speaker.
4781.74Snonaka#spkr0	at pcppi?		# PC speaker
4791.1Snonaka
4801.51Snonaka
4811.1Snonaka# Joysticks
4821.1Snonaka
4831.51Snonaka# ISA Plug-and-Play joysticks
4841.74Snonaka#joy*	at isapnp?			# Game ports (usually on audio cards)
4851.51Snonaka
4861.1Snonaka# ISA joysticks. Probe is a little strange; add only if you have one.
4871.51Snonaka#joy0	at isa? port 0x201
4881.14Snonaka
4891.1Snonaka
4901.1Snonaka# Pseudo-Devices
4911.1Snonaka
4921.73She# Not yet ready -- prep lacks generic soft interrupts
4931.73She#pseudo-device 	crypto		# opencrypto framework
4941.72Sjonathan
4951.1Snonaka# disk/mass storage pseudo-devices
4961.1Snonakapseudo-device	ccd		4	# concatenated/striped disk devices
4971.58Selric#pseudo-device	cgd		4	# cryptographic disk devices
4981.39Soster#pseudo-device	raid		8	# RAIDframe disk driver
4991.1Snonaka#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5001.39Soster# Options to enable various other RAIDframe RAID types.
5011.39Soster# options	RF_INCLUDE_EVENODD=1
5021.39Soster# options	RF_INCLUDE_RAID5_RS=1
5031.39Soster# options	RF_INCLUDE_PARITYLOGGING=1
5041.39Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
5051.39Soster# options	RF_INCLUDE_INTERDECLUSTER=1
5061.39Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
5071.39Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
5081.1Snonakapseudo-device	md		1	# memory disk device (ramdisk)
5091.1Snonakapseudo-device	vnd		4	# disk-like interface to files
5101.1Snonaka
5111.1Snonaka# network pseudo-devices
5121.1Snonakapseudo-device	loop			# network loopback
5131.1Snonakapseudo-device	bpfilter	8	# Berkeley packet filter
5141.1Snonakapseudo-device	ipfilter		# IP filter (firewall) and NAT
5151.1Snonakapseudo-device	ppp		2	# Point-to-Point Protocol
5161.37Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
5171.1Snonakapseudo-device	sl		2	# Serial Line IP
5181.1Snonakapseudo-device	strip		2	# Starmode Radio IP (Metricom)
5191.1Snonakapseudo-device	tun		2	# network tunneling over tty
5201.1Snonakapseudo-device	gre		2	# generic L3 over IP tunnel
5211.1Snonakapseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
5221.1Snonaka#pseudo-device	faith		2	# IPv[46] tcp relay translation i/f
5231.5Sitojun#pseudo-device	stf		2	# 6to4 IPv6 over IPv4 encapsulation
5241.15Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
5251.34Satatatpseudo-device	bridge			# simple inter-network bridging
5261.65Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
5271.1Snonaka
5281.1Snonaka# miscellaneous pseudo-devices
5291.12Sjdolecekpseudo-device	pty			# pseudo-terminals
5301.7Snonakapseudo-device	tb		1	# tablet line discipline
5311.74Snonaka#pseudo-device	sequencer	1	# MIDI sequencer
5321.7Snonakapseudo-device	rnd			# /dev/random and in-kernel generator
5331.32Slukem#options 	RND_COM			# use "com" randomness as well
5341.53Slukempseudo-device	clockctl		# user control of clock subsystem
5351.66Sraggepseudo-device	ksyms			# /dev/ksyms
5361.77Sitojun#pseudo-device	pf			# PF packet filter
5371.77Sitojun#pseudo-device	pflog			# PF log if
5381.1Snonaka
5391.1Snonaka# a pseudo device needed for Coda	# also needs CODA (above)
5401.7Snonaka#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
5411.1Snonaka
5421.35Skleink# wscons pseudo-devices
5431.35Skleinkpseudo-device	wsmux			# mouse & keyboard multiplexor
5441.35Skleinkpseudo-device	wsfont
545