GENERIC revision 1.183
11.183Smanu# $NetBSD: GENERIC,v 1.183 2014/11/12 10:47:21 manu Exp $
21.1Sjonathan#
31.58Sgmcgarry# GENERIC machine description file
41.166Stsutsui#
51.58Sgmcgarry# This machine description file is used to generate the default NetBSD
61.58Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.58Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Sjonathan#
91.58Sgmcgarry# The machine description file can be customised for your specific
101.58Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.58Sgmcgarry#
121.58Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.58Sgmcgarry# man page.
141.58Sgmcgarry#
151.58Sgmcgarry# For further information on hardware support for this architecture, see
161.58Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.58Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.58Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.58Sgmcgarry# device.
201.1Sjonathan
211.23Ssodainclude		"arch/arc/conf/std.arc"
221.24Ssoda
231.68Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.68Satatat
251.183Smanu#ident		"GENERIC-$Revision: 1.183 $"
261.1Sjonathan
271.27Ssodamaxusers	32		# estimated number of users
281.27Ssoda
291.45Ssoda# Platform support
301.86Stsutsuioptions 	PLATFORM_ACER_PICA_61		# PICA, NEC ImageRISCstation
311.87Stsutsuioptions 	PLATFORM_DESKTECH_ARCSTATION_I	# DeskStation rPC44
321.87Stsutsuioptions 	PLATFORM_DESKTECH_TYNE		# DeskStation Tyne
331.45Ssodaoptions 	PLATFORM_MICROSOFT_JAZZ		# MIPS Magnum
341.77Stsutsuioptions 	PLATFORM_NEC_J96A		# NEC Express 5800/240 EISA R4K
351.45Ssodaoptions 	PLATFORM_NEC_JC94		# NEC Express 5800/230 PCI R4K
361.45Ssodaoptions 	PLATFORM_NEC_R94		# NEC RISCstation 2200 EISA
371.56Slukemoptions 	PLATFORM_NEC_R96	# NEC Express RISCserver, RISCserver 2200
381.45Ssodaoptions 	PLATFORM_NEC_RAX94		# NEC RISCstation 2200 PCI
391.45Ssodaoptions 	PLATFORM_NEC_RD94		# NEC RISCstation 2250
401.45Ssodaoptions 	PLATFORM_SNI_RM200PCI
411.45Ssoda
421.155Stsutsui# CPU related options
431.155Stsutsuimakeoptions	CPUFLAGS="-march=mips3 -mabi=32"
441.155Stsutsui
451.27Ssoda# Standard system options
461.1Sjonathan
471.23Ssodaoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
481.27Ssodaoptions 	NTP		# NTP phase/frequency locked loop
491.1Sjonathan
501.27Ssodaoptions 	KTRACE		# system call tracing via ktrace(1)
511.1Sjonathan
521.10Slukemoptions 	SYSVMSG		# System V-like message queues
531.10Slukemoptions 	SYSVSEM		# System V-like semaphores
541.10Slukemoptions 	SYSVSHM		# System V-like memory sharing
551.61Sjdolecek
561.70Slukemoptions 	USERCONF	# userconf(4) support
571.81Stsutsui#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
581.104Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
591.75Sjunyoung
601.166Stsutsui# Enable experimental buffer queue strategy for better responsiveness under
611.75Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
621.115Stsutsui#options 	BUFQ_READPRIO
631.115Stsutsui#options 	BUFQ_PRIOCSCAN
641.27Ssoda
651.27Ssoda# Diagnostic/debugging support options
661.125Schs#options 	DIAGNOSTIC		# cheap kernel consistency checks
671.55Slukem#options 	DEBUG			# expensive debugging checks/support
681.55Slukem#options 	KMEMSTATS		# kernel memory statistics (vmstat -m)
691.55Slukemoptions 	DDB			# in-kernel debugger
701.27Ssoda#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
711.55Slukem#options 	KGDB			# remote gdb
721.55Slukem#options 	KGDB_DEVRATE=19200	# kernel gdb port rate (default 9600)
731.55Slukem#options 	KGDB_DEV="17*256+0"	# device for kernel gdb
741.55Slukem#makeoptions	DEBUG="-g"		# compile full symbol table
751.27Ssoda
761.27Ssoda# Compatibility options
771.47Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
781.27Ssodaoptions 	COMPAT_10	# NetBSD 1.0,
791.27Ssodaoptions 	COMPAT_11	# NetBSD 1.1,
801.27Ssodaoptions 	COMPAT_12	# NetBSD 1.2,
811.27Ssodaoptions 	COMPAT_13	# NetBSD 1.3,
821.27Ssodaoptions 	COMPAT_14	# NetBSD 1.4,
831.144Smanuoptions 	COMPAT_15	# NetBSD 1.5,
841.92Stsutsuioptions 	COMPAT_16	# NetBSD 1.6,
851.109Stsutsuioptions 	COMPAT_20	# NetBSD 2.0,
861.147Stsutsuioptions 	COMPAT_30	# NetBSD 3.0,
871.182Sdhollandoptions 	COMPAT_40	# NetBSD 4.0,
881.182Sdhollandoptions 	COMPAT_50	# NetBSD 5.0,
891.182Sdhollandoptions 	COMPAT_60	# NetBSD 6.0, and
901.182Sdhollandoptions 	COMPAT_70	# NetBSD 7.0 binary compatibility.
911.27Ssodaoptions 	COMPAT_43	# and 4.3BSD
921.27Ssodaoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
931.123Stsutsuioptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
941.27Ssoda
951.27Ssoda# mipsel specific
961.27Ssodaoptions 	COMPAT_ULTRIX	# Ultrix binary compatibility
971.27Ssodaoptions 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
981.1Sjonathan
991.27Ssoda# File systems
1001.6Sthorpejfile-system 	FFS		# fast filesystem
1011.27Ssodafile-system 	EXT2FS		# second extended file system (linux)
1021.27Ssodafile-system 	LFS		# log-structured file system
1031.27Ssodafile-system 	MFS		# memory file system
1041.27Ssodafile-system 	NTFS		# Windows/NT file system (experimental)
1051.23Ssodafile-system 	CD9660		# ISO 9660 + Rock Ridge file system
1061.27Ssodafile-system 	MSDOSFS		# MS-DOS file system
1071.27Ssodafile-system 	NFS		# Network File System client
1081.27Ssodafile-system 	FDESC		# /dev/fd
1091.27Ssodafile-system 	KERNFS		# /kern
1101.27Ssodafile-system 	NULLFS		# loopback file system
1111.27Ssodafile-system 	OVERLAY		# overlay file system
1121.162Spookafile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
1131.27Ssodafile-system 	PROCFS		# /proc
1141.27Ssodafile-system 	UMAPFS		# NULLFS + uid and gid remapping
1151.27Ssodafile-system 	UNION		# union file system
1161.27Ssoda#file-system	CODA		# Coda File System; also needs vcoda (below)
1171.122Schristosfile-system	PTYFS		# /dev/pts/N support
1181.156Stsutsuifile-system	TMPFS		# Efficient memory file-system
1191.132Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1201.6Sthorpej
1211.27Ssoda# File system options
1221.167Sbouyeroptions 	QUOTA		# legacy UFS quotas
1231.167Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
1241.27Ssoda#options 	FFS_EI		# FFS Endian Independent support
1251.169Sdhollandoptions 	WAPBL		# File system journaling support
1261.123Stsutsui#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1271.27Ssodaoptions 	NFSSERVER	# Network File System server
1281.27Ssoda#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1291.27Ssoda				# immutable) behave as system flags.
1301.129Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1311.183Smanuoptions 	UFS_EXTATTR	# Extended attribute support for UFS1
1321.183Smanuoptions 	UFS_EXTATTR_AUTOSTART
1331.183Smanuoptions 	UFS_EXTATTR_AUTOCREATE=1024
1341.20Sitojun
1351.1Sjonathan# Networking options
1361.23Ssoda#options 	GATEWAY		# IP packet forwarding
1371.27Ssodaoptions 	INET		# IP + ICMP + TCP + UDP
1381.27Ssodaoptions 	INET6		# IPV6
1391.20Sitojun#options 	IPSEC		# IP security
1401.20Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1411.27Ssoda#options 	MROUTING	# IP multicast routing
1421.105Smanu#options 	PIM		# Protocol Independent Multicast
1431.27Ssodaoptions 	NETATALK	# AppleTalk networking protocols
1441.27Ssodaoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1451.27Ssodaoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1461.27Ssodaoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1471.27Ssodaoptions 	IPFILTER_LOG	# ipmon(8) log support
1481.143Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
1491.164Smrgoptions 	IPFILTER_COMPAT # Compat for IP-Filter
1501.72Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1511.47Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1521.27Ssoda
1531.102Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1541.102Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1551.102Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1561.102Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1571.102Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1581.102Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1591.102Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1601.102Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1611.102Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1621.102Sabs#options 	ALTQ_RED	# Random Early Detection
1631.102Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1641.102Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1651.102Sabs
1661.180Salnsn# JIT compiler for bpfilter
1671.180Salnsn#options	SLJIT
1681.180Salnsn#options	BPFJIT
1691.180Salnsn
1701.27Ssoda# These options enable verbose messages for several subsystems.
1711.27Ssoda# Warning, these may compile large string tables into the kernel!
1721.27Ssoda#options 	EISAVERBOSE	# verbose EISA device autoconfig messages
1731.79Stsutsuioptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1741.31Ssodaoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1751.28Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1761.27Ssodaoptions 	SCSIVERBOSE	# human readable SCSI error messages
1771.37Sur
1781.37Sur# wscons terminal emulation
1791.37Suroptions 	WSEMUL_VT100	# VT100 emulation
1801.171Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1811.23Ssoda
1821.25Ssoda# Kernel root file system and dump configuration.
1831.27Ssodaoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1841.27Ssodaconfig		netbsd	root on ? type ?
1851.27Ssoda#config		netbsd	root on sd0a type ffs
1861.27Ssoda#config		netbsd	root on ? type nfs
1871.1Sjonathan
1881.23Ssoda#
1891.27Ssoda# Device configuration
1901.23Ssoda#
1911.27Ssoda
1921.1Sjonathanmainbus0	at root
1931.1Sjonathancpu*		at mainbus0
1941.1Sjonathan
1951.41Sur#### Jazz-Internal bus devices
1961.23Ssoda
1971.45Ssoda# PLATFORM_ACER_PICA_61
1981.45Ssoda# PLATFORM_MICROSOFT_JAZZ
1991.77Stsutsui# PLATFORM_NEC_J96A
2001.45Ssoda# PLATFORM_NEC_JC94
2011.45Ssoda# PLATFORM_NEC_R94
2021.45Ssoda# PLATFORM_NEC_R96
2031.45Ssoda# PLATFORM_NEC_RAX94
2041.45Ssoda# PLATFORM_NEC_RD94
2051.45Ssodajazzio*		at mainbus0	# Jazz-Internal bus host bridge.
2061.45Ssoda
2071.45Ssodatimer0		at jazzio?
2081.45Ssodamcclock0 	at jazzio?
2091.41Sur#pc0		at jazzio?
2101.41Sur#opms0		at jazzio?
2111.41Survga0		at jazzio?	# Jazz localbus VGA
2121.41Surpckbc0		at jazzio?	# PC keyboard controller
2131.41Surcom0		at jazzio?
2141.41Surcom1		at jazzio?
2151.41Surlpt0		at jazzio?
2161.41Sursn0		at jazzio?
2171.1Sjonathan
2181.41Surfdc0		at jazzio?
2191.1Sjonathanfd*		at fdc? drive ?
2201.1Sjonathan
2211.85Stsutsuiasc0		at jazzio? flags 0x000000	# NCR53C9x SCSI
2221.83Stsutsuiosiop*		at jazzio? flags 0x00000	# NCR53C710 SCSI
2231.83Stsutsuioosiop* 	at jazzio?			# NCR53C700 SCSI
2241.33Ssoda
2251.27Ssoda#### ISA bus devices
2261.23Ssoda
2271.45Ssoda# PLATFORM_ACER_PICA_61
2281.45Ssoda# PLATFORM_MICROSOFT_JAZZ
2291.77Stsutsui# PLATFORM_NEC_J96A
2301.45Ssoda# PLATFORM_NEC_R94
2311.45Ssoda# PLATFORM_NEC_R96
2321.45Ssodajazzisabr*	at mainbus0	# Jazz-(E)ISA bus bridge.
2331.45Ssodaisa*		at jazzisabr?
2341.45Ssoda
2351.45Ssoda# PLATFORM_DESKTECH_ARCSTATION_I
2361.87Stsutsuiarcsisabr*	at mainbus0	# DeskStation rPC44 ISA host bridge.
2371.45Ssodaisa*		at arcsisabr?
2381.45Ssoda
2391.45Ssoda# PLATFORM_DESKTECH_TYNE
2401.87Stsutsuityneisabr*	at mainbus0	# DeskStation Tyne ISA host bridge.
2411.45Ssodaisa*		at tyneisabr?
2421.45Ssoda
2431.27Ssoda#isadma0 	at isa?
2441.23Ssoda
2451.90Stsutsuiisapnp0 	at isa?
2461.90Stsutsui
2471.45Ssodatimer0		at isa? port 0x40 irq 0
2481.45Ssodamcclock0 	at isa? port 0x70
2491.23Ssoda
2501.88Stsutsui#pc0		at isa? irq 1			# generic PC console device
2511.88Stsutsui#opms0		at isa? irq 12			# PS/2 auxiliary port mouse
2521.80Stsutsuivga0		at isa?
2531.80Stsutsui#options 	VGA_RASTERCONSOLE
2541.80Stsutsuioptions 	VGA_RESET
2551.88Stsutsuipckbc0		at isa?				# PC keyboard controller
2561.23Ssodacom0		at isa? port 0x3f8 irq 4
2571.23Ssodacom1		at isa? port 0x2f8 irq 3
2581.23Ssodacom2		at isa? port 0x3e8 irq 4
2591.23Ssodacom3		at isa? port 0x2e8 irq 3
2601.27Ssodaast0		at isa? port 0x1a0 irq 3	# AST 4-port serial cards
2611.27Ssodacom*		at ast? slave ?
2621.27Ssoda
2631.27Ssoda# Joystick driver. Probe is a little strange; add only if you have one.
2641.27Ssoda#joy0		at isa? port 0x201
2651.23Ssoda
2661.23Ssoda# ISA ST506, ESDI, and IDE controllers
2671.23Ssoda# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
2681.23Ssoda# fall back to 16bits I/O if 32bits I/O are not functional).
2691.23Ssoda# Some controllers pass the initial 32bit test, but will fail later.
2701.90Stsutsuiwdc0		at isa? port 0x1f0 irq 14 flags 0x00
2711.27Ssoda#wdc1		at isa? port 0x170 irq 15 flags 0x00
2721.90Stsutsuiwdc*		at isapnp?
2731.23Ssoda
2741.27Ssoda# ISA parallel printer interfaces
2751.27Ssodalpt0		at isa? port 0x378 irq 7
2761.27Ssoda
2771.27Ssoda# ISA network interfaces
2781.27Ssoda#ec0		at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
2791.90Stsutsuiep*		at isa? port ? irq ?		# 3C509 ethernet cards
2801.90Stsutsuiep*		at isapnp?			# 3C509B ethernet card
2811.90Stsutsuine0		at isa? port 0x280 irq 9	# NE[12]000 ethernet cards
2821.90Stsutsuine1		at isa? port 0x300 irq 10
2831.90Stsutsuine*		at isapnp?			# NE[12]000 PnP ethernet
2841.90Stsutsuiwe0		at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
2851.90Stsutsuiwe1		at isa? port 0x300 iomem 0xcc000 irq 10
2861.23Ssoda
2871.27Ssoda# XXX - should be configured
2881.27Ssoda#btl0		at isa? port 0x330 irq ? drq ?
2891.23Ssoda
2901.27Ssoda#### PCI bus devices
2911.23Ssoda
2921.45Ssoda# PLATFORM_NEC_JC94
2931.45Ssoda# PLATFORM_NEC_RAX94
2941.45Ssoda# PLATFORM_NEC_RD94
2951.31Ssodanecpb*		at mainbus0	# NEC RISCstation PCI host bridge.
2961.31Ssodapci*		at necpb?
2971.136Stsutsuipci*		at ppb? bus ?
2981.136Stsutsuioptions 	PCI_NETBSD_CONFIGURE
2991.136Stsutsui
3001.136Stsutsuippb*		at pci? dev ? function ?	# PCI-PCI bridges
3011.23Ssoda
3021.98Sjonathan# PCI cryptographic devices
3031.98Sjonathanhifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
3041.98Sjonathanubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
3051.98Sjonathan
3061.80Stsutsui#vga*	 	at pci? dev ? function ?
3071.43Stsutsuitga*		at pci? dev ? function ?	# DEC ZLXp-E[123] Graphics
3081.43Stsutsui
3091.157Stsutsui# PCI SCSI controllers
3101.157Stsutsuiadv*		at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA]
3111.43Stsutsuiahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
3121.44Stsutsuiiha*		at pci? dev ? function ?	# Initio INIC-940/950 SCSI
3131.157Stsutsuinjs*		at pci? dev ? function ?	# Workbit NinjaSCSI-32
3141.52Stsutsuipcscp*		at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
3151.51Stsutsuisiop*		at pci? dev ? function ?	# NCR/Symbios 53c8xx SCSI
3161.91Sbouyeresiop*		at pci? dev ? function ?	# NCR/Symbios 53c875/95/1010
3171.53Stsutsuitrm*		at pci? dev ? function ?	# Tekram DC-395/315 SCSI
3181.31Ssoda
3191.31Ssoda# PCI IDE controllers - see pciide(4) for supported hardware.
3201.31Ssoda# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
3211.31Ssoda# how to set up DMA modes for this chip. This may work, or may cause
3221.31Ssoda# a machine hang with some controllers.
3231.94Sbouyerpciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
3241.94Sbouyeracardide*	at pci? dev ? function ?	# Acard IDE controllers
3251.95Stsutsui#aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
3261.159Stsutsui#artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
3271.94Sbouyercmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
3281.159Stsutsui#cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
3291.94Sbouyerhptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
3301.94Sbouyeroptiide* 	at pci? dev ? function ?	# Opti IDE controllers
3311.94Sbouyerpdcide* 	at pci? dev ? function ?	# Promise IDE controllers
3321.107Sbouyerpdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
3331.96Sthorpejsatalink*	at pci? dev ? function ?	# SiI SATALink controllers
3341.95Stsutsui#siside* 	at pci? dev ? function ?	# SiS IDE controllers
3351.94Sbouyerslide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
3361.157Stsutsuiviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
3371.95Stsutsui
3381.157Stsutsui# PCI network devices
3391.157Stsutsui#an*		at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
3401.157Stsutsuibge*		at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
3411.157Stsutsui#en*		at pci? dev ? function ?	# ENI/Adaptec ATM
3421.157Stsutsuiep*		at pci? dev ? function ?	# 3Com 3c59x
3431.95Stsutsuiepic*		at pci? dev ? function ?	# SMC EPIC/100 Ethernet
3441.157Stsutsui#esh*		at pci? dev ? function ?	# Essential HIPPI card
3451.95Stsutsuiex*		at pci? dev ? function ?	# 3Com 90x[BC]
3461.157Stsutsui#fpa*		at pci? dev ? function ?	# DEC DEFPA FDDI
3471.95Stsutsuifxp*		at pci? dev ? function ?	# Intel EtherExpress PRO
3481.157Stsutsuigsip*		at pci? dev ? function ?	# NS83820 Gigabit Ethernet
3491.157Stsutsui#hme*		at pci? dev ? function ?	# Sun STP2002-STQ
3501.157Stsutsui#le*		at pci? dev ? function ?	# PCnet-PCI Ethernet
3511.159Stsutsui#lmc*		at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
3521.157Stsutsui#mtd*		at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
3531.95Stsutsuine*		at pci? dev ? function ?	# NE2000-compatible
3541.157Stsutsui#ntwoc*		at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
3551.95Stsutsuipcn*		at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
3561.157Stsutsuire*		at pci? dev ? function ?	# Realtek 8139C+/8169/8110S
3571.95Stsutsuirtk*		at pci? dev ? function ?	# Realtek 8129/8139
3581.157Stsutsuisf*		at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
3591.95Stsutsuisip*		at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
3601.157Stsutsui#skc*		at pci? dev ? function ?	# SysKonnect SK9821
3611.157Stsutsui#sk*		at skc?				# SysKonnect SK9821
3621.157Stsutsuiste*		at pci? dev ? function ?	# Sundance ST-201 Ethernet
3631.157Stsutsui#stge*		at pci? dev ? function ?	# Sundance/Tamarack TC9021
3641.159Stsutsui#ti*		at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
3651.157Stsutsuitl*		at pci? dev ? function ?	# ThunderLAN-based Ethernet
3661.95Stsutsuitlp*		at pci? dev ? function ?	# DECchip 21x4x and clones
3671.157Stsutsuivge*		at pci? dev ? function ?	# VIA VT612X Gigabit Ethernet
3681.157Stsutsuivr*		at pci? dev ? function ?        # VIA Rhine Fast Ethernet
3691.159Stsutsui#wi*		at pci? dev ? function ?	# Intersil Prism Mini-PCI
3701.157Stsutsuiwm*		at pci? dev ? function ?	# Intel 82543/82544 gigabit
3711.31Ssoda
3721.31Ssoda#### MII/PHY support
3731.157Stsutsuiacphy*		at mii? phy ?		# Altima AC101 and AMD Am79c874 PHYs
3741.157Stsutsuiamhphy* 	at mii? phy ?		# AMD 79c901 Ethernet PHYs
3751.137Stsutsuibmtphy*		at mii? phy ?		# Broadcom BCM5201 and BCM5202 PHYs
3761.157Stsutsuibrgphy* 	at mii? phy ?		# Broadcom BCM5400-family PHYs
3771.157Stsutsuiciphy*		at mii? phy ?		# Cicada CS8201 Gig-E PHYs
3781.157Stsutsuidmphy*		at mii? phy ?		# Davicom DM9101 PHYs
3791.31Ssodaexphy*		at mii? phy ?		# 3Com internal PHYs
3801.159Stsutsui#gentbi* 	at mii? phy ?		# Generic Ten-Bit 1000BASE-[CLS]X PHYs
3811.157Stsutsuiglxtphy* 	at mii? phy ?		# Level One LXT-1000 PHYs
3821.157Stsutsuigphyter* 	at mii? phy ?		# NS83861 Gig-E PHY
3831.62Swizicsphy*		at mii? phy ?		# Integrated Circuit Systems ICS189x
3841.157Stsutsuiikphy*		at mii? phy ?		# Intel 82563 PHYs
3851.31Ssodainphy*		at mii? phy ?		# Intel 82555 PHYs
3861.31Ssodaiophy*		at mii? phy ?		# Intel 82553 PHYs
3871.31Ssodalxtphy*		at mii? phy ?		# Level One LXT-970 PHYs
3881.157Stsutsuimakphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
3891.31Ssodansphy*		at mii? phy ?		# NS83840 PHYs
3901.31Ssodansphyter*	at mii? phy ?		# NS83843 PHYs
3911.31Ssodaqsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
3921.31Ssodasqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
3931.31Ssodatlphy*		at mii? phy ?		# ThunderLAN PHYs
3941.31Ssodatqphy*		at mii? phy ?		# TDK Semiconductor PHYs
3951.31Ssodaukphy*		at mii? phy ?		# generic unknown PHYs
3961.157Stsutsui#urlphy* 	at mii? phy ?		# Realtek RTL8150L internal PHYs
3971.31Ssoda
3981.95Stsutsui# SCSI bus support
3991.95Stsutsuiscsibus*	at scsi?
4001.95Stsutsui
4011.27Ssoda#### SCSI bus devices
4021.23Ssoda
4031.1Sjonathansd*		at scsibus? target ? lun ?
4041.1Sjonathanst*		at scsibus? target ? lun ?
4051.1Sjonathancd*		at scsibus? target ? lun ?
4061.23Ssodach*		at scsibus? target ? lun ?
4071.23Ssodass*		at scsibus? target ? lun ?
4081.23Ssodauk*		at scsibus? target ? lun ?
4091.95Stsutsui
4101.95Stsutsui# ATA (IDE) bus support
4111.95Stsutsuiatabus* 	at ata?
4121.95Stsutsui
4131.95Stsutsui# IDE drives
4141.95Stsutsui# Flags are used only with controllers that support DMA operations
4151.95Stsutsui# and mode settings (e.g. some pciide controllers)
4161.95Stsutsui# The lowest order four bits (rightmost digit) of the flags define the PIO
4171.95Stsutsui# mode to use, the next set of four bits the DMA mode and the third set the
4181.95Stsutsui# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
4191.95Stsutsui# to use, and the last bit must be 1 for this setting to be used.
4201.95Stsutsui# For DMA and UDMA, 0xf (1111) means 'disable'.
4211.95Stsutsui# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
4221.95Stsutsui# (0xc=1100, 0xa=1010, 0xf=1111)
4231.95Stsutsui# 0x0000 means "use whatever the drive claims to support".
4241.95Stsutsuiwd*		at atabus? drive ? flags 0x0000
4251.95Stsutsui
4261.95Stsutsui# ATAPI bus support
4271.95Stsutsuiatapibus*	at atapi?
4281.31Ssoda
4291.31Ssoda#### ATAPI bus devices
4301.31Ssoda
4311.31Ssoda# flags have the same meaning as for IDE drives.
4321.31Ssodacd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
4331.31Ssodasd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
4341.31Ssodauk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
4351.33Ssoda
4361.33Ssoda#### Workstation Console attachments
4371.33Ssoda
4381.33Ssodawsdisplay*	at vga?
4391.33Ssodawsdisplay*	at tga?
4401.33Ssodapckbd*		at pckbc?	# PC keyboard (kbd port)
4411.33Ssodawskbd*		at pckbd?
4421.33Ssodapms*		at pckbc?	# PS/2-style mouse (aux port)
4431.33Ssodawsmouse*	at pms?
4441.23Ssoda
4451.27Ssoda#### Pseudo devices
4461.1Sjonathan
4471.127Sthorpejpseudo-device 	crypto			# /dev/crypto device
4481.128Sthorpejpseudo-device	swcrypto		# software crypto implementation
4491.98Sjonathan
4501.27Ssoda# disk/mass storage pseudo-devices
4511.175Schristospseudo-device	ccd			# concatenated/striped disk devices
4521.175Schristos#pseudo-device	cgd			# cryptographic disk devices
4531.176Schristospseudo-device	raid			# RAIDframe disk driver
4541.149Stsutsui#options 	RAID_AUTOCONFIG
4551.60Soster# Options to enable various other RAIDframe RAID types.
4561.81Stsutsui#options 	RF_INCLUDE_EVENODD=1
4571.81Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
4581.81Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
4591.81Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
4601.81Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
4611.81Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4621.81Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4631.163Spookapseudo-device	fss			# file system snapshot device
4641.165Shannkenpseudo-device	md			# memory disk device (ramdisk)
4651.134Scubepseudo-device	vnd			# disk-like interface to files
4661.118Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
4671.162Spookapseudo-device	putter			# for puffs and pud
4681.27Ssoda
4691.27Ssoda# network pseudo-devices
4701.133Srpaulopseudo-device	bpfilter		# Berkeley packet filter
4711.138Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
4721.27Ssodapseudo-device	ipfilter		# IP filter (firewall) and NAT
4731.175Schristospseudo-device	loop			# network loopback
4741.134Scubepseudo-device	ppp			# Point-to-Point Protocol
4751.59Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
4761.134Scubepseudo-device	sl			# Serial Line IP
4771.134Scube#pseudo-device	strip			# Starmode Radio IP (Metricom)
4781.134Scubepseudo-device	tun			# network tunneling over tty
4791.108Scubepseudo-device	tap			# virtual Ethernet
4801.134Scube#pseudo-device	gre			# generic L3 over IP tunnel
4811.134Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
4821.134Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
4831.135Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
4841.40Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
4851.57Satatatpseudo-device	bridge			# simple inter-network bridging
4861.123Stsutsui#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
4871.146Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
4881.23Ssoda
4891.154Stls#
4901.154Stls# accept filters
4911.154Stlspseudo-device   accf_data		# "dataready" accept filter
4921.154Stlspseudo-device   accf_http		# "httpready" accept filter
4931.154Stls
4941.27Ssoda# miscellaneous pseudo-devices
4951.39Sjdolecekpseudo-device	pty			# pseudo-terminals
4961.177Schristos#pseudo-device	sequencer		# MIDI sequencer
4971.27Ssoda# rnd works; RND_COM does not on port arc yet.
4981.27Ssoda#options 	RND_COM			# use "com" randomness as well (BROKEN)
4991.69Slukempseudo-device	clockctl		# user control of clock subsystem
5001.27Ssoda
5011.27Ssoda# a pseudo device needed for Coda	# also needs CODA (above)
5021.176Schristos#pseudo-device	vcoda			# coda minicache <-> venus comm.
5031.27Ssoda
5041.27Ssoda# mouse & keyboard multiplexor pseudo-devices
5051.54Saugustss#pseudo-device	wsmux
5061.84Sraggepseudo-device	ksyms			# /dev/ksyms
5071.101Sitojun#pseudo-device	pf			# PF packet filter
5081.101Sitojun#pseudo-device	pflog			# PF log if
5091.130Selad
5101.130Selad# Veriexec
5111.130Selad#
5121.130Selad# a pseudo device needed for veriexec
5131.176Schristos#pseudo-device	veriexec
5141.130Selad#
5151.130Selad# Uncomment the fingerprint methods below that are desired. Note that
5161.130Selad# removing fingerprint methods will have almost no impact on the kernel
5171.130Selad# code size.
5181.130Selad#
5191.130Selad#options VERIFIED_EXEC_FP_RMD160
5201.130Selad#options VERIFIED_EXEC_FP_SHA256
5211.130Selad#options VERIFIED_EXEC_FP_SHA384
5221.130Selad#options VERIFIED_EXEC_FP_SHA512
5231.130Selad#options VERIFIED_EXEC_FP_SHA1
5241.130Selad#options VERIFIED_EXEC_FP_MD5
525