GENERIC revision 1.138
11.138Sliamjfoy# $NetBSD: GENERIC,v 1.138 2006/06/28 15:19:27 liamjfoy Exp $
21.1Sjonathan#
31.58Sgmcgarry# GENERIC machine description file
41.58Sgmcgarry# 
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.138Sliamjfoy#ident		"GENERIC-$Revision: 1.138 $"
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.27Ssoda# Standard system options
431.1Sjonathan
441.23Ssodaoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
451.27Ssodaoptions 	NTP		# NTP phase/frequency locked loop
461.1Sjonathan
471.27Ssodaoptions 	KTRACE		# system call tracing via ktrace(1)
481.73Sprovosoptions 	SYSTRACE	# system call vetting via systrace(1)
491.1Sjonathan
501.10Slukemoptions 	SYSVMSG		# System V-like message queues
511.10Slukemoptions 	SYSVSEM		# System V-like semaphores
521.56Slukem#options 	SEMMNI=10	# number of semaphore identifiers
531.56Slukem#options 	SEMMNS=60	# number of semaphores in system
541.56Slukem#options 	SEMUME=10	# max number of undo entries per process
551.56Slukem#options 	SEMMNU=30	# number of undo structures in system
561.10Slukemoptions 	SYSVSHM		# System V-like memory sharing
571.27Ssoda#options 	SHMMAXPGS=1024	# 1024 pages is the default
581.103Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
591.27Ssoda
601.27Ssodaoptions 	LKM		# loadable kernel modules
611.61Sjdolecek
621.70Slukemoptions 	USERCONF	# userconf(4) support
631.81Stsutsui#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
641.104Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
651.75Sjunyoung
661.76Swiz# Enable experimental buffer queue strategy for better responsiveness under 
671.75Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
681.115Stsutsui#options 	BUFQ_READPRIO
691.115Stsutsui#options 	BUFQ_PRIOCSCAN
701.27Ssoda
711.27Ssoda# Diagnostic/debugging support options
721.125Schs#options 	DIAGNOSTIC		# cheap kernel consistency checks
731.55Slukem#options 	DEBUG			# expensive debugging checks/support
741.55Slukem#options 	KMEMSTATS		# kernel memory statistics (vmstat -m)
751.55Slukemoptions 	DDB			# in-kernel debugger
761.27Ssoda#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
771.55Slukem#options 	KGDB			# remote gdb
781.55Slukem#options 	KGDB_DEVRATE=19200	# kernel gdb port rate (default 9600)
791.55Slukem#options 	KGDB_DEV="17*256+0"	# device for kernel gdb
801.55Slukem#makeoptions	DEBUG="-g"		# compile full symbol table
811.81Stsutsuioptions 	SYMTAB_SPACE=262144
821.27Ssoda
831.27Ssoda# Compatibility options
841.47Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
851.27Ssodaoptions 	COMPAT_10	# NetBSD 1.0,
861.27Ssodaoptions 	COMPAT_11	# NetBSD 1.1,
871.27Ssodaoptions 	COMPAT_12	# NetBSD 1.2,
881.27Ssodaoptions 	COMPAT_13	# NetBSD 1.3,
891.27Ssodaoptions 	COMPAT_14	# NetBSD 1.4,
901.92Stsutsuioptions 	COMPAT_16	# NetBSD 1.6,
911.109Stsutsuioptions 	COMPAT_20	# NetBSD 2.0,
921.121Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
931.27Ssodaoptions 	COMPAT_43	# and 4.3BSD
941.27Ssodaoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
951.123Stsutsuioptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
961.27Ssoda
971.27Ssoda# mipsel specific
981.27Ssodaoptions 	COMPAT_ULTRIX	# Ultrix binary compatibility
991.27Ssodaoptions 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
1001.1Sjonathan
1011.27Ssoda# File systems
1021.6Sthorpejfile-system 	FFS		# fast filesystem
1031.27Ssodafile-system 	EXT2FS		# second extended file system (linux)
1041.27Ssodafile-system 	LFS		# log-structured file system
1051.27Ssodafile-system 	MFS		# memory file system
1061.27Ssodafile-system 	NTFS		# Windows/NT file system (experimental)
1071.23Ssodafile-system 	CD9660		# ISO 9660 + Rock Ridge file system
1081.27Ssodafile-system 	MSDOSFS		# MS-DOS file system
1091.27Ssodafile-system 	NFS		# Network File System client
1101.27Ssodafile-system 	FDESC		# /dev/fd
1111.27Ssodafile-system 	KERNFS		# /kern
1121.27Ssodafile-system 	NULLFS		# loopback file system
1131.27Ssodafile-system 	OVERLAY		# overlay file system
1141.27Ssodafile-system 	PORTAL		# portal filesystem (still experimental)
1151.27Ssodafile-system 	PROCFS		# /proc
1161.27Ssodafile-system 	UMAPFS		# NULLFS + uid and gid remapping
1171.27Ssodafile-system 	UNION		# union file system
1181.27Ssoda#file-system	CODA		# Coda File System; also needs vcoda (below)
1191.122Schristosfile-system	PTYFS		# /dev/pts/N support
1201.124Sjmmv#file-system	TMPFS		# experimental - Efficient memory file-system
1211.132Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1221.6Sthorpej
1231.27Ssoda# File system options
1241.10Slukemoptions 	QUOTA		# FFS quotas
1251.27Ssoda#options 	FFS_EI		# FFS Endian Independent support
1261.34Sfvdloptions 	SOFTDEP		# FFS soft updates support.
1271.123Stsutsui#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1281.27Ssodaoptions 	NFSSERVER	# Network File System server
1291.27Ssoda#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1301.27Ssoda				# immutable) behave as system flags.
1311.129Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1321.20Sitojun
1331.1Sjonathan# Networking options
1341.23Ssoda#options 	GATEWAY		# IP packet forwarding
1351.27Ssodaoptions 	INET		# IP + ICMP + TCP + UDP
1361.27Ssodaoptions 	INET6		# IPV6
1371.20Sitojun#options 	IPSEC		# IP security
1381.20Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1391.117Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
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 	NS		# XNS
1441.27Ssoda#options 	NSIP		# XNS tunneling over IP
1451.27Ssodaoptions 	ISO,TPIP	# OSI networking
1461.36Ssommerfe#options 	EON		# OSI tunneling over IP
1471.27Ssodaoptions 	CCITT,LLC,HDLC	# X.25
1481.27Ssodaoptions 	NETATALK	# AppleTalk networking protocols
1491.27Ssodaoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1501.27Ssodaoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1511.27Ssodaoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1521.27Ssodaoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1531.27Ssodaoptions 	IPFILTER_LOG	# ipmon(8) log support
1541.72Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1551.47Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1561.27Ssoda
1571.102Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1581.102Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1591.102Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1601.102Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1611.102Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1621.102Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1631.102Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1641.102Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1651.102Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1661.102Sabs#options 	ALTQ_RED	# Random Early Detection
1671.102Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1681.102Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1691.102Sabs
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.23Ssoda
1811.25Ssoda# Kernel root file system and dump configuration.
1821.27Ssodaoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1831.27Ssodaconfig		netbsd	root on ? type ?
1841.27Ssoda#config		netbsd	root on sd0a type ffs
1851.27Ssoda#config		netbsd	root on ? type nfs
1861.1Sjonathan
1871.23Ssoda#
1881.27Ssoda# Device configuration
1891.23Ssoda#
1901.27Ssoda
1911.1Sjonathanmainbus0	at root
1921.1Sjonathancpu*		at mainbus0
1931.1Sjonathan
1941.41Sur#### Jazz-Internal bus devices
1951.23Ssoda
1961.45Ssoda# PLATFORM_ACER_PICA_61
1971.45Ssoda# PLATFORM_MICROSOFT_JAZZ
1981.77Stsutsui# PLATFORM_NEC_J96A
1991.45Ssoda# PLATFORM_NEC_JC94
2001.45Ssoda# PLATFORM_NEC_R94
2011.45Ssoda# PLATFORM_NEC_R96
2021.45Ssoda# PLATFORM_NEC_RAX94
2031.45Ssoda# PLATFORM_NEC_RD94
2041.45Ssodajazzio*		at mainbus0	# Jazz-Internal bus host bridge.
2051.45Ssoda
2061.45Ssodatimer0		at jazzio?
2071.45Ssodamcclock0 	at jazzio?
2081.41Sur#pc0		at jazzio?
2091.41Sur#opms0		at jazzio?
2101.41Survga0		at jazzio?	# Jazz localbus VGA
2111.41Surpckbc0		at jazzio?	# PC keyboard controller
2121.41Surcom0		at jazzio?
2131.41Surcom1		at jazzio?
2141.41Surlpt0		at jazzio?
2151.41Sursn0		at jazzio?
2161.1Sjonathan
2171.41Surfdc0		at jazzio?
2181.1Sjonathanfd*		at fdc? drive ?
2191.1Sjonathan
2201.85Stsutsuiasc0		at jazzio? flags 0x000000	# NCR53C9x SCSI
2211.83Stsutsuiosiop*		at jazzio? flags 0x00000	# NCR53C710 SCSI
2221.83Stsutsuioosiop* 	at jazzio?			# NCR53C700 SCSI
2231.33Ssoda
2241.27Ssoda#### ISA bus devices
2251.23Ssoda
2261.45Ssoda# PLATFORM_ACER_PICA_61
2271.45Ssoda# PLATFORM_MICROSOFT_JAZZ
2281.77Stsutsui# PLATFORM_NEC_J96A
2291.45Ssoda# PLATFORM_NEC_R94
2301.45Ssoda# PLATFORM_NEC_R96
2311.45Ssodajazzisabr*	at mainbus0	# Jazz-(E)ISA bus bridge.
2321.45Ssodaisa*		at jazzisabr?
2331.45Ssoda
2341.45Ssoda# PLATFORM_DESKTECH_ARCSTATION_I
2351.87Stsutsuiarcsisabr*	at mainbus0	# DeskStation rPC44 ISA host bridge.
2361.45Ssodaisa*		at arcsisabr?
2371.45Ssoda
2381.45Ssoda# PLATFORM_DESKTECH_TYNE
2391.87Stsutsuityneisabr*	at mainbus0	# DeskStation Tyne ISA host bridge.
2401.45Ssodaisa*		at tyneisabr?
2411.45Ssoda
2421.27Ssoda#isadma0 	at isa?
2431.23Ssoda
2441.90Stsutsuiisapnp0 	at isa?
2451.90Stsutsui
2461.45Ssodatimer0		at isa? port 0x40 irq 0
2471.45Ssodamcclock0 	at isa? port 0x70
2481.23Ssoda
2491.88Stsutsui#pc0		at isa? irq 1			# generic PC console device
2501.88Stsutsui#opms0		at isa? irq 12			# PS/2 auxiliary port mouse
2511.80Stsutsuivga0		at isa?
2521.80Stsutsui#options 	VGA_RASTERCONSOLE
2531.80Stsutsuioptions 	VGA_RESET
2541.88Stsutsuipckbc0		at isa?				# PC keyboard controller
2551.23Ssodacom0		at isa? port 0x3f8 irq 4
2561.23Ssodacom1		at isa? port 0x2f8 irq 3
2571.23Ssodacom2		at isa? port 0x3e8 irq 4
2581.23Ssodacom3		at isa? port 0x2e8 irq 3
2591.27Ssodaast0		at isa? port 0x1a0 irq 3	# AST 4-port serial cards
2601.27Ssodacom*		at ast? slave ?
2611.27Ssoda
2621.27Ssoda# Joystick driver. Probe is a little strange; add only if you have one.
2631.27Ssoda#joy0		at isa? port 0x201
2641.23Ssoda
2651.23Ssoda# ISA ST506, ESDI, and IDE controllers
2661.23Ssoda# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
2671.23Ssoda# fall back to 16bits I/O if 32bits I/O are not functional).
2681.23Ssoda# Some controllers pass the initial 32bit test, but will fail later.
2691.90Stsutsuiwdc0		at isa? port 0x1f0 irq 14 flags 0x00
2701.27Ssoda#wdc1		at isa? port 0x170 irq 15 flags 0x00
2711.90Stsutsuiwdc*		at isapnp?
2721.23Ssoda
2731.27Ssoda# ISA parallel printer interfaces
2741.27Ssodalpt0		at isa? port 0x378 irq 7
2751.27Ssoda
2761.27Ssoda# ISA network interfaces
2771.27Ssoda#ec0		at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
2781.90Stsutsuiep*		at isa? port ? irq ?		# 3C509 ethernet cards
2791.90Stsutsuiep*		at isapnp?			# 3C509B ethernet card
2801.90Stsutsuine0		at isa? port 0x280 irq 9	# NE[12]000 ethernet cards
2811.90Stsutsuine1		at isa? port 0x300 irq 10
2821.90Stsutsuine*		at isapnp?			# NE[12]000 PnP ethernet
2831.90Stsutsuiwe0		at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
2841.90Stsutsuiwe1		at isa? port 0x300 iomem 0xcc000 irq 10
2851.23Ssoda
2861.27Ssoda# XXX - should be configured
2871.27Ssoda#btl0		at isa? port 0x330 irq ? drq ?
2881.23Ssoda
2891.27Ssoda#### PCI bus devices
2901.23Ssoda
2911.45Ssoda# PLATFORM_NEC_JC94
2921.45Ssoda# PLATFORM_NEC_RAX94
2931.45Ssoda# PLATFORM_NEC_RD94
2941.31Ssodanecpb*		at mainbus0	# NEC RISCstation PCI host bridge.
2951.31Ssodapci*		at necpb?
2961.136Stsutsuipci*		at ppb? bus ?
2971.136Stsutsuioptions 	PCI_NETBSD_CONFIGURE
2981.136Stsutsui
2991.136Stsutsuippb*		at pci? dev ? function ?	# PCI-PCI bridges
3001.23Ssoda
3011.98Sjonathan# PCI cryptographic devices
3021.98Sjonathanhifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
3031.98Sjonathanubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
3041.98Sjonathan
3051.80Stsutsui#vga*	 	at pci? dev ? function ?
3061.43Stsutsuitga*		at pci? dev ? function ?	# DEC ZLXp-E[123] Graphics
3071.43Stsutsui
3081.43Stsutsuiahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
3091.44Stsutsuiiha*		at pci? dev ? function ?	# Initio INIC-940/950 SCSI
3101.52Stsutsuipcscp*		at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
3111.51Stsutsuisiop*		at pci? dev ? function ?	# NCR/Symbios 53c8xx SCSI
3121.91Sbouyeresiop*		at pci? dev ? function ?	# NCR/Symbios 53c875/95/1010
3131.53Stsutsuitrm*		at pci? dev ? function ?	# Tekram DC-395/315 SCSI
3141.31Ssoda
3151.31Ssoda# PCI IDE controllers - see pciide(4) for supported hardware.
3161.31Ssoda# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
3171.31Ssoda# how to set up DMA modes for this chip. This may work, or may cause
3181.31Ssoda# a machine hang with some controllers.
3191.94Sbouyerpciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
3201.94Sbouyeracardide*	at pci? dev ? function ?	# Acard IDE controllers
3211.95Stsutsui#aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
3221.97Sthorpejartsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
3231.94Sbouyercmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
3241.94Sbouyercypide* 	at pci? dev ? function ?	# Cypress IDE controllers
3251.94Sbouyerhptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
3261.94Sbouyeroptiide* 	at pci? dev ? function ?	# Opti IDE controllers
3271.94Sbouyerpdcide* 	at pci? dev ? function ?	# Promise IDE controllers
3281.107Sbouyerpdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
3291.96Sthorpejsatalink*	at pci? dev ? function ?	# SiI SATALink controllers
3301.95Stsutsui#siside* 	at pci? dev ? function ?	# SiS IDE controllers
3311.94Sbouyerslide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
3321.95Stsutsui#viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
3331.95Stsutsui
3341.95Stsutsuiepic*		at pci? dev ? function ?	# SMC EPIC/100 Ethernet
3351.95Stsutsuiex*		at pci? dev ? function ?	# 3Com 90x[BC]
3361.95Stsutsuifxp*		at pci? dev ? function ?	# Intel EtherExpress PRO
3371.95Stsutsuine*		at pci? dev ? function ?	# NE2000-compatible
3381.95Stsutsuipcn*		at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
3391.95Stsutsuirtk*		at pci? dev ? function ?	# Realtek 8129/8139
3401.95Stsutsuisip*		at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
3411.95Stsutsuitlp*		at pci? dev ? function ?	# DECchip 21x4x and clones
3421.31Ssoda
3431.31Ssoda#### MII/PHY support
3441.31Ssoda
3451.137Stsutsuibmtphy*		at mii? phy ?		# Broadcom BCM5201 and BCM5202 PHYs
3461.31Ssodaexphy*		at mii? phy ?		# 3Com internal PHYs
3471.62Swizicsphy*		at mii? phy ?		# Integrated Circuit Systems ICS189x
3481.31Ssodainphy*		at mii? phy ?		# Intel 82555 PHYs
3491.31Ssodaiophy*		at mii? phy ?		# Intel 82553 PHYs
3501.31Ssodalxtphy*		at mii? phy ?		# Level One LXT-970 PHYs
3511.31Ssodansphy*		at mii? phy ?		# NS83840 PHYs
3521.31Ssodansphyter*	at mii? phy ?		# NS83843 PHYs
3531.31Ssodaqsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
3541.31Ssodasqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
3551.31Ssodatlphy*		at mii? phy ?		# ThunderLAN PHYs
3561.31Ssodatqphy*		at mii? phy ?		# TDK Semiconductor PHYs
3571.31Ssodaukphy*		at mii? phy ?		# generic unknown PHYs
3581.31Ssoda
3591.95Stsutsui# SCSI bus support
3601.95Stsutsuiscsibus*	at scsi?
3611.95Stsutsui
3621.27Ssoda#### SCSI bus devices
3631.23Ssoda
3641.1Sjonathansd*		at scsibus? target ? lun ?
3651.1Sjonathanst*		at scsibus? target ? lun ?
3661.1Sjonathancd*		at scsibus? target ? lun ?
3671.23Ssodach*		at scsibus? target ? lun ?
3681.23Ssodass*		at scsibus? target ? lun ?
3691.23Ssodauk*		at scsibus? target ? lun ?
3701.95Stsutsui
3711.95Stsutsui# ATA (IDE) bus support
3721.95Stsutsuiatabus* 	at ata?
3731.95Stsutsui
3741.95Stsutsui# IDE drives
3751.95Stsutsui# Flags are used only with controllers that support DMA operations
3761.95Stsutsui# and mode settings (e.g. some pciide controllers)
3771.95Stsutsui# The lowest order four bits (rightmost digit) of the flags define the PIO
3781.95Stsutsui# mode to use, the next set of four bits the DMA mode and the third set the
3791.95Stsutsui# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
3801.95Stsutsui# to use, and the last bit must be 1 for this setting to be used.
3811.95Stsutsui# For DMA and UDMA, 0xf (1111) means 'disable'.
3821.95Stsutsui# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
3831.95Stsutsui# (0xc=1100, 0xa=1010, 0xf=1111)
3841.95Stsutsui# 0x0000 means "use whatever the drive claims to support".
3851.95Stsutsuiwd*		at atabus? drive ? flags 0x0000
3861.95Stsutsui
3871.95Stsutsui# ATAPI bus support
3881.95Stsutsuiatapibus*	at atapi?
3891.31Ssoda
3901.31Ssoda#### ATAPI bus devices
3911.31Ssoda
3921.31Ssoda# flags have the same meaning as for IDE drives.
3931.31Ssodacd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
3941.31Ssodasd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
3951.31Ssodauk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
3961.33Ssoda
3971.33Ssoda#### Workstation Console attachments
3981.33Ssoda
3991.33Ssodawsdisplay*	at vga?
4001.33Ssodawsdisplay*	at tga?
4011.33Ssodapckbd*		at pckbc?	# PC keyboard (kbd port)
4021.33Ssodawskbd*		at pckbd?
4031.33Ssodapms*		at pckbc?	# PS/2-style mouse (aux port)
4041.33Ssodawsmouse*	at pms?
4051.23Ssoda
4061.27Ssoda#### Pseudo devices
4071.1Sjonathan
4081.127Sthorpejpseudo-device 	crypto			# /dev/crypto device
4091.128Sthorpejpseudo-device	swcrypto		# software crypto implementation
4101.98Sjonathan
4111.27Ssoda# disk/mass storage pseudo-devices
4121.27Ssodapseudo-device	ccd		4	# concatenated/striped disk devices
4131.74Selric#pseudo-device	cgd		4	# cryptographic disk devices
4141.60Sosterpseudo-device	raid		8	# RAIDframe disk driver
4151.60Soster# Options to enable various other RAIDframe RAID types.
4161.81Stsutsui#options 	RF_INCLUDE_EVENODD=1
4171.81Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
4181.81Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
4191.81Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
4201.81Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
4211.81Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4221.81Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4231.111Shannkenpseudo-device	fss		4	# file system snapshot device
4241.27Ssodapseudo-device	md		1	# memory disk device (ramdisk)
4251.134Scubepseudo-device	vnd			# disk-like interface to files
4261.118Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
4271.27Ssoda
4281.27Ssoda# network pseudo-devices
4291.133Srpaulopseudo-device	bpfilter		# Berkeley packet filter
4301.138Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
4311.27Ssodapseudo-device	ipfilter		# IP filter (firewall) and NAT
4321.27Ssodapseudo-device	loop		1	# network loopback
4331.134Scubepseudo-device	ppp			# Point-to-Point Protocol
4341.59Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
4351.134Scubepseudo-device	sl			# Serial Line IP
4361.134Scube#pseudo-device	strip			# Starmode Radio IP (Metricom)
4371.134Scubepseudo-device	tun			# network tunneling over tty
4381.108Scubepseudo-device	tap			# virtual Ethernet
4391.134Scube#pseudo-device	gre			# generic L3 over IP tunnel
4401.134Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
4411.134Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
4421.135Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
4431.40Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
4441.57Satatatpseudo-device	bridge			# simple inter-network bridging
4451.123Stsutsui#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
4461.23Ssoda
4471.27Ssoda# miscellaneous pseudo-devices
4481.39Sjdolecekpseudo-device	pty			# pseudo-terminals
4491.27Ssoda#pseudo-device	sequencer	1	# MIDI sequencer
4501.27Ssoda# rnd works; RND_COM does not on port arc yet.
4511.27Ssodapseudo-device	rnd			# /dev/random and in-kernel generator
4521.27Ssoda#options 	RND_COM			# use "com" randomness as well (BROKEN)
4531.69Slukempseudo-device	clockctl		# user control of clock subsystem
4541.27Ssoda
4551.27Ssoda# a pseudo device needed for Coda	# also needs CODA (above)
4561.27Ssoda#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
4571.27Ssoda
4581.27Ssoda# mouse & keyboard multiplexor pseudo-devices
4591.54Saugustss#pseudo-device	wsmux
4601.84Sraggepseudo-device	ksyms			# /dev/ksyms
4611.101Sitojun#pseudo-device	pf			# PF packet filter
4621.101Sitojun#pseudo-device	pflog			# PF log if
4631.130Selad
4641.130Selad# Veriexec
4651.130Selad#options VERIFIED_EXEC
4661.130Selad#
4671.130Selad# a pseudo device needed for veriexec
4681.130Selad#pseudo-device	veriexec		1
4691.130Selad#
4701.130Selad# Uncomment the fingerprint methods below that are desired. Note that
4711.130Selad# removing fingerprint methods will have almost no impact on the kernel
4721.130Selad# code size.
4731.130Selad#
4741.130Selad#options VERIFIED_EXEC_FP_RMD160
4751.130Selad#options VERIFIED_EXEC_FP_SHA256
4761.130Selad#options VERIFIED_EXEC_FP_SHA384
4771.130Selad#options VERIFIED_EXEC_FP_SHA512
4781.130Selad#options VERIFIED_EXEC_FP_SHA1
4791.130Selad#options VERIFIED_EXEC_FP_MD5
480