GENERIC revision 1.161
11.161Sdholland# $NetBSD: GENERIC,v 1.161 2011/12/18 05:49:31 dholland 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.161Sdholland#ident		"GENERIC-$Revision: 1.161 $"
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.80Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
451.1Snonaka
461.40Sjdolecek
471.54Slukemoptions 	USERCONF	# userconf(4) support
481.140Stsutsui#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
491.81Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
501.59Sjunyoung
511.154Skiyohara# Enable experimental buffer queue strategy for better responsiveness under
521.59Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
531.93Stsutsui#options 	BUFQ_READPRIO
541.93Stsutsui#options 	BUFQ_PRIOCSCAN
551.1Snonaka
561.1Snonaka# Diagnostic/debugging support options
571.74Snonaka#options 	DIAGNOSTIC	# cheap kernel consistency checks
581.1Snonaka#options 	DEBUG		# expensive debugging checks/support
591.1Snonaka#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
601.1Snonakaoptions 	DDB		# in-kernel debugger
611.32Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
621.1Snonaka#makeoptions	DEBUG="-g"
631.1Snonaka
641.1Snonaka# Compatibility options
651.1Snonakaoptions 	COMPAT_13	# NetBSD 1.3,
661.1Snonakaoptions 	COMPAT_14	# NetBSD 1.4,
671.51Snonakaoptions 	COMPAT_15	# NetBSD 1.5,
681.71Skleinkoptions 	COMPAT_16	# NetBSD 1.6,
691.90Ssimonboptions 	COMPAT_20	# NetBSD 2.0,
701.143Stsutsuioptions 	COMPAT_30	# NetBSD 3.0,
711.143Stsutsuioptions 	COMPAT_40	# NetBSD 4.0 compatibility.
721.148Smrgoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
731.1Snonakaoptions 	COMPAT_43	# and 4.3BSD
741.30Smanu#options 	COMPAT_LINUX	# Linux binary compatibility
751.25Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
761.140Stsutsuioptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
771.1Snonaka
781.1Snonaka# File systems
791.3Snonakafile-system 	FFS		# UFS
801.3Snonakafile-system	EXT2FS		# second extended file system (linux)
811.74Snonaka#file-system	LFS		# log-structured file system
821.1Snonakafile-system 	MFS		# memory file system
831.1Snonakafile-system 	NFS		# Network File System client
841.74Snonaka#file-system	NTFS		# Windows/NT file system (experimental)
851.3Snonakafile-system 	CD9660		# ISO 9660 + Rock Ridge file system
861.3Snonakafile-system 	MSDOSFS		# MS-DOS file system
871.74Snonaka#file-system 	FDESC		# /dev/fd
881.1Snonakafile-system 	KERNFS		# /kern
891.3Snonakafile-system 	NULLFS		# loopback file system
901.74Snonaka#file-system	OVERLAY		# overlay file system
911.1Snonakafile-system 	PROCFS		# /proc
921.74Snonaka#file-system 	UMAPFS		# NULLFS + uid and gid remapping
931.3Snonakafile-system 	UNION		# union file system
941.7Snonaka#file-system	CODA		# Coda File System; also needs vcoda (below)
951.101Schristosfile-system	PTYFS		# /dev/pts/N support
961.152Schsfile-system	TMPFS		# Efficient memory file-system
971.109Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
981.1Snonaka
991.1Snonaka# File system options
1001.158Sbouyeroptions 	QUOTA		# legacy UFS quotas
1011.158Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
1021.159Swiz#options 	FFS_EI		# FFS Endian Independent support
1031.161Sdhollandoptions 	WAPBL		# File system journaling support
1041.140Stsutsui#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1051.3Snonakaoptions 	NFSSERVER	# Network File System server
1061.106Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1071.1Snonaka#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1081.1Snonaka 				# immutable) behave as system flags.
1091.1Snonaka
1101.1Snonaka# Networking options
1111.1Snonaka#options 	GATEWAY		# packet forwarding
1121.1Snonakaoptions 	INET		# IP + ICMP + TCP + UDP
1131.1Snonakaoptions 	INET6		# IPv6
1141.1Snonaka#options 	IPSEC		# IP security
1151.1Snonaka#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1161.95Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1171.1Snonaka#options 	IPSEC_DEBUG	# debug for IP security
1181.1Snonaka#options 	MROUTING	# IP multicast routing
1191.82Smanu#options 	PIM		# Protocol Independent Multicast
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.127Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
1271.153Smrgoptions 	IPFILTER_COMPAT # Compat for IP-Filter
1281.56Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1291.25Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1301.1Snonaka
1311.78Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1321.78Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1331.78Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1341.78Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1351.78Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1361.78Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1371.78Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1381.78Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1391.78Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1401.78Sabs#options 	ALTQ_RED	# Random Early Detection
1411.78Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1421.78Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1431.78Sabs
1441.1Snonaka# These options enable verbose messages for several subsystems.
1451.1Snonaka# Warning, these may compile large string tables into the kernel!
1461.74Snonaka#options 	MIIVERBOSE	# verbose PHY autoconfig messages
1471.1Snonakaoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1481.2Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1491.74Snonaka#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1501.3Snonakaoptions 	SCSIVERBOSE	# human readable SCSI error messages
1511.14Snonaka#options 	USBVERBOSE	# verbose USB device autoconfig messages
1521.49Snonaka#options 	RESIDUAL_DATA_DUMP	# verbosely dump residual data
1531.140Stsutsui#options 	NVRAM_DUMP	# verbosely dump contents of nvram.
1541.115Sgarbled				# Warning: output may not be ascii!
1551.1Snonaka
1561.74Snonaka#options 	NFS_BOOT_BOOTP
1571.1Snonakaoptions 	NFS_BOOT_BOOTPARAM
1581.1Snonakaoptions 	NFS_BOOT_DHCP
1591.1Snonaka
1601.1Snonaka#
1611.1Snonaka# wscons options
1621.1Snonaka#
1631.1Snonaka# builtin terminal emulations
1641.1Snonakaoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1651.1Snonaka# different kernel output - see dev/wscons/wsdisplayvar.h
1661.1Snonakaoptions 	WS_KERNEL_FG=WSCOL_GREEN
1671.1Snonaka#options 	WS_KERNEL_BG=WSCOL_BLACK
1681.155Skiyohara# compatibility to other console drivers
1691.155Skiyoharaoptions 	WSDISPLAY_COMPAT_USL		# VT handling
1701.155Skiyoharaoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1711.117Sdrochner# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
1721.1Snonaka#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1731.1Snonaka# allocate a number of virtual screens at autoconfiguration time
1741.1Snonaka#options 	WSDISPLAY_DEFAULTSCREENS=4
1751.1Snonaka# use a large software cursor that doesn't blink
1761.1Snonakaoptions 	PCDISPLAY_SOFTCURSOR
1771.1Snonaka
1781.1Snonaka# Kernel root file system and dump configuration.
1791.1Snonakaconfig	netbsd	root on ? type ?
1801.46Smycroft#config	netbsd	root on tlp0 type nfs
1811.74Snonaka#config	netbsd	root on pcn0 type nfs
1821.1Snonaka
1831.14Snonaka
1841.1Snonaka#
1851.1Snonaka# Device configuration
1861.1Snonaka#
1871.1Snonaka
1881.1Snonakamainbus0 at root
1891.1Snonakacpu0	at mainbus0
1901.1Snonaka
1911.14Snonaka
1921.1Snonaka# Basic Bus Support
1931.1Snonaka
1941.1Snonaka# PCI bus support
1951.1Snonakapci0	at mainbus0 bus ?
1961.1Snonakapci*	at pchb? bus ?
1971.3Snonakapci*	at ppb? bus ?
1981.1Snonaka
1991.1Snonaka# PCI bridges
2001.1Snonakapchb*	at pci? dev ? function ?	# PCI-Host bridges
2011.4Skleinkppb*	at pci? dev ? function ?	# PCI-PCI bridges
2021.1Snonakapcib*	at pci? dev ? function ?	# PCI-ISA bridges
2031.113Sgarbledpceb*	at pci? dev ? function ?	# PCI-EISA bridges
2041.113Sgarbled
2051.113Sgarbled# EISA bus support
2061.113Sgarbledeisa*	at pceb?
2071.1Snonaka
2081.1Snonaka# ISA bus support
2091.1Snonakaisa*	at pcib?			# ISA on PCI-ISA bridge
2101.113Sgarbledisa*	at pceb?
2111.1Snonaka
2121.14Snonaka# PCMCIA bus support
2131.14Snonakapcmcia* at pcic? controller ? socket ?
2141.14Snonaka
2151.14Snonaka# ISA PCMCIA controllers
2161.14Snonakapcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
2171.14Snonaka
2181.14Snonaka#options 	PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
2191.14Snonaka#options 	PCIC_ISA_ALLOC_IOBASE=0x0400
2201.14Snonaka#options 	PCIC_ISA_ALLOC_IOSIZE=0x0100
2211.14Snonaka
2221.16Stsutsui# ISA Plug-and-Play bus support
2231.74Snonaka#isapnp0	at isa?
2241.14Snonaka
2251.142Sgarbled# PnPbus bus support (required)
2261.114Sgarbledpnpbus0	at mainbus0
2271.51Snonaka
2281.1Snonaka# Console Devices
2291.1Snonaka
2301.1Snonaka# wscons
2311.1Snonakapckbc0		at isa?			# pc keyboard controller
2321.1Snonakapckbd*		at pckbc?		# PC keyboard
2331.1Snonakapms*		at pckbc?		# PS/2 mouse for wsmouse
2341.1Snonakavga*		at pci?
2351.1Snonakawsdisplay*	at vga? console ?
2361.1Snonakawskbd*		at pckbd? console ?
2371.1Snonakawsmouse*	at pms? mux 0
2381.1Snonaka
2391.91Scubeattimer0	at isa?			# AT Timer
2401.1Snonakapcppi0	at isa?				# PC prog. periph. interface
2411.1Snonakaisabeep0 at pcppi?			# "keyboard" beep
2421.1Snonaka
2431.120Sgarbled#mcclock0 at isa? port 0x70		# mc146818 and compatible
2441.120Sgarbledmcclock* at pnpbus?			# mc146818 and compatible
2451.120Sgarbledmkclock* at pnpbus?			# mk48t18 and compatible
2461.1Snonaka
2471.115Sgarblednvram*	at pnpbus?
2481.14Snonaka
2491.72Sjonathan# Cryptographic Devices
2501.72Sjonathan
2511.72Sjonathan# PCI cryptographic devices
2521.73She#hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
2531.73She#ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
2541.72Sjonathan
2551.72Sjonathan
2561.1Snonaka# Serial Devices
2571.1Snonaka
2581.1Snonaka# ISA serial interfaces
2591.1Snonakacom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
2601.1Snonakacom1	at isa? port 0x2f8 irq 3
2611.1Snonaka
2621.14Snonaka# PCMCIA serial interfaces
2631.14Snonakacom*	at pcmcia? function ?		# Modems and serial cards
2641.14Snonaka
2651.74Snonaka#pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
2661.74Snonaka#com*	at pcmcom? slave ?		# ...and the slave devices
2671.14Snonaka
2681.14Snonaka
2691.1Snonaka# Parallel Printer Interfaces
2701.1Snonaka
2711.1Snonaka# ISA parallel printer interfaces
2721.1Snonakalpt0	at isa? port 0x3bc irq 7	# standard PC parallel ports
2731.1Snonaka
2741.14Snonaka
2751.3Snonaka# SCSI Controllers and Devices
2761.3Snonaka
2771.3Snonaka# PCI SCSI controllers
2781.74Snonaka#adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
2791.23Snonakaahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
2801.74Snonaka#iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
2811.74Snonaka#pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
2821.21Snonakasiop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
2831.67Sbouyeresiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
2841.4Skleink
2851.14Snonaka# PCMCIA SCSI controllers
2861.14Snonakaaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
2871.123Shubertfspc* 	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
2881.14Snonaka
2891.4Skleink# SCSI bus support
2901.74Snonaka#scsibus* at adw?
2911.23Snonakascsibus* at ahc?
2921.14Snonakascsibus* at aic?
2931.74Snonaka#scsibus* at iha?
2941.74Snonaka#scsibus* at pcscp?
2951.21Snonakascsibus* at siop?
2961.123Shubertfscsibus* at spc?
2971.67Sbouyerscsibus* at esiop?
2981.3Snonaka
2991.3Snonaka# SCSI devices
3001.3Snonakasd*	at scsibus? target ? lun ?	# SCSI disk drives
3011.3Snonakast*	at scsibus? target ? lun ?	# SCSI tape drives
3021.3Snonakacd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
3031.74Snonaka#ch*	at scsibus? target ? lun ?	# SCSI autochangers
3041.74Snonaka#ss*	at scsibus? target ? lun ?	# SCSI scanners
3051.3Snonakauk*	at scsibus? target ? lun ?	# SCSI unknown
3061.3Snonaka
3071.7Snonaka# IDE and related devices
3081.7Snonaka
3091.114Sgarbled# IDE controller found on most Power Personal machines
3101.114Sgarbledwdc*	at pnpbus?
3111.114Sgarbled
3121.129Sgarbled# PCI IDE controllers
3131.129Sgarbledpciide*		at pci? dev ? function ? flags 0x0000
3141.129Sgarbledhptide*		at pci? dev ? function ?
3151.133Sgarbledslide*		at pci? dev ? function ?
3161.129Sgarbled
3171.142Sgarbledfdc0 at pnpbus?	# standard ISA floppy controller
3181.142Sgarbledfd0 at fdc0 drive ?
3191.51Snonaka
3201.51Snonaka# ISA Plug-and-Play IDE controllers
3211.74Snonaka#wdc*	at isapnp?
3221.51Snonaka
3231.14Snonaka# PCMCIA IDE controllers
3241.14Snonakawdc*	at pcmcia? function ?
3251.14Snonaka
3261.70Slukem# ATA (IDE) bus support
3271.70Slukematabus* at ata?
3281.69Sbouyer
3291.14Snonaka# IDE drives
3301.14Snonaka# Flags are used only with controllers that support DMA operations
3311.14Snonaka# and mode settings (e.g. some pciide controllers)
3321.14Snonaka# The lowest order four bits (rightmost digit) of the flags define the PIO
3331.14Snonaka# mode to use, the next set of four bits the DMA mode and the third set the
3341.14Snonaka# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
3351.14Snonaka# to use, and the last bit must be 1 for this setting to be used.
3361.14Snonaka# For DMA and UDMA, 0xf (1111) means 'disable'.
3371.14Snonaka# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
3381.14Snonaka# (0xc=1100, 0xa=1010, 0xf=1111)
3391.14Snonaka# 0x0000 means "use whatever the drive claims to support".
3401.69Sbouyerwd*	at atabus? drive ? flags 0x0000
3411.14Snonaka
3421.14Snonaka# ATAPI bus support
3431.70Slukematapibus* at atapi?
3441.14Snonaka
3451.7Snonaka# ATAPI devices
3461.7Snonaka# flags have the same meaning as for IDE drives.
3471.14Snonakacd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
3481.14Snonakasd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
3491.14Snonakauk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
3501.14Snonaka
3511.62Smatt# Miscellaneous mass storage devices
3521.62Smatt
3531.1Snonaka# Network Interfaces
3541.1Snonaka
3551.1Snonaka# PCI network interfaces
3561.1Snonakaep*	at pci? dev ? function ?	# 3Com 3c59x
3571.47Skleinkex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
3581.23Snonakafxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
3591.1Snonakane*	at pci? dev ? function ?	# NE2000-compatible Ethernet
3601.29Stsutsuipcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
3611.23Snonakartk*	at pci? dev ? function ?	# Realtek 8129/8139
3621.29Stsutsuisip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
3631.46Smycrofttlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
3641.3Snonakavr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
3651.1Snonaka
3661.121Sgarbled# pnpbus network interfaces
3671.121Sgarbledwe*	at pnpbus?			# WD/SMC Ethernet
3681.121Sgarbled
3691.18Stsutsui# ISA network interfaces
3701.74Snonaka#ep*	at isa? port ? irq ?		# 3Com 3c509 Ethernet
3711.74Snonaka#ne0	at isa? port 0x280 irq 9	# NE2000-compatible Ethernet
3721.74Snonaka#ne1	at isa? port 0x300 irq 10
3731.74Snonaka#we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
3741.121Sgarbledwe1	at isa? port 0x300 iomem 0xe8000 irq 11
3751.18Stsutsui
3761.16Stsutsui# ISA Plug-and-Play network intefaces
3771.74Snonaka#ep*	at isapnp?			# 3Com 3c509 Ethernet
3781.74Snonaka#ne*	at isapnp?			# NE2000-compatible Ethernet
3791.16Stsutsui
3801.14Snonaka# PCMCIA network interfaces
3811.14Snonakaep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3821.14Snonakane*	at pcmcia? function ?		# NE2000-compatible Ethernet
3831.14Snonaka
3841.1Snonaka# MII/PHY support
3851.7Snonakadmphy*	at mii? phy ?			# Davicom DM9101 PHYs
3861.7Snonakaexphy*	at mii? phy ?			# 3Com internal PHYs
3871.41Swizicsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
3881.7Snonakainphy*	at mii? phy ?			# Intel 82555 PHYs
3891.7Snonakaiophy*	at mii? phy ?			# Intel 82553 PHYs
3901.7Snonakalxtphy* at mii? phy ?			# Level One LXT-970 PHYs
3911.7Snonakansphy*	at mii? phy ?			# NS83840 PHYs
3921.7Snonakansphyter* at mii? phy ?			# NS83843 PHYs
3931.7Snonakaqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3941.7Snonakasqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3951.7Snonakatlphy*	at mii? phy ?			# ThunderLAN PHYs
3961.7Snonakatqphy*	at mii? phy ?			# TDK Semiconductor PHYs
3971.3Snonakaukphy*	at mii? phy ?			# generic unknown PHYs
3981.3Snonaka
3991.14Snonaka
4001.7Snonaka# USB Controller and Devices
4011.7Snonaka
4021.7Snonaka# PCI USB controllers
4031.14Snonaka#uhci*	at pci? dev ? function ?	# Universal Host Controller (Intel)
4041.14Snonaka#ohci*	at pci? dev ? function ?	# Open Host Controller
4051.7Snonaka
4061.136Skiyohara# PCMCIA USB controllers
4071.137Sgarbled#slhci*	at pcmcia? function ?		# ScanLogic SL811HS
4081.136Skiyohara
4091.7Snonaka# USB bus support
4101.14Snonaka#usb*	at uhci?
4111.14Snonaka#usb*	at ohci?
4121.136Skiyohara#usb*	at slhci?
4131.7Snonaka
4141.7Snonaka# USB Hubs
4151.14Snonaka#uhub*	at usb?
4161.132Sdrochner#uhub*	at uhub? port ?
4171.7Snonaka
4181.38Saugustss# USB HID device
4191.38Saugustss#uhidev*	at uhub? port ? configuration ? interface ?
4201.38Saugustss
4211.7Snonaka# USB Mice
4221.38Saugustss#ums*	at uhidev? reportid ?
4231.14Snonaka#wsmouse* at ums? mux 0
4241.7Snonaka
4251.7Snonaka# USB Keyboards
4261.38Saugustss#ukbd*	at uhidev? reportid ?
4271.14Snonaka#wskbd*	at ukbd? console ? mux 1
4281.7Snonaka
4291.125Sskrll# USB serial adapter
4301.99Sskrll#ucycom*	at uhidev? reportid ?
4311.99Sskrll
4321.7Snonaka# USB Generic HID devices
4331.38Saugustss#uhid*	at uhidev? reportid ?
4341.7Snonaka
4351.7Snonaka# USB Printer
4361.14Snonaka#ulpt*	at uhub? port ? configuration ? interface ?
4371.7Snonaka
4381.7Snonaka# USB Modem
4391.14Snonaka#umodem* at uhub? port ? configuration ?
4401.14Snonaka#ucom*	at umodem?
4411.7Snonaka
4421.150Splunky# Option N.V. Wireless WAN modems
4431.150Splunky#uhso*	at uhub? port ? configuration ?
4441.150Splunky
4451.7Snonaka# USB Mass Storage
4461.14Snonaka#umass*	at uhub? port ? configuration ? interface ?
4471.14Snonaka#scsibus* at umass? channel ?
4481.69Sbouyer#atapibus* at umass?
4491.7Snonaka
4501.7Snonaka# USB audio
4511.14Snonaka#uaudio* at uhub? port ? configuration ?
4521.7Snonaka
4531.7Snonaka# USB Ethernet adapters
4541.14Snonaka#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
4551.83Saugustss#axe*	at uhub? port ?		# ASIX AX88172 based adapters
4561.14Snonaka#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
4571.14Snonaka#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
4581.64Saugustss#url*	at uhub? port ?		# Realtek RTL8150L based adapters
4591.68Sitojun#udav*	at uhub? port ?		# Davicom DM9601 based adapters
4601.7Snonaka
4611.112Shira# Prolific PL2301/PL2302 host-to-host adapter
4621.14Snonaka#upl*	at uhub? port ?
4631.7Snonaka
4641.7Snonaka# Serial adapters
4651.52Snonaka#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
4661.7Snonaka#ucom*	at uftdi? portno ?
4671.52Snonaka
4681.52Snonaka#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
4691.52Snonaka#ucom*	at umct? portno ?
4701.52Snonaka
4711.52Snonaka#uplcom* at uhub? port ?	# I/O DATA USB-RSAQ2 serial adapter
4721.52Snonaka#ucom*	at uplcom? portno ?
4731.52Snonaka
4741.52Snonaka#uvscom* at uhub? port ?	# SUNTAC Slipper U VS-10U serial adapter
4751.52Snonaka#ucom*	at uvscom? portno ?
4761.7Snonaka
4771.7Snonaka# Diamond Multimedia Rio 500
4781.14Snonaka#urio*	at uhub? port ?
4791.7Snonaka
4801.7Snonaka# USB Handspring Visor
4811.14Snonaka#uvisor* at uhub? port ?
4821.14Snonaka#ucom*	at uvisor?
4831.17Saugustss
4841.92Sitohy# Kyocera AIR-EDGE PHONE
4851.92Sitohy#ukyopon* at uhub? port ?
4861.92Sitohy#ucom*	at ukyopon? portno ?
4871.92Sitohy
4881.17Saugustss# Y@P firmware loader
4891.17Saugustss#uyap* at uhub? port ?
4901.14Snonaka
4911.14Snonaka# USB Generic driver
4921.14Snonaka#ugen*	at uhub? port ?
4931.13Saugustss
4941.13Saugustss# USB scanners
4951.14Snonaka#uscanner* at uhub? port ?
4961.7Snonaka
4971.7Snonaka
4981.3Snonaka# Audio device
4991.3Snonaka
5001.16Stsutsui# ISA Plug-and-Play audio devices
5011.23Snonaka#wss*	at isapnp?			# CS4232
5021.142Sgarbled#wss0    at isa? port 0x530 irq 5 drq 1 drq2 0
5031.16Stsutsui
5041.7Snonaka# Audio support
5051.23Snonaka#audio*	at uaudio?
5061.142Sgarbled#audio*	at audiocs?
5071.7Snonaka
5081.3Snonaka# MIDI support
5091.74Snonaka#midi*	at pcppi?		# MIDI interface to the PC speaker
5101.3Snonaka
5111.3Snonaka# The spkr driver provides a simple tone interface to the built in speaker.
5121.74Snonaka#spkr0	at pcppi?		# PC speaker
5131.1Snonaka
5141.51Snonaka
5151.1Snonaka# Joysticks
5161.1Snonaka
5171.51Snonaka# ISA Plug-and-Play joysticks
5181.74Snonaka#joy*	at isapnp?			# Game ports (usually on audio cards)
5191.51Snonaka
5201.1Snonaka# ISA joysticks. Probe is a little strange; add only if you have one.
5211.51Snonaka#joy0	at isa? port 0x201
5221.14Snonaka
5231.118Sgarbled# Pull in optional local configuration
5241.141Sjmmvcinclude "arch/prep/conf/GENERIC.local"
5251.1Snonaka
5261.1Snonaka# Pseudo-Devices
5271.1Snonaka
5281.130Sgarbledpseudo-device 	crypto		# /dev/crypto device
5291.130Sgarbledpseudo-device	swcrypto	# software crypto implementation
5301.72Sjonathan
5311.1Snonaka# disk/mass storage pseudo-devices
5321.1Snonakapseudo-device	ccd		4	# concatenated/striped disk devices
5331.58Selric#pseudo-device	cgd		4	# cryptographic disk devices
5341.119Sgarbledpseudo-device	raid		8	# RAIDframe disk driver
5351.119Sgarbledoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5361.39Soster# Options to enable various other RAIDframe RAID types.
5371.140Stsutsui#options 	RF_INCLUDE_EVENODD=1
5381.140Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
5391.140Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
5401.140Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
5411.140Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
5421.140Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
5431.140Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
5441.151Spookapseudo-device	fss			# file system snapshot device
5451.157Shannkenpseudo-device	md			# memory disk device (ramdisk)
5461.111Scubepseudo-device	vnd			# disk-like interface to files
5471.96Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
5481.1Snonaka
5491.1Snonaka# network pseudo-devices
5501.1Snonakapseudo-device	loop			# network loopback
5511.110Srpaulopseudo-device	bpfilter		# Berkeley packet filter
5521.122Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
5531.1Snonakapseudo-device	ipfilter		# IP filter (firewall) and NAT
5541.111Scubepseudo-device	ppp			# Point-to-Point Protocol
5551.37Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
5561.114Sgarbled#pseudo-device	sl			# Serial Line IP
5571.111Scubepseudo-device	strip			# Starmode Radio IP (Metricom)
5581.111Scubepseudo-device	tun			# network tunneling over tty
5591.85Scubepseudo-device	tap			# virtual Ethernet
5601.111Scubepseudo-device	gre			# generic L3 over IP tunnel
5611.111Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
5621.111Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
5631.116Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
5641.15Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
5651.34Satatatpseudo-device	bridge			# simple inter-network bridging
5661.140Stsutsui#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
5671.135Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
5681.1Snonaka
5691.145Stls#
5701.145Stls# accept filters
5711.145Stlspseudo-device   accf_data		# "dataready" accept filter
5721.145Stlspseudo-device   accf_http		# "httpready" accept filter
5731.145Stls
5741.1Snonaka# miscellaneous pseudo-devices
5751.12Sjdolecekpseudo-device	pty			# pseudo-terminals
5761.74Snonaka#pseudo-device	sequencer	1	# MIDI sequencer
5771.32Slukem#options 	RND_COM			# use "com" randomness as well
5781.53Slukempseudo-device	clockctl		# user control of clock subsystem
5791.66Sraggepseudo-device	ksyms			# /dev/ksyms
5801.77Sitojun#pseudo-device	pf			# PF packet filter
5811.77Sitojun#pseudo-device	pflog			# PF log if
5821.1Snonaka
5831.1Snonaka# a pseudo device needed for Coda	# also needs CODA (above)
5841.7Snonaka#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
5851.1Snonaka
5861.35Skleink# wscons pseudo-devices
5871.35Skleinkpseudo-device	wsmux			# mouse & keyboard multiplexor
5881.35Skleinkpseudo-device	wsfont
5891.107Selad
5901.140Stsutsuioptions 	FILEASSOC		# fileassoc(9) - required for Veriexec
5911.130Sgarbled
5921.107Selad# Veriexec
5931.107Selad#
5941.107Selad# a pseudo device needed for veriexec
5951.130Sgarbledpseudo-device	veriexec		1
5961.107Selad#
5971.107Selad# Uncomment the fingerprint methods below that are desired. Note that
5981.107Selad# removing fingerprint methods will have almost no impact on the kernel
5991.107Selad# code size.
6001.107Selad#
6011.130Sgarbledoptions VERIFIED_EXEC_FP_RMD160
6021.130Sgarbledoptions VERIFIED_EXEC_FP_SHA256
6031.130Sgarbledoptions VERIFIED_EXEC_FP_SHA384
6041.130Sgarbledoptions VERIFIED_EXEC_FP_SHA512
6051.130Sgarbledoptions VERIFIED_EXEC_FP_SHA1
6061.130Sgarbledoptions VERIFIED_EXEC_FP_MD5
607