GENERIC revision 1.202
11.202Sriastrad# $NetBSD: GENERIC,v 1.202 2022/09/29 10:10:05 riastradh 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.188Smrginclude 	"arch/arc/conf/std.arc"
221.24Ssoda
231.68Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.68Satatat
251.202Sriastrad#ident		"GENERIC-$Revision: 1.202 $"
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.198Stsutsuimakeoptions	COPTS="-O2 -fno-unwind-tables"
451.155Stsutsui
461.27Ssoda# Standard system options
471.1Sjonathan
481.23Ssodaoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
491.27Ssodaoptions 	NTP		# NTP phase/frequency locked loop
501.1Sjonathan
511.27Ssodaoptions 	KTRACE		# system call tracing via ktrace(1)
521.1Sjonathan
531.10Slukemoptions 	SYSVMSG		# System V-like message queues
541.10Slukemoptions 	SYSVSEM		# System V-like semaphores
551.10Slukemoptions 	SYSVSHM		# System V-like memory sharing
561.61Sjdolecek
571.70Slukemoptions 	USERCONF	# userconf(4) support
581.81Stsutsui#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
591.104Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
601.75Sjunyoung
611.189Ssevan# Alternate buffer queue strategies for better responsiveness under high
621.189Ssevan# disk I/O load.
631.115Stsutsui#options 	BUFQ_READPRIO
641.193Ssevanoptions 	BUFQ_PRIOCSCAN
651.27Ssoda
661.27Ssoda# Diagnostic/debugging support options
671.125Schs#options 	DIAGNOSTIC		# cheap kernel consistency checks
681.55Slukem#options 	DEBUG			# expensive debugging checks/support
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.188Smrginclude 	"conf/compat_netbsd10.config"
781.188Smrg
791.27Ssodaoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
801.27Ssoda
811.27Ssoda# mipsel specific
821.198Stsutsui#options 	COMPAT_ULTRIX	# Ultrix binary compatibility
831.27Ssodaoptions 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
841.1Sjonathan
851.27Ssoda# File systems
861.6Sthorpejfile-system 	FFS		# fast filesystem
871.27Ssodafile-system 	EXT2FS		# second extended file system (linux)
881.198Stsutsui#file-system 	LFS		# log-structured file system
891.27Ssodafile-system 	MFS		# memory file system
901.198Stsutsui#file-system 	NTFS		# Windows/NT file system (experimental)
911.23Ssodafile-system 	CD9660		# ISO 9660 + Rock Ridge file system
921.27Ssodafile-system 	MSDOSFS		# MS-DOS file system
931.27Ssodafile-system 	NFS		# Network File System client
941.27Ssodafile-system 	FDESC		# /dev/fd
951.27Ssodafile-system 	KERNFS		# /kern
961.27Ssodafile-system 	NULLFS		# loopback file system
971.198Stsutsui#file-system 	OVERLAY		# overlay file system
981.198Stsutsui#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
991.27Ssodafile-system 	PROCFS		# /proc
1001.198Stsutsui#file-system 	UMAPFS		# NULLFS + uid and gid remapping
1011.198Stsutsui#file-system 	UNION		# union file system
1021.27Ssoda#file-system	CODA		# Coda File System; also needs vcoda (below)
1031.122Schristosfile-system	PTYFS		# /dev/pts/N support
1041.156Stsutsuifile-system	TMPFS		# Efficient memory file-system
1051.132Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1061.6Sthorpej
1071.27Ssoda# File system options
1081.201Ssimonb#options 	FFS_EI		# FFS Endian Independent support
1091.201Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1101.198Stsutsui#options 	QUOTA		# legacy UFS quotas
1111.198Stsutsui#options 	QUOTA2		# new, in-filesystem UFS quotas
1121.201Ssimonboptions 	UFS_DIRHASH	# UFS Large Directory Hashing
1131.201Ssimonboptions 	UFS_EXTATTR	# Extended attribute support for UFS1
1141.169Sdhollandoptions 	WAPBL		# File system journaling support
1151.27Ssoda#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1161.27Ssoda				# immutable) behave as system flags.
1171.201Ssimonboptions 	NFSSERVER	# Network File System server
1181.20Sitojun
1191.1Sjonathan# Networking options
1201.23Ssoda#options 	GATEWAY		# IP packet forwarding
1211.27Ssodaoptions 	INET		# IP + ICMP + TCP + UDP
1221.27Ssodaoptions 	INET6		# IPV6
1231.20Sitojun#options 	IPSEC		# IP security
1241.20Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1251.27Ssoda#options 	MROUTING	# IP multicast routing
1261.105Smanu#options 	PIM		# Protocol Independent Multicast
1271.198Stsutsui#options 	NETATALK	# AppleTalk networking protocols
1281.27Ssodaoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1291.27Ssodaoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1301.27Ssodaoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1311.47Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1321.27Ssoda
1331.102Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1341.102Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1351.102Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1361.102Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1371.102Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1381.102Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1391.102Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1401.102Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1411.102Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1421.102Sabs#options 	ALTQ_RED	# Random Early Detection
1431.102Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1441.102Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1451.102Sabs
1461.180Salnsn# JIT compiler for bpfilter
1471.180Salnsn#options	SLJIT
1481.180Salnsn#options	BPFJIT
1491.180Salnsn
1501.27Ssoda# These options enable verbose messages for several subsystems.
1511.27Ssoda# Warning, these may compile large string tables into the kernel!
1521.27Ssoda#options 	EISAVERBOSE	# verbose EISA device autoconfig messages
1531.79Stsutsuioptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1541.31Ssodaoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1551.28Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1561.27Ssodaoptions 	SCSIVERBOSE	# human readable SCSI error messages
1571.37Sur
1581.37Sur# wscons terminal emulation
1591.37Suroptions 	WSEMUL_VT100	# VT100 emulation
1601.171Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1611.23Ssoda
1621.25Ssoda# Kernel root file system and dump configuration.
1631.198Stsutsuioptions 	NFS_BOOT_DHCP
1641.27Ssodaconfig		netbsd	root on ? type ?
1651.27Ssoda#config		netbsd	root on sd0a type ffs
1661.27Ssoda#config		netbsd	root on ? type nfs
1671.1Sjonathan
1681.23Ssoda#
1691.27Ssoda# Device configuration
1701.23Ssoda#
1711.27Ssoda
1721.1Sjonathanmainbus0	at root
1731.1Sjonathancpu*		at mainbus0
1741.1Sjonathan
1751.41Sur#### Jazz-Internal bus devices
1761.23Ssoda
1771.45Ssoda# PLATFORM_ACER_PICA_61
1781.45Ssoda# PLATFORM_MICROSOFT_JAZZ
1791.77Stsutsui# PLATFORM_NEC_J96A
1801.45Ssoda# PLATFORM_NEC_JC94
1811.45Ssoda# PLATFORM_NEC_R94
1821.45Ssoda# PLATFORM_NEC_R96
1831.45Ssoda# PLATFORM_NEC_RAX94
1841.45Ssoda# PLATFORM_NEC_RD94
1851.45Ssodajazzio*		at mainbus0	# Jazz-Internal bus host bridge.
1861.45Ssoda
1871.45Ssodatimer0		at jazzio?
1881.45Ssodamcclock0 	at jazzio?
1891.41Sur#pc0		at jazzio?
1901.41Sur#opms0		at jazzio?
1911.41Survga0		at jazzio?	# Jazz localbus VGA
1921.41Surpckbc0		at jazzio?	# PC keyboard controller
1931.41Surcom0		at jazzio?
1941.41Surcom1		at jazzio?
1951.41Surlpt0		at jazzio?
1961.41Sursn0		at jazzio?
1971.1Sjonathan
1981.41Surfdc0		at jazzio?
1991.1Sjonathanfd*		at fdc? drive ?
2001.1Sjonathan
2011.85Stsutsuiasc0		at jazzio? flags 0x000000	# NCR53C9x SCSI
2021.83Stsutsuiosiop*		at jazzio? flags 0x00000	# NCR53C710 SCSI
2031.83Stsutsuioosiop* 	at jazzio?			# NCR53C700 SCSI
2041.33Ssoda
2051.27Ssoda#### ISA bus devices
2061.23Ssoda
2071.45Ssoda# PLATFORM_ACER_PICA_61
2081.45Ssoda# PLATFORM_MICROSOFT_JAZZ
2091.77Stsutsui# PLATFORM_NEC_J96A
2101.45Ssoda# PLATFORM_NEC_R94
2111.45Ssoda# PLATFORM_NEC_R96
2121.45Ssodajazzisabr*	at mainbus0	# Jazz-(E)ISA bus bridge.
2131.45Ssodaisa*		at jazzisabr?
2141.45Ssoda
2151.45Ssoda# PLATFORM_DESKTECH_ARCSTATION_I
2161.87Stsutsuiarcsisabr*	at mainbus0	# DeskStation rPC44 ISA host bridge.
2171.45Ssodaisa*		at arcsisabr?
2181.45Ssoda
2191.45Ssoda# PLATFORM_DESKTECH_TYNE
2201.87Stsutsuityneisabr*	at mainbus0	# DeskStation Tyne ISA host bridge.
2211.45Ssodaisa*		at tyneisabr?
2221.45Ssoda
2231.27Ssoda#isadma0 	at isa?
2241.23Ssoda
2251.90Stsutsuiisapnp0 	at isa?
2261.90Stsutsui
2271.45Ssodatimer0		at isa? port 0x40 irq 0
2281.45Ssodamcclock0 	at isa? port 0x70
2291.23Ssoda
2301.88Stsutsui#pc0		at isa? irq 1			# generic PC console device
2311.88Stsutsui#opms0		at isa? irq 12			# PS/2 auxiliary port mouse
2321.80Stsutsuivga0		at isa?
2331.80Stsutsui#options 	VGA_RASTERCONSOLE
2341.80Stsutsuioptions 	VGA_RESET
2351.88Stsutsuipckbc0		at isa?				# PC keyboard controller
2361.23Ssodacom0		at isa? port 0x3f8 irq 4
2371.23Ssodacom1		at isa? port 0x2f8 irq 3
2381.23Ssodacom2		at isa? port 0x3e8 irq 4
2391.23Ssodacom3		at isa? port 0x2e8 irq 3
2401.198Stsutsui#ast0		at isa? port 0x1a0 irq 3	# AST 4-port serial cards
2411.198Stsutsui#com*		at ast? slave ?
2421.27Ssoda
2431.27Ssoda# Joystick driver. Probe is a little strange; add only if you have one.
2441.27Ssoda#joy0		at isa? port 0x201
2451.23Ssoda
2461.23Ssoda# ISA ST506, ESDI, and IDE controllers
2471.23Ssoda# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
2481.23Ssoda# fall back to 16bits I/O if 32bits I/O are not functional).
2491.23Ssoda# Some controllers pass the initial 32bit test, but will fail later.
2501.90Stsutsuiwdc0		at isa? port 0x1f0 irq 14 flags 0x00
2511.27Ssoda#wdc1		at isa? port 0x170 irq 15 flags 0x00
2521.90Stsutsuiwdc*		at isapnp?
2531.23Ssoda
2541.27Ssoda# ISA parallel printer interfaces
2551.27Ssodalpt0		at isa? port 0x378 irq 7
2561.27Ssoda
2571.27Ssoda# ISA network interfaces
2581.27Ssoda#ec0		at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
2591.90Stsutsuiep*		at isa? port ? irq ?		# 3C509 ethernet cards
2601.90Stsutsuiep*		at isapnp?			# 3C509B ethernet card
2611.90Stsutsuine0		at isa? port 0x280 irq 9	# NE[12]000 ethernet cards
2621.90Stsutsuine1		at isa? port 0x300 irq 10
2631.90Stsutsuine*		at isapnp?			# NE[12]000 PnP ethernet
2641.90Stsutsuiwe0		at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
2651.90Stsutsuiwe1		at isa? port 0x300 iomem 0xcc000 irq 10
2661.23Ssoda
2671.27Ssoda# XXX - should be configured
2681.27Ssoda#btl0		at isa? port 0x330 irq ? drq ?
2691.23Ssoda
2701.27Ssoda#### PCI bus devices
2711.23Ssoda
2721.45Ssoda# PLATFORM_NEC_JC94
2731.45Ssoda# PLATFORM_NEC_RAX94
2741.45Ssoda# PLATFORM_NEC_RD94
2751.31Ssodanecpb*		at mainbus0	# NEC RISCstation PCI host bridge.
2761.31Ssodapci*		at necpb?
2771.136Stsutsuipci*		at ppb? bus ?
2781.136Stsutsuioptions 	PCI_NETBSD_CONFIGURE
2791.136Stsutsui
2801.136Stsutsuippb*		at pci? dev ? function ?	# PCI-PCI bridges
2811.23Ssoda
2821.98Sjonathan# PCI cryptographic devices
2831.198Stsutsui#hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
2841.198Stsutsui#ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
2851.98Sjonathan
2861.80Stsutsui#vga*	 	at pci? dev ? function ?
2871.43Stsutsuitga*		at pci? dev ? function ?	# DEC ZLXp-E[123] Graphics
2881.43Stsutsui
2891.157Stsutsui# PCI SCSI controllers
2901.157Stsutsuiadv*		at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA]
2911.43Stsutsuiahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
2921.44Stsutsuiiha*		at pci? dev ? function ?	# Initio INIC-940/950 SCSI
2931.157Stsutsuinjs*		at pci? dev ? function ?	# Workbit NinjaSCSI-32
2941.52Stsutsuipcscp*		at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
2951.51Stsutsuisiop*		at pci? dev ? function ?	# NCR/Symbios 53c8xx SCSI
2961.91Sbouyeresiop*		at pci? dev ? function ?	# NCR/Symbios 53c875/95/1010
2971.53Stsutsuitrm*		at pci? dev ? function ?	# Tekram DC-395/315 SCSI
2981.31Ssoda
2991.31Ssoda# PCI IDE controllers - see pciide(4) for supported hardware.
3001.31Ssoda# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
3011.31Ssoda# how to set up DMA modes for this chip. This may work, or may cause
3021.31Ssoda# a machine hang with some controllers.
3031.94Sbouyerpciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
3041.94Sbouyeracardide*	at pci? dev ? function ?	# Acard IDE controllers
3051.95Stsutsui#aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
3061.159Stsutsui#artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
3071.94Sbouyercmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
3081.159Stsutsui#cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
3091.94Sbouyerhptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
3101.94Sbouyeroptiide* 	at pci? dev ? function ?	# Opti IDE controllers
3111.94Sbouyerpdcide* 	at pci? dev ? function ?	# Promise IDE controllers
3121.107Sbouyerpdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
3131.96Sthorpejsatalink*	at pci? dev ? function ?	# SiI SATALink controllers
3141.95Stsutsui#siside* 	at pci? dev ? function ?	# SiS IDE controllers
3151.198Stsutsui#slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
3161.157Stsutsuiviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
3171.95Stsutsui
3181.157Stsutsui# PCI network devices
3191.157Stsutsui#an*		at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
3201.157Stsutsuibge*		at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
3211.157Stsutsuiep*		at pci? dev ? function ?	# 3Com 3c59x
3221.95Stsutsuiepic*		at pci? dev ? function ?	# SMC EPIC/100 Ethernet
3231.95Stsutsuiex*		at pci? dev ? function ?	# 3Com 90x[BC]
3241.95Stsutsuifxp*		at pci? dev ? function ?	# Intel EtherExpress PRO
3251.157Stsutsuigsip*		at pci? dev ? function ?	# NS83820 Gigabit Ethernet
3261.157Stsutsui#hme*		at pci? dev ? function ?	# Sun STP2002-STQ
3271.157Stsutsui#mtd*		at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
3281.95Stsutsuine*		at pci? dev ? function ?	# NE2000-compatible
3291.157Stsutsui#ntwoc*		at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
3301.95Stsutsuipcn*		at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
3311.157Stsutsuire*		at pci? dev ? function ?	# Realtek 8139C+/8169/8110S
3321.95Stsutsuirtk*		at pci? dev ? function ?	# Realtek 8129/8139
3331.157Stsutsuisf*		at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
3341.95Stsutsuisip*		at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
3351.157Stsutsui#skc*		at pci? dev ? function ?	# SysKonnect SK9821
3361.157Stsutsui#sk*		at skc?				# SysKonnect SK9821
3371.157Stsutsuiste*		at pci? dev ? function ?	# Sundance ST-201 Ethernet
3381.157Stsutsui#stge*		at pci? dev ? function ?	# Sundance/Tamarack TC9021
3391.159Stsutsui#ti*		at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
3401.157Stsutsuitl*		at pci? dev ? function ?	# ThunderLAN-based Ethernet
3411.95Stsutsuitlp*		at pci? dev ? function ?	# DECchip 21x4x and clones
3421.157Stsutsuivge*		at pci? dev ? function ?	# VIA VT612X Gigabit Ethernet
3431.157Stsutsuivr*		at pci? dev ? function ?        # VIA Rhine Fast Ethernet
3441.159Stsutsui#wi*		at pci? dev ? function ?	# Intersil Prism Mini-PCI
3451.157Stsutsuiwm*		at pci? dev ? function ?	# Intel 82543/82544 gigabit
3461.31Ssoda
3471.31Ssoda#### MII/PHY support
3481.157Stsutsuiacphy*		at mii? phy ?		# Altima AC101 and AMD Am79c874 PHYs
3491.157Stsutsuiamhphy* 	at mii? phy ?		# AMD 79c901 Ethernet PHYs
3501.137Stsutsuibmtphy*		at mii? phy ?		# Broadcom BCM5201 and BCM5202 PHYs
3511.157Stsutsuibrgphy* 	at mii? phy ?		# Broadcom BCM5400-family PHYs
3521.157Stsutsuiciphy*		at mii? phy ?		# Cicada CS8201 Gig-E PHYs
3531.157Stsutsuidmphy*		at mii? phy ?		# Davicom DM9101 PHYs
3541.31Ssodaexphy*		at mii? phy ?		# 3Com internal PHYs
3551.159Stsutsui#gentbi* 	at mii? phy ?		# Generic Ten-Bit 1000BASE-[CLS]X PHYs
3561.157Stsutsuiglxtphy* 	at mii? phy ?		# Level One LXT-1000 PHYs
3571.157Stsutsuigphyter* 	at mii? phy ?		# NS83861 Gig-E PHY
3581.62Swizicsphy*		at mii? phy ?		# Integrated Circuit Systems ICS189x
3591.157Stsutsuiikphy*		at mii? phy ?		# Intel 82563 PHYs
3601.31Ssodainphy*		at mii? phy ?		# Intel 82555 PHYs
3611.31Ssodaiophy*		at mii? phy ?		# Intel 82553 PHYs
3621.31Ssodalxtphy*		at mii? phy ?		# Level One LXT-970 PHYs
3631.157Stsutsuimakphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
3641.31Ssodansphy*		at mii? phy ?		# NS83840 PHYs
3651.31Ssodansphyter*	at mii? phy ?		# NS83843 PHYs
3661.31Ssodaqsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
3671.31Ssodasqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
3681.31Ssodatlphy*		at mii? phy ?		# ThunderLAN PHYs
3691.31Ssodatqphy*		at mii? phy ?		# TDK Semiconductor PHYs
3701.31Ssodaukphy*		at mii? phy ?		# generic unknown PHYs
3711.157Stsutsui#urlphy* 	at mii? phy ?		# Realtek RTL8150L internal PHYs
3721.31Ssoda
3731.95Stsutsui# SCSI bus support
3741.95Stsutsuiscsibus*	at scsi?
3751.95Stsutsui
3761.27Ssoda#### SCSI bus devices
3771.23Ssoda
3781.1Sjonathansd*		at scsibus? target ? lun ?
3791.1Sjonathanst*		at scsibus? target ? lun ?
3801.1Sjonathancd*		at scsibus? target ? lun ?
3811.23Ssodach*		at scsibus? target ? lun ?
3821.23Ssodass*		at scsibus? target ? lun ?
3831.23Ssodauk*		at scsibus? target ? lun ?
3841.95Stsutsui
3851.95Stsutsui# ATA (IDE) bus support
3861.95Stsutsuiatabus* 	at ata?
3871.95Stsutsui
3881.95Stsutsui# IDE drives
3891.95Stsutsui# Flags are used only with controllers that support DMA operations
3901.95Stsutsui# and mode settings (e.g. some pciide controllers)
3911.95Stsutsui# The lowest order four bits (rightmost digit) of the flags define the PIO
3921.95Stsutsui# mode to use, the next set of four bits the DMA mode and the third set the
3931.95Stsutsui# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
3941.95Stsutsui# to use, and the last bit must be 1 for this setting to be used.
3951.95Stsutsui# For DMA and UDMA, 0xf (1111) means 'disable'.
3961.95Stsutsui# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
3971.95Stsutsui# (0xc=1100, 0xa=1010, 0xf=1111)
3981.95Stsutsui# 0x0000 means "use whatever the drive claims to support".
3991.95Stsutsuiwd*		at atabus? drive ? flags 0x0000
4001.95Stsutsui
4011.95Stsutsui# ATAPI bus support
4021.95Stsutsuiatapibus*	at atapi?
4031.31Ssoda
4041.31Ssoda#### ATAPI bus devices
4051.31Ssoda
4061.31Ssoda# flags have the same meaning as for IDE drives.
4071.31Ssodacd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
4081.31Ssodasd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
4091.31Ssodauk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
4101.33Ssoda
4111.33Ssoda#### Workstation Console attachments
4121.33Ssoda
4131.33Ssodawsdisplay*	at vga?
4141.33Ssodawsdisplay*	at tga?
4151.33Ssodapckbd*		at pckbc?	# PC keyboard (kbd port)
4161.33Ssodawskbd*		at pckbd?
4171.33Ssodapms*		at pckbc?	# PS/2-style mouse (aux port)
4181.33Ssodawsmouse*	at pms?
4191.23Ssoda
4201.27Ssoda#### Pseudo devices
4211.1Sjonathan
4221.127Sthorpejpseudo-device 	crypto			# /dev/crypto device
4231.128Sthorpejpseudo-device	swcrypto		# software crypto implementation
4241.98Sjonathan
4251.27Ssoda# disk/mass storage pseudo-devices
4261.175Schristospseudo-device	ccd			# concatenated/striped disk devices
4271.175Schristos#pseudo-device	cgd			# cryptographic disk devices
4281.198Stsutsui#pseudo-device	raid			# RAIDframe disk driver
4291.149Stsutsui#options 	RAID_AUTOCONFIG
4301.60Soster# Options to enable various other RAIDframe RAID types.
4311.81Stsutsui#options 	RF_INCLUDE_EVENODD=1
4321.81Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
4331.81Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
4341.81Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
4351.81Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
4361.81Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4371.81Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4381.163Spookapseudo-device	fss			# file system snapshot device
4391.165Shannkenpseudo-device	md			# memory disk device (ramdisk)
4401.134Scubepseudo-device	vnd			# disk-like interface to files
4411.118Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
4421.198Stsutsui#pseudo-device	putter			# for puffs and pud
4431.27Ssoda
4441.27Ssoda# network pseudo-devices
4451.133Srpaulopseudo-device	bpfilter		# Berkeley packet filter
4461.198Stsutsui#pseudo-device	carp			# Common Address Redundancy Protocol
4471.190Smaxvpseudo-device	npf			# NPF packet filter
4481.175Schristospseudo-device	loop			# network loopback
4491.134Scubepseudo-device	ppp			# Point-to-Point Protocol
4501.59Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
4511.134Scubepseudo-device	sl			# Serial Line IP
4521.134Scubepseudo-device	tun			# network tunneling over tty
4531.108Scubepseudo-device	tap			# virtual Ethernet
4541.134Scube#pseudo-device	gre			# generic L3 over IP tunnel
4551.198Stsutsui#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
4561.134Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
4571.198Stsutsui#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
4581.40Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
4591.57Satatatpseudo-device	bridge			# simple inter-network bridging
4601.200Sroypseudo-device	vether			# Virtual Ethernet for bridge
4611.198Stsutsui#pseudo-device	agr			# IEEE 802.3ad link aggregation
4621.23Ssoda
4631.154Stls#
4641.154Stls# accept filters
4651.198Stsutsui#pseudo-device   accf_data		# "dataready" accept filter
4661.198Stsutsui#pseudo-device   accf_http		# "httpready" accept filter
4671.154Stls
4681.27Ssoda# miscellaneous pseudo-devices
4691.39Sjdolecekpseudo-device	pty			# pseudo-terminals
4701.177Schristos#pseudo-device	sequencer		# MIDI sequencer
4711.27Ssoda# rnd works; RND_COM does not on port arc yet.
4721.27Ssoda#options 	RND_COM			# use "com" randomness as well (BROKEN)
4731.69Slukempseudo-device	clockctl		# user control of clock subsystem
4741.202Sriastradpseudo-device 	swwdog			# software watchdog timer -- swwdog(4)
4751.27Ssoda
4761.27Ssoda# a pseudo device needed for Coda	# also needs CODA (above)
4771.176Schristos#pseudo-device	vcoda			# coda minicache <-> venus comm.
4781.27Ssoda
4791.27Ssoda# mouse & keyboard multiplexor pseudo-devices
4801.54Saugustss#pseudo-device	wsmux
4811.84Sraggepseudo-device	ksyms			# /dev/ksyms
4821.130Selad
4831.198Stsutsui#include "dev/veriexec.config"
484