NULL revision 1.28
11.28Spooka# $NetBSD: NULL,v 1.28 2010/04/16 13:48:29 pooka Exp $
21.1Sis#
31.26Sphx# NULL machine description file
41.26Sphx# 
51.1Sis
61.1Sisinclude "arch/amigappc/conf/std.amigappc"
71.1Sis
81.26Sphx#options 	INCLUDE_CONFIG_FILE     # embed config file in kernel binary
91.26Sphx
101.28Spooka#ident          "GENERIC-$Revision: 1.28 $"
111.26Sphx
121.1Sismaxusers	8
131.1Sis
141.26Sphx#
151.26Sphx# Mainboards to support (in addition to Amiga)
161.26Sphx#
171.26Sphxoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
181.5Slukem				# MC68060 with an OS ROM up to (at least)
191.1Sis				# V40 (OS3.1) and want to boot with the
201.1Sis				# bootblock.
211.1Sis				# You do not need this if you have a DraCo,
221.1Sis				# have no 68060 or NEVER use the bootblock
231.26Sphxoptions 	P5PPC68KBOARD	# Phase5 PPC/68K board support
241.26Sphx
251.26Sphx#
261.26Sphx# Standard system options
271.26Sphx#
281.26Sphx#options 	INSECURE	# disable kernel security levels
291.26Sphx#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
301.26Sphx#options 	NTP		# NTP phase/frequency locked loop
311.26Sphx
321.26Sphxoptions 	KTRACE		# system call tracing support
331.26Sphxoptions 	SCSIVERBOSE	# human readable SCSI error messages
341.26Sphx#options 	USERCONF	# userconf(4) support
351.26Sphx#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
361.26Sphx#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
371.26Sphx
381.26Sphx# Support for System V IPC facilities.
391.26Sphx#options 	SYSVSHM		# System V-like shared memory
401.26Sphx#options 	SYSVMSG		# System V-like messages
411.26Sphx#options 	SYSVSEM		# System V-like semaphores
421.26Sphxoptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
431.1Sis
441.26Sphx# Enable experimental buffer queue strategy for better responsiveness under 
451.26Sphx# high disk I/O load. Use it with caution - it's not proven to be stable yet.
461.26Sphx#options 	BUFQ_READPRIO
471.26Sphx#options 	BUFQ_PRIOCSCAN
481.1Sis
491.26Sphx#
501.26Sphx# Diagnostic/debugging support options
511.26Sphx#
521.26Sphxoptions 	DIAGNOSTIC	# Extra kernel sanity checks
531.26Sphxoptions 	DEBUG		# Enable misc. kernel debugging code
541.26Sphxoptions 	KMEMSTATS	# kernel memory statistics (vmstat -m)
551.26Sphxoptions 	DDB		# in-kernel debugger
561.26Sphxoptions 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
571.26Sphxoptions 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
581.26Sphxoptions 	SCSIDEBUG	# Add SCSI debugging statements
591.26Sphx#options 	SERCONSOLE	# console via Amiga serial port
601.26Sphxmakeoptions	DEBUG="-g"	# compile full symbol table
611.26Sphx
621.26Sphx#
631.26Sphx# Compatibility option
641.26Sphx#
651.26Sphx#options 	COMPAT_09	# NetBSD 0.9,
661.26Sphx#options 	COMPAT_10	# NetBSD 1.0,
671.26Sphx#options 	COMPAT_11	# NetBSD 1.1,
681.26Sphx#options 	COMPAT_12	# NetBSD 1.2,
691.26Sphx#options 	COMPAT_13	# NetBSD 1.3,
701.26Sphx#options 	COMPAT_14	# NetBSD 1.4,
711.26Sphx#options 	COMPAT_15	# NetBSD 1.5,
721.26Sphx#options 	COMPAT_16	# NetBSD 1.6,
731.26Sphx#options 	COMPAT_20	# NetBSD 2.0,
741.26Sphx#options 	COMPAT_30	# NetBSD 3.0 compatibility.
751.26Sphxoptions 	COMPAT_40	# NetBSD 4.0 compatibility.
761.26Sphxoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
771.26Sphx#options 	COMPAT_43	# and 4.3BSD
781.26Sphx#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
791.26Sphx#options 	COMPAT_LINUX	# Linux binary compatibility
801.26Sphx#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
811.26Sphxoptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
821.26Sphx
831.26Sphx#
841.26Sphx# File systems
851.26Sphx#
861.26Sphxfile-system 	FFS		# UFS
871.26Sphx#file-system 	EXT2FS		# second extended file system (linux)
881.26Sphx#file-system 	LFS		# log-structured file system
891.26Sphx#file-system 	MFS		# memory file system
901.26Sphx#file-system 	NFS		# Network file System client
911.26Sphx#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
921.26Sphx#file-system 	MSDOSFS		# MS-DOS file system
931.26Sphxfile-system 	ADOSFS		# AmigaDOS file system
941.26Sphx#file-system 	FDESC		# /dev/fd
951.26Sphx#file-system 	KERNFS		# /kern
961.26Sphx#file-system 	NULLFS		# loopback file system
971.26Sphx#file-system 	OVERLAY		# overlay file system
981.26Sphx#file-system 	PROCFS		# /proc
991.26Sphx#file-system 	UMAPFS		# NULLFS + uid and gid remapping
1001.26Sphx#file-system 	UNION		# union file system
1011.26Sphx#file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
1021.26Sphxfile-system	PTYFS		# /dev/pts/N support
1031.26Sphxfile-system	TMPFS		# Efficient memory file-system
1041.26Sphx#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1051.1Sis
1061.26Sphx# File system options
1071.26Sphx#options 	FFS_EI		# FFS Endian Independant support
1081.26Sphx#options 	WAPBL		# File system journaling support - Experimental
1091.1Sis
1101.26Sphx#options 	QUOTA		# User and group quotas in FFS
1111.26Sphx#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1121.26Sphx#options 	NFSSERVER	# Network File System server side code
1131.26Sphx#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1141.1Sis
1151.26Sphx#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1161.26Sphx				# immutable) behave as system flags.
1171.1Sis
1181.26Sphx#
1191.26Sphx# Networking options
1201.26Sphx#
1211.26Sphxoptions 	INET		# IP networking support (Required)
1221.26Sphxoptions 	INET6		# IPV6
1231.26Sphx#options 	IPSEC		# IP security
1241.26Sphx#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1251.26Sphx#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1261.26Sphx#options 	IPSEC_DEBUG	# debug for IP security
1271.1Sis#options 	GATEWAY		# Packet forwarding
1281.1Sis#options 	DIRECTED_BROADCAST	# Broadcast across subnets
1291.26Sphx
1301.1Sis#options 	MROUTING	# Multicast routing
1311.15Smanu#options 	PIM		# Protocol Independent Multicast
1321.1Sis#options 	ISO,TPIP	# OSI
1331.1Sis#options 	EON		# OSI tunneling over IP
1341.1Sis#options 	NETATALK	# AppleTalk networking protocols
1351.26Sphx#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1361.26Sphx
1371.1Sis#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1381.1Sis#options 	PPP_DEFLATE	# Deflate compression support for PPP
1391.1Sis#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1401.1Sis#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1411.1Sis#options 	IPFILTER_LOG	# ipmon(8) log support
1421.26Sphx#options 	IPFILTER_LOOKUP	# ippool(8) support
1431.26Sphx#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1441.1Sis
1451.26Sphx#options 	ALTQ		# Manipulate network interfaces' output queues
1461.26Sphx#options 	ALTQ_BLUE	# Stochastic Fair Blue
1471.26Sphx#options 	ALTQ_CBQ	# Class-Based Queueing
1481.26Sphx#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1491.26Sphx#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1501.26Sphx#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1511.26Sphx#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1521.26Sphx#options 	ALTQ_LOCALQ	# Local queueing discipline
1531.26Sphx#options 	ALTQ_PRIQ	# Priority Queueing
1541.26Sphx#options 	ALTQ_RED	# Random Early Detection
1551.26Sphx#options 	ALTQ_RIO	# RED with IN/OUT
1561.26Sphx#options 	ALTQ_WFQ	# Weighted Fair Queueing
1571.1Sis
1581.26Sphx#
1591.26Sphx# Amiga specific options
1601.26Sphx#
1611.1Sis#options 	RETINACONSOLE	# enable code to allow retina to be console
1621.1Sis#options 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1631.1Sis#options 	CL5426CONSOLE	# Cirrus console
1641.1Sis#options 	CV64CONSOLE	# CyberVision console
1651.1Sis#options 	TSENGCONSOLE	# Tseng console
1661.1Sis#options 	CV3DCONSOLE	# CyberVision 64/3D console
1671.1Sis
1681.26Sphxoptions 	GRF_ECS		# Enhanced Chip Set
1691.1Sisoptions 	GRF_NTSC	# NTSC
1701.1Sisoptions 	GRF_PAL		# PAL
1711.1Sis#options 	GRF_A2024	# Support for the A2024
1721.26Sphx#options 	GRF_AGA		# AGA Chip Set
1731.26Sphx#options 	GRF_AGA_VGA	# AGA VGAONLY timing
1741.1Sis#options 	GRF_SUPER72	# AGA Super-72
1751.26Sphx#options 	KFONT_8X11	# 8x11 font
1761.1Sis
1771.26Sphx# select a font for the console according to the character set and keymap
1781.26Sphx# you want to use
1791.26Sphxoptions        KFONT_CONS_ISO8859_1
1801.26Sphx#options         KFONT_CONS_ISO8859_2
1811.1Sis
1821.26Sphx# This is how you would tell the kernel the A2410 oscillator frequencies:
1831.26Sphx# The used frequencies are the defaults, and do not need option setting
1841.1Sis#options 	ULOWELL_OSC1=36000000
1851.1Sis#options 	ULOWELL_OSC2=66667000
1861.1Sis
1871.26Sphx# This is how you specify the blitting speed, higher values may speed up blits
1881.26Sphx# a littel bit.  If you raise this value too much some trash may appear.
1891.26Sphx# the commented version is the default.
1901.1Sis#options 	RH_MEMCLK=61000000
1911.26Sphx# this option enables the 64 bit sprite which does not work
1921.26Sphx# for quite a few people.  E.g. The cursor sprite will turn to a block
1931.26Sphx# when moved to the top of the screen in X.
1941.1Sis#options 	RH_64BIT_SPRITE
1951.26Sphx# enables fast scroll code appears to now work on 040 systems.
1961.1Sis#options 	RETINA_SPEED_HACK
1971.26Sphx# enables the Hardwarecursor which does not work on some systems.
1981.1Sis#options 	RH_HARDWARECURSOR
1991.1Sis
2001.26Sphx#
2011.26Sphx# Device configuration
2021.26Sphx#
2031.26Sphxmainbus0	at root
2041.26Sphxcpu0		at mainbus0
2051.26Sphxkbd0		at mainbus0		# Amiga keyboard
2061.26Sphxzbus0		at mainbus0		# ZorroII/III expansion bus
2071.26Sphxser0		at mainbus0		# Amiga onboard serial
2081.26Sphxpar0		at mainbus0		# Amiga onboard parallel
2091.26Sphxms*		at mainbus0		# Amiga mice
2101.26Sphxfdc0		at mainbus0		# Amiga FDC
2111.26Sphxfd*		at fdc0 unit ?		# floppy disks on the later
2121.26Sphx#a34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
2131.26Sphx#aucc*		at mainbus0		# Amiga CC audio
2141.26Sphx#audio*		at aucc?
2151.26Sphx
2161.26Sphx# wscons aware interface to amiga custom chips.
2171.26Sphx# If you enable it enable also wskbd.
2181.26Sphx#amidisplaycc0	at mainbus0		# wscons interface to custom chips
2191.26Sphx#wsdisplay0	at amidisplaycc0 console ?
2201.26Sphx#options 	WSEMUL_VT100
2211.26Sphx#options 	FONT_VT220L8x10
2221.26Sphx#options	FONT_VT220ISO8x16
2231.26Sphx#
2241.26Sphx# Keyboard device. Optionally can attach a wskbd.
2251.26Sphx# wskbd works together with a wsdisplay so enable them both if you will.
2261.26Sphx# Don't enable wskbd if you use ite.
2271.26Sphx#
2281.26Sphx# XXX in std.amiga: kbd0 at mainbus0
2291.26Sphx#wskbd0		at kbd0 console ?
2301.26Sphx#wsmouse*	at ms?
2311.26Sphx
2321.26Sphx#
2331.26Sphx# Graphics devices
2341.26Sphx#
2351.1Sisgrfcc0		at mainbus0		# custom chips
2361.1Sis#grfrt0		at zbus0		# retina II
2371.1Sis#grfrh0		at zbus0		# retina III
2381.26Sphx#grfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
2391.1Sis#grful0		at zbus0		# A2410
2401.1Sis#grfcv0		at zbus0		# CyberVision 64
2411.1Sis#grfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2421.1Sis#grfcv3d0	at zbus0		# CyberVision 64/3D
2431.1Sis
2441.1Sisgrf0		at grfcc0
2451.1Sis#grf1		at grfrt0
2461.1Sis#grf2		at grfrh0
2471.1Sis#grf3		at grfcl?
2481.1Sis#grf4		at grful0
2491.1Sis#grf5		at grfcv0
2501.1Sis#grf6		at grfet?
2511.1Sis#grf7		at grfcv3d0
2521.1Sisite0		at grf0			# terminal emulators for grfs
2531.1Sis#ite1		at grf1			# terminal emulators for grfs
2541.1Sis#ite2		at grf2			# terminal emulators for grfs
2551.1Sis#ite3		at grf3			# terminal emulators for grfs
2561.1Sis#ite4		at grf4			# terminal emulators for grfs
2571.1Sis#ite5		at grf5			# terminal emulators for grfs
2581.1Sis#ite6		at grf6			# terminal emulators for grfs
2591.1Sis#ite7		at grf7			# terminal emulators for grfs
2601.1Sis
2611.26Sphx#
2621.26Sphx# Zorro-II, Zorro-III devices (sans graphics)
2631.26Sphx#
2641.26Sphx#repulse*	at zbus0		# ALiENDESiGN Repulse
2651.26Sphx#audio*		at repulse?
2661.1Sis
2671.26Sphx#toccata*	at zbus0		# MacroSystem GmbH Toccata
2681.26Sphx#audio*		at toccata?
2691.1Sis
2701.26Sphx# Ethernet cards:
2711.1Sis#le*		at zbus0		# A2065, Ameristar, Ariadne
2721.26Sphx#ne*		at zbus0		# AriadneII, X-surf
2731.1Sis#ed*		at zbus0		# Hydra, ASDG LanRover
2741.1Sis#es*		at zbus0		# CEI A4066 EthernetPLUS
2751.1Sis#qn*		at zbus0		# Quicknet
2761.1Sis
2771.26Sphx# Arcnet
2781.1Sis#bah*		at zbus0		# C=/Ameristar A2060 / 560
2791.1Sis
2801.26Sphx# Greater Valley Product Bus
2811.1Sis#gvpbus* 	at zbus0
2821.1Sis
2831.26Sphx# scsi stuff, all possible
2841.1Sis#gtsc0		at gvpbus?		# GVP series II scsi
2851.1Sis#scsibus*	at gtsc0
2861.1Sis#ahsc0		at mainbus0		# A3000 scsi
2871.1Sis#scsibus*	at ahsc0
2881.1Sis#atzsc0		at zbus0		# A2091 scsi
2891.1Sis#scsibus*	at atzsc0
2901.1Sis#wstsc0		at zbus0		# Wordsync II scsi
2911.1Sis#scsibus*	at wstsc0
2921.1Sis#ivsc0		at zbus0		# IVS scsi
2931.1Sis#scsibus*	at ivsc0
2941.1Sis#mlhsc0		at zbus0		# Hacker scsi
2951.1Sis#scsibus*	at mlhsc0
2961.1Sis#otgsc0		at zbus0		# 12 gauge scsi
2971.1Sis#scsibus*	at otgsc0
2981.1Sis#zssc0		at zbus0		# Zeus scsi
2991.1Sis#scsibus*	at zssc0
3001.1Sis#mgnsc0		at zbus0		# Magnum scsi
3011.1Sis#scsibus*	at mgnsc0
3021.1Sis#wesc0		at zbus0		# Warp Engine scsi
3031.1Sis#scsibus*	at wesc0
3041.1Sis#afsc0		at zbus0		# A4091 scsi
3051.1Sis#scsibus*	at afsc0
3061.1Sis#aftsc0		at mainbus0		# A4000T scsi
3071.1Sis#scsibus*	at aftsc0
3081.1Sis#flsc0		at zbus0		# FastlaneZ3 scsi
3091.1Sis#scsibus*	at flsc0
3101.5Slukem#bzsc0		at zbus0		# Blizzard 1230 I,II scsi
3111.1Sis#scsibus*	at bzsc0
3121.5Slukem#bzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
3131.1Sis#scsibus*	at bzivsc0
3141.1Sis#bztzsc0 	at zbus0		# Blizzard 2060 scsi
3151.1Sis#scsibus*	at bztzsc0
3161.1Sis#cbsc0		at zbus0		# CyberSCSI I
3171.1Sis#scsibus*	at cbsc0
3181.1Sis#cbiisc0 	at zbus0		# CyberSCSI II
3191.1Sis#scsibus*	at cbiisc0
3201.1Sis#cbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3211.1Sis#scsibus*	at cbiiisc0
3221.1Sis#empsc0		at zbus0		# Emplant scsi
3231.1Sis#scsibus*	at empsc0
3241.1Sis
3251.26Sphx#wdc0		at mainbus0		# A4000 & A1200 IDE bus
3261.26Sphx#wdc*		at zbus0		# Buddha / Catweasel
3271.26Sphx
3281.26Sphx#atabus* 	at wdc? channel ?	# ATA bus
3291.26Sphx#wd*		at atabus? drive ?	#  + drives
3301.26Sphx#atapibus*	at atabus?		# ATAPI bus
3311.26Sphx#cd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3321.26Sphx#sd*		at atapibus? drive ?	# ATAPI disk drives
3331.26Sphx
3341.26Sphx#pccard0	at mainbus0
3351.26Sphx#pcmcia*	at pccard0
3361.26Sphx#com*		at pcmcia? function ?	# Modems and serial cards
3371.26Sphx#pcmcom*	at pcmcia? function ?	# PCMCIA multi-port serial cards
3381.26Sphx#aic*		at pcmcia? function ?	# Adaptec APA-1460 SCSI
3391.26Sphx#wdc*		at pcmcia? function ?
3401.26Sphx#awi*		at pcmcia? function ?	# BayStack 650 (802.11FH)
3411.26Sphx#ep*		at pcmcia? function ?	# 3Com 3c589 and 3c562 Ethernet
3421.26Sphx#mbe*		at pcmcia? function ?	# MB8696x based Ethernet
3431.26Sphx#ne*		at pcmcia? function ?	# NE2000-compatible Ethernet
3441.26Sphx#sm*		at pcmcia? function ?	# Megahertz Ethernet
3451.26Sphx#mhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
3461.26Sphx#com*		at mhzc?
3471.26Sphx#sm*		at mhzc?
3481.26Sphx
3491.26Sphx# each hard drive from low target to high
3501.26Sphx# will configure to the next available sd unit number
3511.26Sphx#sd*		at scsibus? target ? lun ?	# scsi disks
3521.26Sphx#st*		at scsibus? target ? lun ?	# scsi tapes
3531.26Sphx#cd*		at scsibus? target ? lun ?	# scsi cds
3541.26Sphx#ch*		at scsibus? target ? lun ?	# scsi autochangers
3551.26Sphx#ss*		at scsibus? target ? lun ?	# scsi scanner
3561.26Sphx#uk*		at scsibus? target ? lun ?	# scsi unknown
3571.26Sphx
3581.26Sphx#msc0		at zbus0		# A2232 MSC multiport serial.
3591.26Sphx#mfc0		at zbus0		# MultiFaceCard I/O board
3601.26Sphx#mfcs0		at mfc0 unit 0		# MFC serial
3611.26Sphx#mfcs1		at mfc0 unit 1		# MFC serial
3621.26Sphx#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
3631.26Sphx#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
3641.26Sphx#mfcs2		at mfc1 unit 0
3651.26Sphx#mfcs3		at mfc1 unit 1
3661.26Sphx#mfcp1		at mfc1 unit 0
3671.1Sis
3681.26Sphx#hyper*		at zbus?		# zbus HyperCom3/3+/4/4+
3691.26Sphx#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
3701.26Sphx#com*		at hyper? port ?	# Hypercom3/4 serial ports
3711.26Sphx#lpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
3721.26Sphx
3731.26Sphx#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
3741.26Sphx#options 	IOBZCLOCK=24000000	# if needed.
3751.26Sphx
3761.26Sphx#iobl*		at zbus?		# zbus IOBlix
3771.26Sphx#com*		at iobl? port ?		# IOBlix serial ports
3781.26Sphx#lpt*		at iobl? port ?		# IOBlix parallel ports
3791.26Sphx
3801.26Sphx
3811.26Sphx#
3821.26Sphx# accept filters
3831.26Sphx#pseudo-device	accf_data		# "dataready" accept filter
3841.26Sphx#pseudo-device	accf_http		# "httpready" accept filter
3851.26Sphx
3861.26Sphxpseudo-device	loop			# loopback network interface
3871.23Scube#pseudo-device	sl			# SLIP network interfaces
3881.23Scube#pseudo-device	ppp			# PPP network interfaces
3891.26Sphx#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3901.23Scube#pseudo-device	tun			# network tunnel line discipline
3911.26Sphx#pseudo-device	tap			# virtual Ethernet
3921.23Scube#pseudo-device	gre			# generic L3 over IP tunnel
3931.26Sphx#Bpseudo-device	bpfilter		# Berkeley packet filter
3941.26Sphx#pseudo-device	carp			# Common Address Redundancy Protocol
3951.1Sis#pseudo-device	ipfilter		# IP Filter package
3961.26Sphx#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
3971.26Sphx#pseudo-device	faith			# IPv[46] tcp relay translation i/f
3981.26Sphx#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
3991.26Sphx#pseudo-device	vlan			# IEEE 802.1q encapsulation
4001.26Sphx#pseudo-device	bridge			# simple inter-network bridging
4011.26Sphx#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
4021.26Sphx#pseudo-device	agr			# IEEE 802.3ad link aggregation
4031.26Sphx#pseudo-device	pf			# PF packet filter
4041.26Sphx#pseudo-device	pflog			# PF log if
4051.28Spooka#pseudo-device	fss			# file system snapshot device
4061.1Sis
4071.1Sispseudo-device	view		4	# views (needed for grfcc)
4081.2Sjdolecekpseudo-device	pty			# pseudo-terminals
4091.26Sphxpseudo-device	clockctl		# user control of clock subsystem
4101.26Sphx
4111.26Sphx#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
4121.26Sphx#pseudo-device	wsmux			# mouse & keyboard multiplexor
4131.1Sis
4141.23Scube#pseudo-device	vnd			# vnode pseudo-disks
4151.26Sphx#options 	VND_COMPRESSION		# compressed vnd(4)
4161.1Sis#pseudo-device	ccd		4	# concatenated disk devices
4171.26Sphx#pseudo-device	cgd		4	# cryptographic disk devices
4181.26Sphx#pseudo-device	raid		8	# RAIDframe disk driver
4191.26Sphx#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4201.26Sphx# Options to enable various other RAIDframe RAID types.
4211.26Sphx# options 	RF_INCLUDE_EVENODD=1
4221.26Sphx# options 	RF_INCLUDE_RAID5_RS=1
4231.26Sphx# options 	RF_INCLUDE_PARITYLOGGING=1
4241.26Sphx# options 	RF_INCLUDE_CHAINDECLUSTER=1
4251.26Sphx# options 	RF_INCLUDE_INTERDECLUSTER=1
4261.26Sphx# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4271.26Sphx# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4281.1Sis
4291.26Sphxpseudo-device	rnd			# /dev/random and in-kernel generator
4301.5Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
4311.1Sis
4321.26Sphxpseudo-device	ksyms			# /dev/ksyms (kernel symbols)
4331.26Sphx#pseudo-device	nsmb			# experimental - SMB requester
4341.26Sphx
4351.26Sphx# Veriexec
4361.26Sphx#
4371.26Sphx# a pseudo device needed for veriexec
4381.26Sphx#pseudo-device	veriexec		1
4391.26Sphx#
4401.26Sphx# Uncomment the fingerprint methods below that are desired. Note that
4411.26Sphx# removing fingerprint methods will have almost no impact on the kernel
4421.26Sphx# code size.
4431.26Sphx#
4441.26Sphx#options VERIFIED_EXEC_FP_RMD160
4451.26Sphx#options VERIFIED_EXEC_FP_SHA256
4461.26Sphx#options VERIFIED_EXEC_FP_SHA384
4471.26Sphx#options VERIFIED_EXEC_FP_SHA512
4481.26Sphx#options VERIFIED_EXEC_FP_SHA1
4491.26Sphx#options VERIFIED_EXEC_FP_MD5
4501.26Sphx
4511.26Sphx# Kernel root file system and dump configuration
4521.26Sphxconfig		netbsd	root on ? type ?
453