GENERIC revision 1.127
11.127Schristos# $NetBSD: GENERIC,v 1.127 2006/08/26 20:26:56 christos 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.127Schristos#ident		"GENERIC-$Revision: 1.127 $"
281.1Snonaka
291.1Snonakamaxusers	32
301.50Snonaka
311.50Snonaka# Platform support
321.1Snonaka
331.52Snonakaoptions 	OPENPIC				# OpenPIC support (7043-140)
341.52Snonaka
351.1Snonaka# Standard system options
361.1Snonaka
371.1Snonakaoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
381.3Snonakaoptions 	NTP		# NTP phase/frequency locked loop
391.1Snonaka
401.1Snonakaoptions 	KTRACE		# system call tracing via ktrace(1)
411.124Schristos#options 	SYSTRACE	# system call vetting via systrace(1)
421.1Snonaka
431.1Snonakaoptions 	SYSVMSG		# System V-like message queues
441.1Snonakaoptions 	SYSVSEM		# System V-like semaphores
451.32Slukem#options 	SEMMNI=10	# number of semaphore identifiers
461.32Slukem#options 	SEMMNS=60	# number of semaphores in system
471.32Slukem#options 	SEMUME=10	# max number of undo entries per process
481.32Slukem#options 	SEMMNU=30	# number of undo structures in system
491.1Snonakaoptions 	SYSVSHM		# System V-like memory sharing
501.1Snonaka#options 	SHMMAXPGS=1024	# 1024 pages is the default
511.80Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
521.1Snonaka
531.3Snonakaoptions 	LKM		# loadable kernel modules
541.40Sjdolecek
551.54Slukemoptions 	USERCONF	# userconf(4) support
561.40Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
571.81Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
581.59Sjunyoung
591.60Swiz# Enable experimental buffer queue strategy for better responsiveness under 
601.59Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
611.93Stsutsui#options 	BUFQ_READPRIO
621.93Stsutsui#options 	BUFQ_PRIOCSCAN
631.1Snonaka
641.1Snonaka# Diagnostic/debugging support options
651.74Snonaka#options 	DIAGNOSTIC	# cheap kernel consistency checks
661.1Snonaka#options 	DEBUG		# expensive debugging checks/support
671.1Snonaka#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
681.1Snonakaoptions 	DDB		# in-kernel debugger
691.32Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
701.1Snonaka#makeoptions	DEBUG="-g"
711.1Snonaka
721.1Snonaka# Compatibility options
731.1Snonakaoptions 	COMPAT_13	# NetBSD 1.3,
741.1Snonakaoptions 	COMPAT_14	# NetBSD 1.4,
751.51Snonakaoptions 	COMPAT_15	# NetBSD 1.5,
761.71Skleinkoptions 	COMPAT_16	# NetBSD 1.6,
771.90Ssimonboptions 	COMPAT_20	# NetBSD 2.0,
781.100Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
791.1Snonakaoptions 	COMPAT_43	# and 4.3BSD
801.30Smanu#options 	COMPAT_LINUX	# Linux binary compatibility
811.25Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
821.84Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
831.1Snonaka
841.1Snonaka# File systems
851.3Snonakafile-system 	FFS		# UFS
861.3Snonakafile-system	EXT2FS		# second extended file system (linux)
871.74Snonaka#file-system	LFS		# log-structured file system
881.1Snonakafile-system 	MFS		# memory file system
891.1Snonakafile-system 	NFS		# Network File System client
901.74Snonaka#file-system	NTFS		# Windows/NT file system (experimental)
911.3Snonakafile-system 	CD9660		# ISO 9660 + Rock Ridge file system
921.3Snonakafile-system 	MSDOSFS		# MS-DOS file system
931.74Snonaka#file-system 	FDESC		# /dev/fd
941.1Snonakafile-system 	KERNFS		# /kern
951.3Snonakafile-system 	NULLFS		# loopback file system
961.74Snonaka#file-system	OVERLAY		# overlay file system
971.74Snonaka#file-system 	PORTAL		# portal filesystem (still experimental)
981.1Snonakafile-system 	PROCFS		# /proc
991.74Snonaka#file-system 	UMAPFS		# NULLFS + uid and gid remapping
1001.3Snonakafile-system 	UNION		# union file system
1011.7Snonaka#file-system	CODA		# Coda File System; also needs vcoda (below)
1021.101Schristosfile-system	PTYFS		# /dev/pts/N support
1031.102Sjmmv#file-system	TMPFS		# experimental - Efficient memory file-system
1041.109Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1051.1Snonaka
1061.1Snonaka# File system options
1071.3Snonakaoptions 	QUOTA		# UFS quotas
1081.74Snonaka#options 	FFS_EI		# FFS Endian Independant support
1091.9Sfvdloptions 	SOFTDEP		# FFS soft updates support.
1101.86Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1111.3Snonakaoptions 	NFSSERVER	# Network File System server
1121.106Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1131.1Snonaka#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1141.1Snonaka 				# immutable) behave as system flags.
1151.1Snonaka
1161.1Snonaka# Networking options
1171.1Snonaka#options 	GATEWAY		# packet forwarding
1181.1Snonakaoptions 	INET		# IP + ICMP + TCP + UDP
1191.1Snonakaoptions 	INET6		# IPv6
1201.1Snonaka#options 	IPSEC		# IP security
1211.1Snonaka#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1221.95Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1231.1Snonaka#options 	IPSEC_DEBUG	# debug for IP security
1241.1Snonaka#options 	MROUTING	# IP multicast routing
1251.82Smanu#options 	PIM		# Protocol Independent Multicast
1261.74Snonaka#options 	NETATALK	# AppleTalk networking protocols
1271.1Snonakaoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1281.1Snonakaoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1291.1Snonakaoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1301.1Snonakaoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1311.1Snonakaoptions 	IPFILTER_LOG	# ipmon(8) log support
1321.127Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
1331.56Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1341.25Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1351.1Snonaka
1361.78Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1371.78Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1381.78Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1391.78Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1401.78Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1411.78Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1421.78Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1431.78Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1441.78Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1451.78Sabs#options 	ALTQ_RED	# Random Early Detection
1461.78Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1471.78Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1481.78Sabs
1491.1Snonaka# These options enable verbose messages for several subsystems.
1501.1Snonaka# Warning, these may compile large string tables into the kernel!
1511.74Snonaka#options 	MIIVERBOSE	# verbose PHY autoconfig messages
1521.1Snonakaoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1531.2Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1541.74Snonaka#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1551.3Snonakaoptions 	SCSIVERBOSE	# human readable SCSI error messages
1561.14Snonaka#options 	USBVERBOSE	# verbose USB device autoconfig messages
1571.49Snonaka#options 	RESIDUAL_DATA_DUMP	# verbosely dump residual data
1581.115Sgarbled#options		NVRAM_DUMP	# verbosely dump contents of nvram.
1591.115Sgarbled				# Warning: output may not be ascii!
1601.1Snonaka
1611.74Snonaka#options 	NFS_BOOT_BOOTP
1621.1Snonakaoptions 	NFS_BOOT_BOOTPARAM
1631.1Snonakaoptions 	NFS_BOOT_DHCP
1641.1Snonaka
1651.1Snonaka#
1661.1Snonaka# wscons options
1671.1Snonaka#
1681.1Snonaka# builtin terminal emulations
1691.1Snonakaoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1701.1Snonaka# different kernel output - see dev/wscons/wsdisplayvar.h
1711.1Snonakaoptions 	WS_KERNEL_FG=WSCOL_GREEN
1721.1Snonaka#options 	WS_KERNEL_BG=WSCOL_BLACK
1731.117Sdrochner# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
1741.1Snonaka#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1751.1Snonaka# allocate a number of virtual screens at autoconfiguration time
1761.1Snonaka#options 	WSDISPLAY_DEFAULTSCREENS=4
1771.1Snonaka# use a large software cursor that doesn't blink
1781.1Snonakaoptions 	PCDISPLAY_SOFTCURSOR
1791.1Snonaka
1801.1Snonaka# Kernel root file system and dump configuration.
1811.1Snonakaconfig	netbsd	root on ? type ?
1821.46Smycroft#config	netbsd	root on tlp0 type nfs
1831.74Snonaka#config	netbsd	root on pcn0 type nfs
1841.1Snonaka
1851.14Snonaka
1861.1Snonaka#
1871.1Snonaka# Device configuration
1881.1Snonaka#
1891.1Snonaka
1901.1Snonakamainbus0 at root
1911.1Snonakacpu0	at mainbus0
1921.1Snonaka
1931.14Snonaka
1941.1Snonaka# Basic Bus Support
1951.1Snonaka
1961.1Snonaka# PCI bus support
1971.1Snonakapci0	at mainbus0 bus ?
1981.1Snonakapci*	at pchb? bus ?
1991.3Snonakapci*	at ppb? bus ?
2001.1Snonaka
2011.1Snonaka# PCI bridges
2021.1Snonakapchb*	at pci? dev ? function ?	# PCI-Host bridges
2031.4Skleinkppb*	at pci? dev ? function ?	# PCI-PCI bridges
2041.1Snonakapcib*	at pci? dev ? function ?	# PCI-ISA bridges
2051.113Sgarbledpceb*	at pci? dev ? function ?	# PCI-EISA bridges
2061.113Sgarbled
2071.113Sgarbled# EISA bus support
2081.113Sgarbledeisa*	at pceb?
2091.1Snonaka
2101.1Snonaka# ISA bus support
2111.1Snonakaisa*	at pcib?			# ISA on PCI-ISA bridge
2121.113Sgarbledisa*	at pceb?
2131.1Snonaka
2141.14Snonaka# PCMCIA bus support
2151.14Snonakapcmcia* at pcic? controller ? socket ?
2161.14Snonaka
2171.14Snonaka# ISA PCMCIA controllers
2181.14Snonakapcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
2191.14Snonaka
2201.14Snonaka#options 	PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
2211.14Snonaka#options 	PCIC_ISA_ALLOC_IOBASE=0x0400
2221.14Snonaka#options 	PCIC_ISA_ALLOC_IOSIZE=0x0100
2231.14Snonaka
2241.16Stsutsui# ISA Plug-and-Play bus support
2251.74Snonaka#isapnp0	at isa?
2261.14Snonaka
2271.51Snonaka# on-board I/O for IBM Personal Power Series 830 IDE controller
2281.114Sgarbledpnpbus0	at mainbus0
2291.51Snonaka
2301.1Snonaka# Console Devices
2311.1Snonaka
2321.1Snonaka# wscons
2331.1Snonakapckbc0		at isa?			# pc keyboard controller
2341.1Snonakapckbd*		at pckbc?		# PC keyboard
2351.1Snonakapms*		at pckbc?		# PS/2 mouse for wsmouse
2361.1Snonakavga*		at pci?
2371.1Snonakawsdisplay*	at vga? console ?
2381.1Snonakawskbd*		at pckbd? console ?
2391.1Snonakawsmouse*	at pms? mux 0
2401.1Snonaka
2411.91Scubeattimer0	at isa?			# AT Timer
2421.1Snonakapcppi0	at isa?				# PC prog. periph. interface
2431.1Snonakaisabeep0 at pcppi?			# "keyboard" beep
2441.1Snonaka
2451.120Sgarbled#mcclock0 at isa? port 0x70		# mc146818 and compatible
2461.120Sgarbledmcclock* at pnpbus?			# mc146818 and compatible
2471.120Sgarbledmkclock* at pnpbus?			# mk48t18 and compatible
2481.1Snonaka
2491.115Sgarblednvram*	at pnpbus?
2501.14Snonaka
2511.72Sjonathan# Cryptographic Devices
2521.72Sjonathan
2531.72Sjonathan# PCI cryptographic devices
2541.73She#hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
2551.73She#ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
2561.72Sjonathan
2571.72Sjonathan
2581.1Snonaka# Serial Devices
2591.1Snonaka
2601.1Snonaka# ISA serial interfaces
2611.1Snonakacom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
2621.1Snonakacom1	at isa? port 0x2f8 irq 3
2631.1Snonaka
2641.14Snonaka# PCMCIA serial interfaces
2651.14Snonakacom*	at pcmcia? function ?		# Modems and serial cards
2661.14Snonaka
2671.74Snonaka#pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
2681.74Snonaka#com*	at pcmcom? slave ?		# ...and the slave devices
2691.14Snonaka
2701.14Snonaka
2711.1Snonaka# Parallel Printer Interfaces
2721.1Snonaka
2731.1Snonaka# ISA parallel printer interfaces
2741.1Snonakalpt0	at isa? port 0x3bc irq 7	# standard PC parallel ports
2751.1Snonaka
2761.14Snonaka
2771.3Snonaka# SCSI Controllers and Devices
2781.3Snonaka
2791.3Snonaka# PCI SCSI controllers
2801.74Snonaka#adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
2811.23Snonakaahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
2821.74Snonaka#iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
2831.74Snonaka#pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
2841.21Snonakasiop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
2851.67Sbouyeresiop*	at pci? dev ? function ?	# Symbios 53c875 SCSI and newer
2861.4Skleink
2871.14Snonaka# PCMCIA SCSI controllers
2881.14Snonakaaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
2891.123Shubertfspc* 	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
2901.14Snonaka
2911.4Skleink# SCSI bus support
2921.74Snonaka#scsibus* at adw?
2931.23Snonakascsibus* at ahc?
2941.14Snonakascsibus* at aic?
2951.74Snonaka#scsibus* at iha?
2961.74Snonaka#scsibus* at pcscp?
2971.21Snonakascsibus* at siop?
2981.123Shubertfscsibus* at spc?
2991.67Sbouyerscsibus* at esiop?
3001.3Snonaka
3011.3Snonaka# SCSI devices
3021.3Snonakasd*	at scsibus? target ? lun ?	# SCSI disk drives
3031.3Snonakast*	at scsibus? target ? lun ?	# SCSI tape drives
3041.3Snonakacd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
3051.74Snonaka#ch*	at scsibus? target ? lun ?	# SCSI autochangers
3061.74Snonaka#ss*	at scsibus? target ? lun ?	# SCSI scanners
3071.3Snonakauk*	at scsibus? target ? lun ?	# SCSI unknown
3081.3Snonaka
3091.7Snonaka# IDE and related devices
3101.7Snonaka
3111.114Sgarbled# IDE controller found on most Power Personal machines
3121.114Sgarbledwdc*	at pnpbus?
3131.114Sgarbled
3141.114Sgarbled#fdc0 at pnpbus?	# standard ISA floppy controller
3151.114Sgarbled#fd0 at fdc0 drive ?
3161.51Snonaka
3171.51Snonaka# ISA Plug-and-Play IDE controllers
3181.74Snonaka#wdc*	at isapnp?
3191.51Snonaka
3201.14Snonaka# PCMCIA IDE controllers
3211.14Snonakawdc*	at pcmcia? function ?
3221.14Snonaka
3231.70Slukem# ATA (IDE) bus support
3241.70Slukematabus* at ata?
3251.69Sbouyer
3261.14Snonaka# IDE drives
3271.14Snonaka# Flags are used only with controllers that support DMA operations
3281.14Snonaka# and mode settings (e.g. some pciide controllers)
3291.14Snonaka# The lowest order four bits (rightmost digit) of the flags define the PIO
3301.14Snonaka# mode to use, the next set of four bits the DMA mode and the third set the
3311.14Snonaka# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
3321.14Snonaka# to use, and the last bit must be 1 for this setting to be used.
3331.14Snonaka# For DMA and UDMA, 0xf (1111) means 'disable'.
3341.14Snonaka# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
3351.14Snonaka# (0xc=1100, 0xa=1010, 0xf=1111)
3361.14Snonaka# 0x0000 means "use whatever the drive claims to support".
3371.69Sbouyerwd*	at atabus? drive ? flags 0x0000
3381.14Snonaka
3391.14Snonaka# ATAPI bus support
3401.70Slukematapibus* at atapi?
3411.14Snonaka
3421.7Snonaka# ATAPI devices
3431.7Snonaka# flags have the same meaning as for IDE drives.
3441.14Snonakacd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
3451.14Snonakasd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
3461.14Snonakauk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
3471.14Snonaka
3481.62Smatt# Miscellaneous mass storage devices
3491.62Smatt
3501.62Smatt# ISA Floppy
3511.74Snonaka#fdc0 at isa? port 0x3f0 irq 6 drq 2	# standard ISA floppy controller
3521.74Snonaka#fd0 at fdc0 drive ?
3531.7Snonaka
3541.1Snonaka# Network Interfaces
3551.1Snonaka
3561.1Snonaka# PCI network interfaces
3571.1Snonakaep*	at pci? dev ? function ?	# 3Com 3c59x
3581.47Skleinkex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
3591.23Snonakafxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
3601.1Snonakane*	at pci? dev ? function ?	# NE2000-compatible Ethernet
3611.29Stsutsuipcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
3621.23Snonakartk*	at pci? dev ? function ?	# Realtek 8129/8139
3631.29Stsutsuisip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
3641.46Smycrofttlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
3651.3Snonakavr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
3661.1Snonaka
3671.121Sgarbled# pnpbus network interfaces
3681.121Sgarbledwe*	at pnpbus?			# WD/SMC Ethernet
3691.121Sgarbled
3701.18Stsutsui# ISA network interfaces
3711.74Snonaka#ep*	at isa? port ? irq ?		# 3Com 3c509 Ethernet
3721.74Snonaka#ne0	at isa? port 0x280 irq 9	# NE2000-compatible Ethernet
3731.74Snonaka#ne1	at isa? port 0x300 irq 10
3741.74Snonaka#we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
3751.121Sgarbledwe1	at isa? port 0x300 iomem 0xe8000 irq 11
3761.18Stsutsui
3771.16Stsutsui# ISA Plug-and-Play network intefaces
3781.74Snonaka#ep*	at isapnp?			# 3Com 3c509 Ethernet
3791.74Snonaka#ne*	at isapnp?			# NE2000-compatible Ethernet
3801.16Stsutsui
3811.14Snonaka# PCMCIA network interfaces
3821.14Snonakaep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3831.14Snonakane*	at pcmcia? function ?		# NE2000-compatible Ethernet
3841.14Snonaka
3851.1Snonaka# MII/PHY support
3861.7Snonakadmphy*	at mii? phy ?			# Davicom DM9101 PHYs
3871.7Snonakaexphy*	at mii? phy ?			# 3Com internal PHYs
3881.41Swizicsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
3891.7Snonakainphy*	at mii? phy ?			# Intel 82555 PHYs
3901.7Snonakaiophy*	at mii? phy ?			# Intel 82553 PHYs
3911.7Snonakalxtphy* at mii? phy ?			# Level One LXT-970 PHYs
3921.7Snonakansphy*	at mii? phy ?			# NS83840 PHYs
3931.7Snonakansphyter* at mii? phy ?			# NS83843 PHYs
3941.7Snonakaqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
3951.7Snonakasqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
3961.7Snonakatlphy*	at mii? phy ?			# ThunderLAN PHYs
3971.7Snonakatqphy*	at mii? phy ?			# TDK Semiconductor PHYs
3981.3Snonakaukphy*	at mii? phy ?			# generic unknown PHYs
3991.3Snonaka
4001.14Snonaka
4011.7Snonaka# USB Controller and Devices
4021.7Snonaka
4031.7Snonaka# PCI USB controllers
4041.14Snonaka#uhci*	at pci? dev ? function ?	# Universal Host Controller (Intel)
4051.14Snonaka#ohci*	at pci? dev ? function ?	# Open Host Controller
4061.7Snonaka
4071.7Snonaka# USB bus support
4081.14Snonaka#usb*	at uhci?
4091.14Snonaka#usb*	at ohci?
4101.7Snonaka
4111.7Snonaka# USB Hubs
4121.14Snonaka#uhub*	at usb?
4131.14Snonaka#uhub*	at uhub? port ? configuration ? interface ?
4141.7Snonaka
4151.38Saugustss# USB HID device
4161.38Saugustss#uhidev*	at uhub? port ? configuration ? interface ?
4171.38Saugustss
4181.7Snonaka# USB Mice
4191.38Saugustss#ums*	at uhidev? reportid ?
4201.14Snonaka#wsmouse* at ums? mux 0
4211.7Snonaka
4221.7Snonaka# USB Keyboards
4231.38Saugustss#ukbd*	at uhidev? reportid ?
4241.14Snonaka#wskbd*	at ukbd? console ? mux 1
4251.7Snonaka
4261.125Sskrll# USB serial adapter
4271.99Sskrll#ucycom*	at uhidev? reportid ?
4281.99Sskrll
4291.7Snonaka# USB Generic HID devices
4301.38Saugustss#uhid*	at uhidev? reportid ?
4311.7Snonaka
4321.7Snonaka# USB Printer
4331.14Snonaka#ulpt*	at uhub? port ? configuration ? interface ?
4341.7Snonaka
4351.7Snonaka# USB Modem
4361.14Snonaka#umodem* at uhub? port ? configuration ?
4371.14Snonaka#ucom*	at umodem?
4381.7Snonaka
4391.7Snonaka# USB Mass Storage
4401.14Snonaka#umass*	at uhub? port ? configuration ? interface ?
4411.14Snonaka#scsibus* at umass? channel ?
4421.69Sbouyer#atapibus* at umass?
4431.7Snonaka
4441.7Snonaka# USB audio
4451.14Snonaka#uaudio* at uhub? port ? configuration ?
4461.7Snonaka
4471.7Snonaka# USB Ethernet adapters
4481.14Snonaka#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
4491.83Saugustss#axe*	at uhub? port ?		# ASIX AX88172 based adapters
4501.14Snonaka#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
4511.14Snonaka#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
4521.64Saugustss#url*	at uhub? port ?		# Realtek RTL8150L based adapters
4531.68Sitojun#udav*	at uhub? port ?		# Davicom DM9601 based adapters
4541.7Snonaka
4551.112Shira# Prolific PL2301/PL2302 host-to-host adapter
4561.14Snonaka#upl*	at uhub? port ?
4571.7Snonaka
4581.7Snonaka# Serial adapters
4591.52Snonaka#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
4601.7Snonaka#ucom*	at uftdi? portno ?
4611.52Snonaka
4621.52Snonaka#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
4631.52Snonaka#ucom*	at umct? portno ?
4641.52Snonaka
4651.52Snonaka#uplcom* at uhub? port ?	# I/O DATA USB-RSAQ2 serial adapter
4661.52Snonaka#ucom*	at uplcom? portno ?
4671.52Snonaka
4681.52Snonaka#uvscom* at uhub? port ?	# SUNTAC Slipper U VS-10U serial adapter
4691.52Snonaka#ucom*	at uvscom? portno ?
4701.7Snonaka
4711.7Snonaka# Diamond Multimedia Rio 500
4721.14Snonaka#urio*	at uhub? port ?
4731.7Snonaka
4741.7Snonaka# USB Handspring Visor
4751.14Snonaka#uvisor* at uhub? port ?
4761.14Snonaka#ucom*	at uvisor?
4771.17Saugustss
4781.92Sitohy# Kyocera AIR-EDGE PHONE
4791.92Sitohy#ukyopon* at uhub? port ?
4801.92Sitohy#ucom*	at ukyopon? portno ?
4811.92Sitohy
4821.17Saugustss# Y@P firmware loader
4831.17Saugustss#uyap* at uhub? port ?
4841.14Snonaka
4851.14Snonaka# USB Generic driver
4861.14Snonaka#ugen*	at uhub? port ?
4871.13Saugustss
4881.13Saugustss# USB scanners
4891.14Snonaka#uscanner* at uhub? port ?
4901.7Snonaka
4911.7Snonaka
4921.3Snonaka# Audio device
4931.3Snonaka
4941.16Stsutsui# ISA Plug-and-Play audio devices
4951.23Snonaka#wss*	at isapnp?			# CS4232
4961.16Stsutsui
4971.7Snonaka# Audio support
4981.23Snonaka#audio*	at uaudio?
4991.16Stsutsui#audio*	at wss?
5001.7Snonaka
5011.3Snonaka# MIDI support
5021.74Snonaka#midi*	at pcppi?		# MIDI interface to the PC speaker
5031.3Snonaka
5041.3Snonaka# The spkr driver provides a simple tone interface to the built in speaker.
5051.74Snonaka#spkr0	at pcppi?		# PC speaker
5061.1Snonaka
5071.51Snonaka
5081.1Snonaka# Joysticks
5091.1Snonaka
5101.51Snonaka# ISA Plug-and-Play joysticks
5111.74Snonaka#joy*	at isapnp?			# Game ports (usually on audio cards)
5121.51Snonaka
5131.1Snonaka# ISA joysticks. Probe is a little strange; add only if you have one.
5141.51Snonaka#joy0	at isa? port 0x201
5151.14Snonaka
5161.118Sgarbled# Pull in optional local configuration
5171.118Sgarbledinclude "arch/prep/conf/GENERIC.local"
5181.1Snonaka
5191.1Snonaka# Pseudo-Devices
5201.1Snonaka
5211.73She# Not yet ready -- prep lacks generic soft interrupts
5221.104Sthorpej#pseudo-device 	crypto		# /dev/crypto device
5231.105Sthorpej#pseudo-device	swcrypto	# software crypto implementation
5241.72Sjonathan
5251.1Snonaka# disk/mass storage pseudo-devices
5261.1Snonakapseudo-device	ccd		4	# concatenated/striped disk devices
5271.58Selric#pseudo-device	cgd		4	# cryptographic disk devices
5281.119Sgarbledpseudo-device	raid		8	# RAIDframe disk driver
5291.119Sgarbledoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5301.39Soster# Options to enable various other RAIDframe RAID types.
5311.39Soster# options	RF_INCLUDE_EVENODD=1
5321.39Soster# options	RF_INCLUDE_RAID5_RS=1
5331.39Soster# options	RF_INCLUDE_PARITYLOGGING=1
5341.39Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
5351.39Soster# options	RF_INCLUDE_INTERDECLUSTER=1
5361.39Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
5371.39Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
5381.87Shannkenpseudo-device	fss		4	# file system snapshot device
5391.1Snonakapseudo-device	md		1	# memory disk device (ramdisk)
5401.111Scubepseudo-device	vnd			# disk-like interface to files
5411.96Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
5421.1Snonaka
5431.1Snonaka# network pseudo-devices
5441.1Snonakapseudo-device	loop			# network loopback
5451.110Srpaulopseudo-device	bpfilter		# Berkeley packet filter
5461.122Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
5471.1Snonakapseudo-device	ipfilter		# IP filter (firewall) and NAT
5481.111Scubepseudo-device	ppp			# Point-to-Point Protocol
5491.37Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
5501.114Sgarbled#pseudo-device	sl			# Serial Line IP
5511.111Scubepseudo-device	strip			# Starmode Radio IP (Metricom)
5521.111Scubepseudo-device	tun			# network tunneling over tty
5531.85Scubepseudo-device	tap			# virtual Ethernet
5541.111Scubepseudo-device	gre			# generic L3 over IP tunnel
5551.111Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
5561.111Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
5571.116Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
5581.15Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
5591.34Satatatpseudo-device	bridge			# simple inter-network bridging
5601.65Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
5611.1Snonaka
5621.1Snonaka# miscellaneous pseudo-devices
5631.12Sjdolecekpseudo-device	pty			# pseudo-terminals
5641.74Snonaka#pseudo-device	sequencer	1	# MIDI sequencer
5651.7Snonakapseudo-device	rnd			# /dev/random and in-kernel generator
5661.32Slukem#options 	RND_COM			# use "com" randomness as well
5671.53Slukempseudo-device	clockctl		# user control of clock subsystem
5681.66Sraggepseudo-device	ksyms			# /dev/ksyms
5691.77Sitojun#pseudo-device	pf			# PF packet filter
5701.77Sitojun#pseudo-device	pflog			# PF log if
5711.1Snonaka
5721.1Snonaka# a pseudo device needed for Coda	# also needs CODA (above)
5731.7Snonaka#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
5741.1Snonaka
5751.35Skleink# wscons pseudo-devices
5761.35Skleinkpseudo-device	wsmux			# mouse & keyboard multiplexor
5771.35Skleinkpseudo-device	wsfont
5781.107Selad
5791.107Selad# Veriexec
5801.107Selad#
5811.107Selad# a pseudo device needed for veriexec
5821.107Selad#pseudo-device	veriexec		1
5831.107Selad#
5841.107Selad# Uncomment the fingerprint methods below that are desired. Note that
5851.107Selad# removing fingerprint methods will have almost no impact on the kernel
5861.107Selad# code size.
5871.107Selad#
5881.107Selad#options VERIFIED_EXEC_FP_RMD160
5891.107Selad#options VERIFIED_EXEC_FP_SHA256
5901.107Selad#options VERIFIED_EXEC_FP_SHA384
5911.107Selad#options VERIFIED_EXEC_FP_SHA512
5921.107Selad#options VERIFIED_EXEC_FP_SHA1
5931.107Selad#options VERIFIED_EXEC_FP_MD5
594