GENERIC revision 1.32
11.32Smrg# $NetBSD: GENERIC,v 1.32 2017/09/14 07:58:39 mrg Exp $
21.1Sphx#
31.1Sphx# GENERIC machine description file
41.1Sphx# 
51.1Sphx# This machine description file is used to generate the default NetBSD
61.1Sphx# kernel.  The generic kernel does not include all options, subsystems
71.1Sphx# and device drivers, but should be useful for most applications.
81.1Sphx#
91.1Sphx# The machine description file can be customised for your specific
101.1Sphx# machine to reduce the kernel size and improve its performance.
111.1Sphx#
121.1Sphx# For further information on compiling NetBSD kernels, see the config(8)
131.1Sphx# man page.
141.1Sphx#
151.1Sphx# For further information on hardware support for this architecture, see
161.1Sphx# the intro(4) man page.  For further information about kernel options
171.1Sphx# for this architecture, see the options(4) man page.  For an explanation
181.1Sphx# of each device driver in this file see the section 4 man page for the
191.1Sphx# device.
201.1Sphx
211.1Sphxinclude "arch/amigappc/conf/std.amigappc"
221.1Sphx
231.1Sphxoptions 	INCLUDE_CONFIG_FILE     # embed config file in kernel binary
241.1Sphx
251.32Smrg#ident          "GENERIC-$Revision: 1.32 $"
261.1Sphx
271.1Sphxmaxusers	8
281.1Sphx
291.1Sphx#
301.1Sphx# Mainboards to support (in addition to Amiga)
311.1Sphx#
321.1Sphxoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
331.1Sphx				# MC68060 with an OS ROM up to (at least)
341.1Sphx				# V40 (OS3.1) and want to boot with the
351.1Sphx				# bootblock.
361.1Sphx				# You do not need this if you have a DraCo,
371.1Sphx				# have no 68060 or NEVER use the bootblock
381.1Sphxoptions 	P5PPC68KBOARD	# Phase5 PPC/68K board support
391.1Sphx
401.1Sphx#
411.1Sphx# Standard system options
421.1Sphx#
431.1Sphxoptions 	INSECURE	# disable kernel security levels
441.1Sphxoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
451.1Sphxoptions 	NTP		# NTP phase/frequency locked loop
461.1Sphx
471.1Sphxoptions 	KTRACE		# system call tracing support
481.1Sphxoptions 	SCSIVERBOSE	# human readable SCSI error messages
491.1Sphxoptions 	USERCONF	# userconf(4) support
501.1Sphx#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
511.1Sphx#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
521.1Sphx
531.1Sphx# Support for System V IPC facilities.
541.1Sphxoptions 	SYSVSHM		# System V-like shared memory
551.1Sphxoptions 	SYSVMSG		# System V-like messages
561.1Sphxoptions 	SYSVSEM		# System V-like semaphores
571.1Sphx
581.1Sphx# Enable experimental buffer queue strategy for better responsiveness under 
591.1Sphx# high disk I/O load. Use it with caution - it's not proven to be stable yet.
601.1Sphx#options 	BUFQ_READPRIO
611.1Sphx#options 	BUFQ_PRIOCSCAN
621.1Sphx
631.1Sphx#
641.1Sphx# Diagnostic/debugging support options
651.1Sphx#
661.3Sphx#options 	DIAGNOSTIC	# Extra kernel sanity checks
671.3Sphx#options 	DEBUG		# Enable misc. kernel debugging code
681.3Sphx#options 	DEBUG_KERNEL_START
691.1Sphxoptions 	DDB		# in-kernel debugger
701.20Sszptvlfn#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
711.1Sphxoptions 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
721.3Sphx#options 	SCSIDEBUG	# Add SCSI debugging statements
731.1Sphx#options 	SERCONSOLE	# console via Amiga serial port
741.3Sphx#makeoptions	DEBUG="-g"	# compile full symbol table
751.1Sphx
761.1Sphx#
771.1Sphx# Compatibility option
781.1Sphx#
791.32Smrg
801.32Smrginclude 	"conf/compat_netbsd09.config"
811.32Smrg
821.3Sphx#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
831.1Sphx#options 	COMPAT_LINUX	# Linux binary compatibility
841.1Sphx
851.1Sphx#
861.1Sphx# File systems
871.1Sphx#
881.1Sphxfile-system 	FFS		# UFS
891.3Sphxfile-system 	EXT2FS		# second extended file system (linux)
901.3Sphxfile-system 	LFS		# log-structured file system
911.3Sphxfile-system 	MFS		# memory file system
921.3Sphxfile-system 	NFS		# Network file System client
931.3Sphxfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
941.3Sphxfile-system 	MSDOSFS		# MS-DOS file system
951.1Sphxfile-system 	ADOSFS		# AmigaDOS file system
961.1Sphxfile-system 	FDESC		# /dev/fd
971.1Sphxfile-system 	KERNFS		# /kern
981.3Sphxfile-system 	NULLFS		# loopback file system
991.3Sphxfile-system 	OVERLAY		# overlay file system
1001.1Sphxfile-system 	PROCFS		# /proc
1011.3Sphxfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1021.3Sphxfile-system 	UNION		# union file system
1031.1Sphxfile-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
1041.1Sphxfile-system	PTYFS		# /dev/pts/N support
1051.1Sphxfile-system	TMPFS		# Efficient memory file-system
1061.1Sphx#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1071.1Sphx
1081.1Sphx# File system options
1091.8Swiz#options 	FFS_EI		# FFS Endian Independent support
1101.10Sdhollandoptions 	WAPBL		# File system journaling support
1111.1Sphx
1121.7Sbouyeroptions 	QUOTA		# legacy UFS quotas
1131.7Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
1141.1Sphx#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1151.3Sphxoptions 	NFSSERVER	# Network File System server side code
1161.1Sphx#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1171.23Smanuoptions 	UFS_EXTATTR	# Extended attribute support for UFS1
1181.1Sphx#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1191.1Sphx				# immutable) behave as system flags.
1201.1Sphx
1211.1Sphx#
1221.1Sphx# Networking options
1231.1Sphx#
1241.3Sphx#options 	GATEWAY		# Packet forwarding
1251.1Sphxoptions 	INET		# IP networking support (Required)
1261.1Sphxoptions 	INET6		# IPV6
1271.1Sphx#options 	IPSEC		# IP security
1281.1Sphx#options 	IPSEC_DEBUG	# debug for IP security
1291.3Sphx#options 	MROUTING	# Multicast routing
1301.1Sphx#options 	DIRECTED_BROADCAST	# Broadcast across subnets
1311.1Sphx#options 	PIM		# Protocol Independent Multicast
1321.1Sphx#options 	NETATALK	# AppleTalk networking protocols
1331.1Sphxoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1341.1Sphxoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1351.1Sphxoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1361.1Sphxoptions 	IPFILTER_LOG	# ipmon(8) log support
1371.1Sphxoptions 	IPFILTER_LOOKUP	# ippool(8) support
1381.5Smrgoptions 	IPFILTER_COMPAT # Compat for IP-Filter
1391.1Sphx#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1401.3Sphx#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1411.1Sphx
1421.1Sphx#options 	ALTQ		# Manipulate network interfaces' output queues
1431.1Sphx#options 	ALTQ_BLUE	# Stochastic Fair Blue
1441.1Sphx#options 	ALTQ_CBQ	# Class-Based Queueing
1451.1Sphx#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1461.1Sphx#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1471.1Sphx#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1481.1Sphx#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1491.1Sphx#options 	ALTQ_LOCALQ	# Local queueing discipline
1501.1Sphx#options 	ALTQ_PRIQ	# Priority Queueing
1511.1Sphx#options 	ALTQ_RED	# Random Early Detection
1521.1Sphx#options 	ALTQ_RIO	# RED with IN/OUT
1531.1Sphx#options 	ALTQ_WFQ	# Weighted Fair Queueing
1541.1Sphx
1551.1Sphx#
1561.1Sphx# Amiga specific options
1571.1Sphx#
1581.3Sphxoptions 	RETINACONSOLE	# enable code to allow retina to be console
1591.3Sphxoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1601.3Sphxoptions 	CL5426CONSOLE	# Cirrus console
1611.3Sphxoptions 	CV64CONSOLE	# CyberVision console
1621.3Sphxoptions 	TSENGCONSOLE	# Tseng console
1631.3Sphxoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1641.1Sphx
1651.1Sphxoptions 	GRF_ECS		# Enhanced Chip Set
1661.1Sphxoptions 	GRF_NTSC	# NTSC
1671.1Sphxoptions 	GRF_PAL		# PAL
1681.3Sphxoptions 	GRF_A2024	# Support for the A2024
1691.3Sphxoptions 	GRF_AGA		# AGA Chip Set
1701.3Sphxoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
1711.3Sphxoptions 	GRF_SUPER72	# AGA Super-72
1721.1Sphx#options 	KFONT_8X11	# 8x11 font
1731.1Sphx
1741.1Sphx# select a font for the console according to the character set and keymap
1751.1Sphx# you want to use
1761.1Sphxoptions        KFONT_CONS_ISO8859_1
1771.1Sphx#options         KFONT_CONS_ISO8859_2
1781.1Sphx
1791.1Sphx# This is how you would tell the kernel the A2410 oscillator frequencies:
1801.1Sphx# The used frequencies are the defaults, and do not need option setting
1811.1Sphx#options 	ULOWELL_OSC1=36000000
1821.1Sphx#options 	ULOWELL_OSC2=66667000
1831.1Sphx
1841.1Sphx# This is how you specify the blitting speed, higher values may speed up blits
1851.1Sphx# a littel bit.  If you raise this value too much some trash may appear.
1861.1Sphx# the commented version is the default.
1871.1Sphx#options 	RH_MEMCLK=61000000
1881.1Sphx# this option enables the 64 bit sprite which does not work
1891.1Sphx# for quite a few people.  E.g. The cursor sprite will turn to a block
1901.1Sphx# when moved to the top of the screen in X.
1911.1Sphx#options 	RH_64BIT_SPRITE
1921.1Sphx# enables fast scroll code appears to now work on 040 systems.
1931.1Sphx#options 	RETINA_SPEED_HACK
1941.1Sphx# enables the Hardwarecursor which does not work on some systems.
1951.1Sphx#options 	RH_HARDWARECURSOR
1961.1Sphx
1971.1Sphx#
1981.1Sphx# Device configuration
1991.1Sphx#
2001.1Sphxmainbus0	at root
2011.1Sphxcpu0		at mainbus0
2021.1Sphxkbd0		at mainbus0		# Amiga keyboard
2031.1Sphxzbus0		at mainbus0		# ZorroII/III expansion bus
2041.1Sphxser0		at mainbus0		# Amiga onboard serial
2051.1Sphxpar0		at mainbus0		# Amiga onboard parallel
2061.1Sphxms*		at mainbus0		# Amiga mice
2071.1Sphxfdc0		at mainbus0		# Amiga FDC
2081.1Sphxfd*		at fdc0 unit ?		# floppy disks on the later
2091.1Sphxa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
2101.3Sphxaucc*		at mainbus0		# Amiga CC audio
2111.3Sphxaudio*		at aucc?
2121.1Sphx
2131.29Schristosspkr*		at audio?		# PC speaker (synthesized)
2141.27Snat
2151.1Sphx# wscons aware interface to amiga custom chips.
2161.1Sphx# If you enable it enable also wskbd.
2171.1Sphx#amidisplaycc0	at mainbus0		# wscons interface to custom chips
2181.1Sphx#wsdisplay0	at amidisplaycc0 console ?
2191.1Sphx#options 	WSEMUL_VT100
2201.12Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
2211.1Sphx#options 	FONT_VT220L8x10
2221.1Sphx#options	FONT_VT220ISO8x16
2231.1Sphx#
2241.1Sphx# Keyboard device. Optionally can attach a wskbd.
2251.1Sphx# wskbd works together with a wsdisplay so enable them both if you will.
2261.1Sphx# Don't enable wskbd if you use ite.
2271.1Sphx#
2281.1Sphx# XXX in std.amiga: kbd0 at mainbus0
2291.1Sphx#wskbd0		at kbd0 console ?
2301.1Sphx#wsmouse*	at ms?
2311.1Sphx
2321.1Sphx#
2331.1Sphx# Graphics devices
2341.1Sphx#
2351.1Sphxgrfcc0		at mainbus0		# custom chips
2361.3Sphxgrfrt0		at zbus0		# retina II
2371.3Sphxgrfrh0		at zbus0		# retina III
2381.3Sphxgrfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
2391.3Sphxgrful0		at zbus0		# A2410
2401.3Sphxgrfcv0		at zbus0		# CyberVision 64
2411.3Sphxgrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2421.3Sphxgrfcv3d0	at zbus0		# CyberVision 64/3D
2431.1Sphx
2441.1Sphxgrf0		at grfcc0
2451.3Sphxgrf1		at grfrt0
2461.3Sphxgrf2		at grfrh0
2471.3Sphxgrf3		at grfcl?
2481.3Sphxgrf4		at grful0
2491.3Sphxgrf5		at grfcv0
2501.3Sphxgrf6		at grfet?
2511.3Sphxgrf7		at grfcv3d0
2521.1Sphxite0		at grf0			# terminal emulators for grfs
2531.3Sphxite1		at grf1			# terminal emulators for grfs
2541.3Sphxite2		at grf2			# terminal emulators for grfs
2551.3Sphxite3		at grf3			# terminal emulators for grfs
2561.3Sphxite4		at grf4			# terminal emulators for grfs
2571.3Sphxite5		at grf5			# terminal emulators for grfs
2581.3Sphxite6		at grf6			# terminal emulators for grfs
2591.3Sphxite7		at grf7			# terminal emulators for grfs
2601.1Sphx
2611.26Schristos# Needs wscons
2621.26Schristos#mntva*          at zbus?                # MNTMN VA2000
2631.26Schristos#options         MNTVA_CONSOLE
2641.26Schristos
2651.1Sphx#
2661.1Sphx# Zorro-II, Zorro-III devices (sans graphics)
2671.1Sphx#
2681.3Sphxrepulse*	at zbus0		# ALiENDESiGN Repulse
2691.3Sphxaudio*		at repulse?
2701.1Sphx
2711.3Sphxtoccata*	at zbus0		# MacroSystem GmbH Toccata
2721.3Sphxaudio*		at toccata?
2731.1Sphx
2741.1Sphx# Ethernet cards:
2751.3Sphxle*		at zbus0		# A2065, Ameristar, Ariadne
2761.3Sphxne*		at zbus0		# AriadneII, X-surf
2771.3Sphxed*		at zbus0		# Hydra, ASDG LanRover
2781.3Sphxes*		at zbus0		# CEI A4066 EthernetPLUS
2791.3Sphxqn*		at zbus0		# Quicknet
2801.1Sphx
2811.1Sphx# Arcnet
2821.3Sphxbah*		at zbus0		# C=/Ameristar A2060 / 560
2831.1Sphx
2841.1Sphx# Greater Valley Product Bus
2851.3Sphxgvpbus* 	at zbus0
2861.1Sphx
2871.1Sphx# scsi stuff, all possible
2881.3Sphxgtsc0		at gvpbus?		# GVP series II scsi
2891.3Sphxscsibus*	at gtsc0
2901.1Sphxahsc0		at mainbus0		# A3000 scsi
2911.1Sphxscsibus*	at ahsc0
2921.3Sphxatzsc0		at zbus0		# A2091 scsi
2931.3Sphxscsibus*	at atzsc0
2941.3Sphxwstsc0		at zbus0		# Wordsync II scsi
2951.3Sphxscsibus*	at wstsc0
2961.3Sphxivsc0		at zbus0		# IVS scsi
2971.3Sphxscsibus*	at ivsc0
2981.3Sphxmlhsc0		at zbus0		# Hacker scsi
2991.3Sphxscsibus*	at mlhsc0
3001.3Sphxotgsc0		at zbus0		# 12 gauge scsi
3011.3Sphxscsibus*	at otgsc0
3021.3Sphxzssc0		at zbus0		# Zeus scsi
3031.3Sphxscsibus*	at zssc0
3041.3Sphxmgnsc0		at zbus0		# Magnum scsi
3051.3Sphxscsibus*	at mgnsc0
3061.3Sphxwesc0		at zbus0		# Warp Engine scsi
3071.3Sphxscsibus*	at wesc0
3081.6Sphxbppcsc0		at zbus0		# BlizzardPPC 603e+ scsi
3091.6Sphxscsibus*	at bppcsc0
3101.3Sphxafsc0		at zbus0		# A4091 scsi
3111.3Sphxscsibus*	at afsc0
3121.3Sphxaftsc0		at mainbus0		# A4000T scsi
3131.3Sphxscsibus*	at aftsc0
3141.3Sphxflsc0		at zbus0		# FastlaneZ3 scsi
3151.3Sphxscsibus*	at flsc0
3161.3Sphxbzsc0		at zbus0		# Blizzard 1230 I,II scsi
3171.3Sphxscsibus*	at bzsc0
3181.3Sphxbzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
3191.3Sphxscsibus*	at bzivsc0
3201.3Sphxbztzsc0 	at zbus0		# Blizzard 2060 scsi
3211.3Sphxscsibus*	at bztzsc0
3221.3Sphxcbsc0		at zbus0		# CyberSCSI I
3231.3Sphxscsibus*	at cbsc0
3241.3Sphxcbiisc0 	at zbus0		# CyberSCSI II
3251.3Sphxscsibus*	at cbiisc0
3261.3Sphxcbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3271.3Sphxscsibus*	at cbiiisc0
3281.3Sphxempsc0		at zbus0		# Emplant scsi
3291.3Sphxscsibus*	at empsc0
3301.3Sphx
3311.3Sphxwdc0		at mainbus0		# A4000 & A1200 IDE bus
3321.3Sphxwdc*		at zbus0		# Buddha / Catweasel
3331.3Sphx
3341.3Sphxatabus* 	at wdc? channel ?	# ATA bus
3351.3Sphxwd*		at atabus? drive ?	#  + drives
3361.3Sphxatapibus*	at atabus?		# ATAPI bus
3371.3Sphxcd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3381.3Sphxsd*		at atapibus? drive ?	# ATAPI disk drives
3391.3Sphx
3401.3Sphxpccard0 	at mainbus0
3411.3Sphxpcmcia* 	at pccard0
3421.3Sphxcom*		at pcmcia? function ?	# Modems and serial cards
3431.3Sphxpcmcom* 	at pcmcia? function ?	# PCMCIA multi-port serial cards
3441.3Sphxaic*		at pcmcia? function ?	# Adaptec APA-1460 SCSI
3451.3Sphxwdc*		at pcmcia? function ?
3461.3Sphxawi*		at pcmcia? function ?	# BayStack 650 (802.11FH)
3471.3Sphxep*		at pcmcia? function ?	# 3Com 3c589 and 3c562 Ethernet
3481.3Sphxmbe*		at pcmcia? function ?	# MB8696x based Ethernet
3491.3Sphxne*		at pcmcia? function ?	# NE2000-compatible Ethernet
3501.3Sphxsm*		at pcmcia? function ?	# Megahertz Ethernet
3511.3Sphxmhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
3521.3Sphxcom*		at mhzc?
3531.3Sphxsm*		at mhzc?
3541.1Sphx
3551.1Sphx# each hard drive from low target to high
3561.1Sphx# will configure to the next available sd unit number
3571.1Sphxsd*		at scsibus? target ? lun ?	# scsi disks
3581.3Sphxst*		at scsibus? target ? lun ?	# scsi tapes
3591.1Sphxcd*		at scsibus? target ? lun ?	# scsi cds
3601.3Sphxch*		at scsibus? target ? lun ?	# scsi autochangers
3611.3Sphxss*		at scsibus? target ? lun ?	# scsi scanner
3621.1Sphxuk*		at scsibus? target ? lun ?	# scsi unknown
3631.1Sphx
3641.3Sphxmsc0		at zbus0		# A2232 MSC multiport serial.
3651.3Sphxmfc0		at zbus0		# MultiFaceCard I/O board
3661.3Sphxmfcs0		at mfc0 unit 0		# MFC serial
3671.3Sphxmfcs1		at mfc0 unit 1		# MFC serial
3681.1Sphx#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
3691.1Sphx#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
3701.1Sphx#mfcs2		at mfc1 unit 0
3711.1Sphx#mfcs3		at mfc1 unit 1
3721.1Sphx#mfcp1		at mfc1 unit 0
3731.1Sphx
3741.3Sphxhyper*		at zbus?		# zbus HyperCom3/3+/4/4+
3751.1Sphx#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
3761.3Sphxcom*		at hyper? port ?	# Hypercom3/4 serial ports
3771.3Sphxlpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
3781.1Sphx
3791.1Sphx#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
3801.1Sphx#options 	IOBZCLOCK=24000000	# if needed.
3811.1Sphx
3821.3Sphxiobl*		at zbus?		# zbus IOBlix
3831.3Sphxcom*		at iobl? port ?		# IOBlix serial ports
3841.3Sphxlpt*		at iobl? port ?		# IOBlix parallel ports
3851.1Sphx
3861.1Sphx
3871.1Sphx#
3881.1Sphx# accept filters
3891.1Sphxpseudo-device	accf_data		# "dataready" accept filter
3901.1Sphxpseudo-device	accf_http		# "httpready" accept filter
3911.1Sphx
3921.1Sphxpseudo-device	loop			# loopback network interface
3931.1Sphxpseudo-device	sl			# SLIP network interfaces
3941.1Sphxpseudo-device	ppp			# PPP network interfaces
3951.1Sphxpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3961.1Sphxpseudo-device	tun			# network tunnel line discipline
3971.1Sphxpseudo-device	tap			# virtual Ethernet
3981.1Sphx#pseudo-device	gre			# generic L3 over IP tunnel
3991.1Sphxpseudo-device	bpfilter		# Berkeley packet filter
4001.1Sphx#pseudo-device	carp			# Common Address Redundancy Protocol
4011.1Sphxpseudo-device	ipfilter		# IP Filter package
4021.1Sphxpseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
4031.1Sphx#pseudo-device	faith			# IPv[46] tcp relay translation i/f
4041.1Sphxpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
4051.1Sphxpseudo-device	vlan			# IEEE 802.1q encapsulation
4061.1Sphxpseudo-device	bridge			# simple inter-network bridging
4071.1Sphx#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
4081.1Sphxpseudo-device	agr			# IEEE 802.3ad link aggregation
4091.1Sphx#pseudo-device	pf			# PF packet filter
4101.1Sphx#pseudo-device	pflog			# PF log if
4111.4Spookapseudo-device	fss			# file system snapshot device
4121.1Sphx
4131.1Sphxpseudo-device	view		4	# views (needed for grfcc)
4141.1Sphxpseudo-device	pty			# pseudo-terminals
4151.1Sphxpseudo-device	clockctl		# user control of clock subsystem
4161.1Sphx
4171.1Sphx#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
4181.1Sphx#pseudo-device	wsmux			# mouse & keyboard multiplexor
4191.1Sphx
4201.1Sphxpseudo-device	vnd			# vnode pseudo-disks
4211.1Sphx#options 	VND_COMPRESSION		# compressed vnd(4)
4221.16Schristospseudo-device	ccd			# concatenated disk devices
4231.16Schristos#pseudo-device	cgd			# cryptographic disk devices
4241.17Schristospseudo-device	raid			# RAIDframe disk driver
4251.1Sphxoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4261.1Sphx# Options to enable various other RAIDframe RAID types.
4271.1Sphx# options 	RF_INCLUDE_EVENODD=1
4281.1Sphx# options 	RF_INCLUDE_RAID5_RS=1
4291.1Sphx# options 	RF_INCLUDE_PARITYLOGGING=1
4301.1Sphx# options 	RF_INCLUDE_CHAINDECLUSTER=1
4311.1Sphx# options 	RF_INCLUDE_INTERDECLUSTER=1
4321.1Sphx# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4331.1Sphx# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4341.1Sphx
4351.1Sphx#options 	RND_COM			# use "com" randomness as well (BROKEN)
4361.1Sphx
4371.1Sphxpseudo-device	ksyms			# /dev/ksyms (kernel symbols)
4381.1Sphxpseudo-device	nsmb			# experimental - SMB requester
4391.1Sphx
4401.1Sphx# Veriexec
4411.1Sphx#
4421.1Sphx# a pseudo device needed for veriexec
4431.17Schristos#pseudo-device	veriexec
4441.1Sphx#
4451.1Sphx# Uncomment the fingerprint methods below that are desired. Note that
4461.1Sphx# removing fingerprint methods will have almost no impact on the kernel
4471.1Sphx# code size.
4481.1Sphx#
4491.1Sphx#options VERIFIED_EXEC_FP_SHA256
4501.1Sphx#options VERIFIED_EXEC_FP_SHA384
4511.1Sphx#options VERIFIED_EXEC_FP_SHA512
4521.1Sphx
4531.1Sphx# Kernel root file system and dump configuration
4541.1Sphxconfig		netbsd	root on ? type ?
455