NULL revision 1.30
11.30Sbouyer# $NetBSD: NULL,v 1.30 2011/03/06 17:08:20 bouyer 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.30Sbouyer#ident          "GENERIC-$Revision: 1.30 $"
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.30Sbouyer#options 	QUOTA		# legacy UFS quotas
1111.30Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
1121.26Sphx#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1131.26Sphx#options 	NFSSERVER	# Network File System server side code
1141.26Sphx#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1151.1Sis
1161.26Sphx#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1171.26Sphx				# immutable) behave as system flags.
1181.1Sis
1191.26Sphx#
1201.26Sphx# Networking options
1211.26Sphx#
1221.26Sphxoptions 	INET		# IP networking support (Required)
1231.26Sphxoptions 	INET6		# IPV6
1241.26Sphx#options 	IPSEC		# IP security
1251.26Sphx#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1261.26Sphx#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1271.26Sphx#options 	IPSEC_DEBUG	# debug for IP security
1281.1Sis#options 	GATEWAY		# Packet forwarding
1291.1Sis#options 	DIRECTED_BROADCAST	# Broadcast across subnets
1301.26Sphx
1311.1Sis#options 	MROUTING	# Multicast routing
1321.15Smanu#options 	PIM		# Protocol Independent Multicast
1331.1Sis#options 	ISO,TPIP	# OSI
1341.1Sis#options 	EON		# OSI tunneling over IP
1351.1Sis#options 	NETATALK	# AppleTalk networking protocols
1361.26Sphx#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1371.26Sphx
1381.1Sis#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1391.1Sis#options 	PPP_DEFLATE	# Deflate compression support for PPP
1401.1Sis#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1411.1Sis#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1421.1Sis#options 	IPFILTER_LOG	# ipmon(8) log support
1431.26Sphx#options 	IPFILTER_LOOKUP	# ippool(8) support
1441.26Sphx#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1451.1Sis
1461.26Sphx#options 	ALTQ		# Manipulate network interfaces' output queues
1471.26Sphx#options 	ALTQ_BLUE	# Stochastic Fair Blue
1481.26Sphx#options 	ALTQ_CBQ	# Class-Based Queueing
1491.26Sphx#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1501.26Sphx#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1511.26Sphx#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1521.26Sphx#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1531.26Sphx#options 	ALTQ_LOCALQ	# Local queueing discipline
1541.26Sphx#options 	ALTQ_PRIQ	# Priority Queueing
1551.26Sphx#options 	ALTQ_RED	# Random Early Detection
1561.26Sphx#options 	ALTQ_RIO	# RED with IN/OUT
1571.26Sphx#options 	ALTQ_WFQ	# Weighted Fair Queueing
1581.1Sis
1591.26Sphx#
1601.26Sphx# Amiga specific options
1611.26Sphx#
1621.1Sis#options 	RETINACONSOLE	# enable code to allow retina to be console
1631.1Sis#options 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1641.1Sis#options 	CL5426CONSOLE	# Cirrus console
1651.1Sis#options 	CV64CONSOLE	# CyberVision console
1661.1Sis#options 	TSENGCONSOLE	# Tseng console
1671.1Sis#options 	CV3DCONSOLE	# CyberVision 64/3D console
1681.1Sis
1691.26Sphxoptions 	GRF_ECS		# Enhanced Chip Set
1701.1Sisoptions 	GRF_NTSC	# NTSC
1711.1Sisoptions 	GRF_PAL		# PAL
1721.1Sis#options 	GRF_A2024	# Support for the A2024
1731.26Sphx#options 	GRF_AGA		# AGA Chip Set
1741.26Sphx#options 	GRF_AGA_VGA	# AGA VGAONLY timing
1751.1Sis#options 	GRF_SUPER72	# AGA Super-72
1761.26Sphx#options 	KFONT_8X11	# 8x11 font
1771.1Sis
1781.26Sphx# select a font for the console according to the character set and keymap
1791.26Sphx# you want to use
1801.26Sphxoptions        KFONT_CONS_ISO8859_1
1811.26Sphx#options         KFONT_CONS_ISO8859_2
1821.1Sis
1831.26Sphx# This is how you would tell the kernel the A2410 oscillator frequencies:
1841.26Sphx# The used frequencies are the defaults, and do not need option setting
1851.1Sis#options 	ULOWELL_OSC1=36000000
1861.1Sis#options 	ULOWELL_OSC2=66667000
1871.1Sis
1881.26Sphx# This is how you specify the blitting speed, higher values may speed up blits
1891.26Sphx# a littel bit.  If you raise this value too much some trash may appear.
1901.26Sphx# the commented version is the default.
1911.1Sis#options 	RH_MEMCLK=61000000
1921.26Sphx# this option enables the 64 bit sprite which does not work
1931.26Sphx# for quite a few people.  E.g. The cursor sprite will turn to a block
1941.26Sphx# when moved to the top of the screen in X.
1951.1Sis#options 	RH_64BIT_SPRITE
1961.26Sphx# enables fast scroll code appears to now work on 040 systems.
1971.1Sis#options 	RETINA_SPEED_HACK
1981.26Sphx# enables the Hardwarecursor which does not work on some systems.
1991.1Sis#options 	RH_HARDWARECURSOR
2001.1Sis
2011.26Sphx#
2021.26Sphx# Device configuration
2031.26Sphx#
2041.26Sphxmainbus0	at root
2051.26Sphxcpu0		at mainbus0
2061.26Sphxkbd0		at mainbus0		# Amiga keyboard
2071.26Sphxzbus0		at mainbus0		# ZorroII/III expansion bus
2081.26Sphxser0		at mainbus0		# Amiga onboard serial
2091.26Sphxpar0		at mainbus0		# Amiga onboard parallel
2101.26Sphxms*		at mainbus0		# Amiga mice
2111.26Sphxfdc0		at mainbus0		# Amiga FDC
2121.26Sphxfd*		at fdc0 unit ?		# floppy disks on the later
2131.26Sphx#a34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
2141.26Sphx#aucc*		at mainbus0		# Amiga CC audio
2151.26Sphx#audio*		at aucc?
2161.26Sphx
2171.26Sphx# wscons aware interface to amiga custom chips.
2181.26Sphx# If you enable it enable also wskbd.
2191.26Sphx#amidisplaycc0	at mainbus0		# wscons interface to custom chips
2201.26Sphx#wsdisplay0	at amidisplaycc0 console ?
2211.26Sphx#options 	WSEMUL_VT100
2221.26Sphx#options 	FONT_VT220L8x10
2231.26Sphx#options	FONT_VT220ISO8x16
2241.26Sphx#
2251.26Sphx# Keyboard device. Optionally can attach a wskbd.
2261.26Sphx# wskbd works together with a wsdisplay so enable them both if you will.
2271.26Sphx# Don't enable wskbd if you use ite.
2281.26Sphx#
2291.26Sphx# XXX in std.amiga: kbd0 at mainbus0
2301.26Sphx#wskbd0		at kbd0 console ?
2311.26Sphx#wsmouse*	at ms?
2321.26Sphx
2331.26Sphx#
2341.26Sphx# Graphics devices
2351.26Sphx#
2361.1Sisgrfcc0		at mainbus0		# custom chips
2371.1Sis#grfrt0		at zbus0		# retina II
2381.1Sis#grfrh0		at zbus0		# retina III
2391.26Sphx#grfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
2401.1Sis#grful0		at zbus0		# A2410
2411.1Sis#grfcv0		at zbus0		# CyberVision 64
2421.1Sis#grfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2431.1Sis#grfcv3d0	at zbus0		# CyberVision 64/3D
2441.1Sis
2451.1Sisgrf0		at grfcc0
2461.1Sis#grf1		at grfrt0
2471.1Sis#grf2		at grfrh0
2481.1Sis#grf3		at grfcl?
2491.1Sis#grf4		at grful0
2501.1Sis#grf5		at grfcv0
2511.1Sis#grf6		at grfet?
2521.1Sis#grf7		at grfcv3d0
2531.1Sisite0		at grf0			# terminal emulators for grfs
2541.1Sis#ite1		at grf1			# terminal emulators for grfs
2551.1Sis#ite2		at grf2			# terminal emulators for grfs
2561.1Sis#ite3		at grf3			# terminal emulators for grfs
2571.1Sis#ite4		at grf4			# terminal emulators for grfs
2581.1Sis#ite5		at grf5			# terminal emulators for grfs
2591.1Sis#ite6		at grf6			# terminal emulators for grfs
2601.1Sis#ite7		at grf7			# terminal emulators for grfs
2611.1Sis
2621.26Sphx#
2631.26Sphx# Zorro-II, Zorro-III devices (sans graphics)
2641.26Sphx#
2651.26Sphx#repulse*	at zbus0		# ALiENDESiGN Repulse
2661.26Sphx#audio*		at repulse?
2671.1Sis
2681.26Sphx#toccata*	at zbus0		# MacroSystem GmbH Toccata
2691.26Sphx#audio*		at toccata?
2701.1Sis
2711.26Sphx# Ethernet cards:
2721.1Sis#le*		at zbus0		# A2065, Ameristar, Ariadne
2731.26Sphx#ne*		at zbus0		# AriadneII, X-surf
2741.1Sis#ed*		at zbus0		# Hydra, ASDG LanRover
2751.1Sis#es*		at zbus0		# CEI A4066 EthernetPLUS
2761.1Sis#qn*		at zbus0		# Quicknet
2771.1Sis
2781.26Sphx# Arcnet
2791.1Sis#bah*		at zbus0		# C=/Ameristar A2060 / 560
2801.1Sis
2811.26Sphx# Greater Valley Product Bus
2821.1Sis#gvpbus* 	at zbus0
2831.1Sis
2841.26Sphx# scsi stuff, all possible
2851.1Sis#gtsc0		at gvpbus?		# GVP series II scsi
2861.1Sis#scsibus*	at gtsc0
2871.1Sis#ahsc0		at mainbus0		# A3000 scsi
2881.1Sis#scsibus*	at ahsc0
2891.1Sis#atzsc0		at zbus0		# A2091 scsi
2901.1Sis#scsibus*	at atzsc0
2911.1Sis#wstsc0		at zbus0		# Wordsync II scsi
2921.1Sis#scsibus*	at wstsc0
2931.1Sis#ivsc0		at zbus0		# IVS scsi
2941.1Sis#scsibus*	at ivsc0
2951.1Sis#mlhsc0		at zbus0		# Hacker scsi
2961.1Sis#scsibus*	at mlhsc0
2971.1Sis#otgsc0		at zbus0		# 12 gauge scsi
2981.1Sis#scsibus*	at otgsc0
2991.1Sis#zssc0		at zbus0		# Zeus scsi
3001.1Sis#scsibus*	at zssc0
3011.1Sis#mgnsc0		at zbus0		# Magnum scsi
3021.1Sis#scsibus*	at mgnsc0
3031.1Sis#wesc0		at zbus0		# Warp Engine scsi
3041.1Sis#scsibus*	at wesc0
3051.29Sphx#bppcsc0 	at zbus0		# BlizzardPPC 603e+ scsi
3061.29Sphx#scsibus*	at bppcsc0
3071.1Sis#afsc0		at zbus0		# A4091 scsi
3081.1Sis#scsibus*	at afsc0
3091.1Sis#aftsc0		at mainbus0		# A4000T scsi
3101.1Sis#scsibus*	at aftsc0
3111.1Sis#flsc0		at zbus0		# FastlaneZ3 scsi
3121.1Sis#scsibus*	at flsc0
3131.5Slukem#bzsc0		at zbus0		# Blizzard 1230 I,II scsi
3141.1Sis#scsibus*	at bzsc0
3151.5Slukem#bzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
3161.1Sis#scsibus*	at bzivsc0
3171.1Sis#bztzsc0 	at zbus0		# Blizzard 2060 scsi
3181.1Sis#scsibus*	at bztzsc0
3191.1Sis#cbsc0		at zbus0		# CyberSCSI I
3201.1Sis#scsibus*	at cbsc0
3211.1Sis#cbiisc0 	at zbus0		# CyberSCSI II
3221.1Sis#scsibus*	at cbiisc0
3231.1Sis#cbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3241.1Sis#scsibus*	at cbiiisc0
3251.1Sis#empsc0		at zbus0		# Emplant scsi
3261.1Sis#scsibus*	at empsc0
3271.1Sis
3281.26Sphx#wdc0		at mainbus0		# A4000 & A1200 IDE bus
3291.26Sphx#wdc*		at zbus0		# Buddha / Catweasel
3301.26Sphx
3311.26Sphx#atabus* 	at wdc? channel ?	# ATA bus
3321.26Sphx#wd*		at atabus? drive ?	#  + drives
3331.26Sphx#atapibus*	at atabus?		# ATAPI bus
3341.26Sphx#cd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3351.26Sphx#sd*		at atapibus? drive ?	# ATAPI disk drives
3361.26Sphx
3371.26Sphx#pccard0	at mainbus0
3381.26Sphx#pcmcia*	at pccard0
3391.26Sphx#com*		at pcmcia? function ?	# Modems and serial cards
3401.26Sphx#pcmcom*	at pcmcia? function ?	# PCMCIA multi-port serial cards
3411.26Sphx#aic*		at pcmcia? function ?	# Adaptec APA-1460 SCSI
3421.26Sphx#wdc*		at pcmcia? function ?
3431.26Sphx#awi*		at pcmcia? function ?	# BayStack 650 (802.11FH)
3441.26Sphx#ep*		at pcmcia? function ?	# 3Com 3c589 and 3c562 Ethernet
3451.26Sphx#mbe*		at pcmcia? function ?	# MB8696x based Ethernet
3461.26Sphx#ne*		at pcmcia? function ?	# NE2000-compatible Ethernet
3471.26Sphx#sm*		at pcmcia? function ?	# Megahertz Ethernet
3481.26Sphx#mhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
3491.26Sphx#com*		at mhzc?
3501.26Sphx#sm*		at mhzc?
3511.26Sphx
3521.26Sphx# each hard drive from low target to high
3531.26Sphx# will configure to the next available sd unit number
3541.26Sphx#sd*		at scsibus? target ? lun ?	# scsi disks
3551.26Sphx#st*		at scsibus? target ? lun ?	# scsi tapes
3561.26Sphx#cd*		at scsibus? target ? lun ?	# scsi cds
3571.26Sphx#ch*		at scsibus? target ? lun ?	# scsi autochangers
3581.26Sphx#ss*		at scsibus? target ? lun ?	# scsi scanner
3591.26Sphx#uk*		at scsibus? target ? lun ?	# scsi unknown
3601.26Sphx
3611.26Sphx#msc0		at zbus0		# A2232 MSC multiport serial.
3621.26Sphx#mfc0		at zbus0		# MultiFaceCard I/O board
3631.26Sphx#mfcs0		at mfc0 unit 0		# MFC serial
3641.26Sphx#mfcs1		at mfc0 unit 1		# MFC serial
3651.26Sphx#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
3661.26Sphx#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
3671.26Sphx#mfcs2		at mfc1 unit 0
3681.26Sphx#mfcs3		at mfc1 unit 1
3691.26Sphx#mfcp1		at mfc1 unit 0
3701.1Sis
3711.26Sphx#hyper*		at zbus?		# zbus HyperCom3/3+/4/4+
3721.26Sphx#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
3731.26Sphx#com*		at hyper? port ?	# Hypercom3/4 serial ports
3741.26Sphx#lpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
3751.26Sphx
3761.26Sphx#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
3771.26Sphx#options 	IOBZCLOCK=24000000	# if needed.
3781.26Sphx
3791.26Sphx#iobl*		at zbus?		# zbus IOBlix
3801.26Sphx#com*		at iobl? port ?		# IOBlix serial ports
3811.26Sphx#lpt*		at iobl? port ?		# IOBlix parallel ports
3821.26Sphx
3831.26Sphx
3841.26Sphx#
3851.26Sphx# accept filters
3861.26Sphx#pseudo-device	accf_data		# "dataready" accept filter
3871.26Sphx#pseudo-device	accf_http		# "httpready" accept filter
3881.26Sphx
3891.26Sphxpseudo-device	loop			# loopback network interface
3901.23Scube#pseudo-device	sl			# SLIP network interfaces
3911.23Scube#pseudo-device	ppp			# PPP network interfaces
3921.26Sphx#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3931.23Scube#pseudo-device	tun			# network tunnel line discipline
3941.26Sphx#pseudo-device	tap			# virtual Ethernet
3951.23Scube#pseudo-device	gre			# generic L3 over IP tunnel
3961.26Sphx#Bpseudo-device	bpfilter		# Berkeley packet filter
3971.26Sphx#pseudo-device	carp			# Common Address Redundancy Protocol
3981.1Sis#pseudo-device	ipfilter		# IP Filter package
3991.26Sphx#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
4001.26Sphx#pseudo-device	faith			# IPv[46] tcp relay translation i/f
4011.26Sphx#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
4021.26Sphx#pseudo-device	vlan			# IEEE 802.1q encapsulation
4031.26Sphx#pseudo-device	bridge			# simple inter-network bridging
4041.26Sphx#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
4051.26Sphx#pseudo-device	agr			# IEEE 802.3ad link aggregation
4061.26Sphx#pseudo-device	pf			# PF packet filter
4071.26Sphx#pseudo-device	pflog			# PF log if
4081.28Spooka#pseudo-device	fss			# file system snapshot device
4091.1Sis
4101.1Sispseudo-device	view		4	# views (needed for grfcc)
4111.2Sjdolecekpseudo-device	pty			# pseudo-terminals
4121.26Sphxpseudo-device	clockctl		# user control of clock subsystem
4131.26Sphx
4141.26Sphx#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
4151.26Sphx#pseudo-device	wsmux			# mouse & keyboard multiplexor
4161.1Sis
4171.23Scube#pseudo-device	vnd			# vnode pseudo-disks
4181.26Sphx#options 	VND_COMPRESSION		# compressed vnd(4)
4191.1Sis#pseudo-device	ccd		4	# concatenated disk devices
4201.26Sphx#pseudo-device	cgd		4	# cryptographic disk devices
4211.26Sphx#pseudo-device	raid		8	# RAIDframe disk driver
4221.26Sphx#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4231.26Sphx# Options to enable various other RAIDframe RAID types.
4241.26Sphx# options 	RF_INCLUDE_EVENODD=1
4251.26Sphx# options 	RF_INCLUDE_RAID5_RS=1
4261.26Sphx# options 	RF_INCLUDE_PARITYLOGGING=1
4271.26Sphx# options 	RF_INCLUDE_CHAINDECLUSTER=1
4281.26Sphx# options 	RF_INCLUDE_INTERDECLUSTER=1
4291.26Sphx# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4301.26Sphx# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4311.1Sis
4321.26Sphxpseudo-device	rnd			# /dev/random and in-kernel generator
4331.5Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
4341.1Sis
4351.26Sphxpseudo-device	ksyms			# /dev/ksyms (kernel symbols)
4361.26Sphx#pseudo-device	nsmb			# experimental - SMB requester
4371.26Sphx
4381.26Sphx# Veriexec
4391.26Sphx#
4401.26Sphx# a pseudo device needed for veriexec
4411.26Sphx#pseudo-device	veriexec		1
4421.26Sphx#
4431.26Sphx# Uncomment the fingerprint methods below that are desired. Note that
4441.26Sphx# removing fingerprint methods will have almost no impact on the kernel
4451.26Sphx# code size.
4461.26Sphx#
4471.26Sphx#options VERIFIED_EXEC_FP_RMD160
4481.26Sphx#options VERIFIED_EXEC_FP_SHA256
4491.26Sphx#options VERIFIED_EXEC_FP_SHA384
4501.26Sphx#options VERIFIED_EXEC_FP_SHA512
4511.26Sphx#options VERIFIED_EXEC_FP_SHA1
4521.26Sphx#options VERIFIED_EXEC_FP_MD5
4531.26Sphx
4541.26Sphx# Kernel root file system and dump configuration
4551.26Sphxconfig		netbsd	root on ? type ?
456