xref: /netbsd-src/sys/arch/amigappc/conf/NULL (revision c78676accca07215237e546e46e3c7eee6d5716d)
1*c78676acSchristos# $NetBSD: NULL,v 1.63 2024/01/29 18:27:10 christos Exp $
20ce3451dSis#
3b6cfe437Sphx# NULL machine description file
40ce3451dSis#
50ce3451dSis
60ce3451dSisinclude "arch/amigappc/conf/std.amigappc"
70ce3451dSis
8b6cfe437Sphx#options 	INCLUDE_CONFIG_FILE     # embed config file in kernel binary
9b6cfe437Sphx
10*c78676acSchristos#ident          "GENERIC-$Revision: 1.63 $"
11b6cfe437Sphx
120ce3451dSismaxusers	8
130ce3451dSis
14b6cfe437Sphx#
15b6cfe437Sphx# Mainboards to support (in addition to Amiga)
16b6cfe437Sphx#
17b6cfe437Sphxoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
180ce3451dSis				# MC68060 with an OS ROM up to (at least)
190ce3451dSis				# V40 (OS3.1) and want to boot with the
200ce3451dSis				# bootblock.
210ce3451dSis				# You do not need this if you have a DraCo,
220ce3451dSis				# have no 68060 or NEVER use the bootblock
23b6cfe437Sphxoptions 	P5PPC68KBOARD	# Phase5 PPC/68K board support
240ce3451dSis
25b6cfe437Sphx#
26b6cfe437Sphx# Standard system options
27b6cfe437Sphx#
28b6cfe437Sphx#options 	INSECURE	# disable kernel security levels
29b6cfe437Sphx#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
30b6cfe437Sphx#options 	NTP		# NTP phase/frequency locked loop
310ce3451dSis
32b6cfe437Sphxoptions 	KTRACE		# system call tracing support
33b6cfe437Sphxoptions 	SCSIVERBOSE	# human readable SCSI error messages
34b6cfe437Sphx#options 	USERCONF	# userconf(4) support
35b6cfe437Sphx#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
36b6cfe437Sphx#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
370ce3451dSis
38b6cfe437Sphx# Support for System V IPC facilities.
39b6cfe437Sphx#options 	SYSVSHM		# System V-like shared memory
40b6cfe437Sphx#options 	SYSVMSG		# System V-like messages
41b6cfe437Sphx#options 	SYSVSEM		# System V-like semaphores
420ce3451dSis
43b376ef7fSsevan# Alternate buffer queue strategies for better responsiveness under high
44b376ef7fSsevan# disk I/O load.
45b6cfe437Sphx#options 	BUFQ_READPRIO
46b6cfe437Sphx#options 	BUFQ_PRIOCSCAN
470ce3451dSis
48b6cfe437Sphx#
49b6cfe437Sphx# Diagnostic/debugging support options
50b6cfe437Sphx#
51b6cfe437Sphxoptions 	DIAGNOSTIC	# Extra kernel sanity checks
52b6cfe437Sphxoptions 	DEBUG		# Enable misc. kernel debugging code
53b6cfe437Sphxoptions 	DDB		# in-kernel debugger
54a66bf666Sszptvlfnoptions 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
55b6cfe437Sphxoptions 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
56b6cfe437Sphxoptions 	SCSIDEBUG	# Add SCSI debugging statements
57b6cfe437Sphx#options 	SERCONSOLE	# console via Amiga serial port
58b6cfe437Sphxmakeoptions	DEBUG="-g"	# compile full symbol table
59b6cfe437Sphx
60b6cfe437Sphx#
61b6cfe437Sphx# Compatibility option
62b6cfe437Sphx#
6395772a88Smrginclude 	"conf/compat_netbsd40.config"
6495772a88Smrgno options 	COMPAT_43	# and 4.3BSD
6595772a88Smrg
66b6cfe437Sphx#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
67b6cfe437Sphx#options 	COMPAT_LINUX	# Linux binary compatibility
68f3ec8521Snia#options 	COMPAT_OSSAUDIO	# Linux binary compatibility
69b6cfe437Sphx
70b6cfe437Sphx#
71b6cfe437Sphx# File systems
72b6cfe437Sphx#
73b6cfe437Sphxfile-system 	FFS		# UFS
74b6cfe437Sphx#file-system 	EXT2FS		# second extended file system (linux)
75b6cfe437Sphx#file-system 	LFS		# log-structured file system
76b6cfe437Sphx#file-system 	MFS		# memory file system
77b6cfe437Sphx#file-system 	NFS		# Network file System client
78b6cfe437Sphx#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
79b6cfe437Sphx#file-system 	MSDOSFS		# MS-DOS file system
80b6cfe437Sphxfile-system 	ADOSFS		# AmigaDOS file system
81b6cfe437Sphx#file-system 	FDESC		# /dev/fd
82b6cfe437Sphx#file-system 	KERNFS		# /kern
83b6cfe437Sphx#file-system 	NULLFS		# loopback file system
84b6cfe437Sphx#file-system 	OVERLAY		# overlay file system
85b6cfe437Sphx#file-system 	PROCFS		# /proc
86b6cfe437Sphx#file-system 	UMAPFS		# NULLFS + uid and gid remapping
87b6cfe437Sphx#file-system 	UNION		# union file system
88b6cfe437Sphxfile-system	PTYFS		# /dev/pts/N support
89b6cfe437Sphxfile-system	TMPFS		# Efficient memory file-system
90b6cfe437Sphx#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
91b6cfe437Sphx
92b6cfe437Sphx# File system options
934cbd24b2Swiz#options 	FFS_EI		# FFS Endian Independent support
94c7ae7f02Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
95063f96f3Sbouyer#options 	QUOTA		# legacy UFS quotas
96063f96f3Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
97c7ae7f02Ssimonb#options 	UFS_DIRHASH	# UFS Large Directory Hashing
98c7ae7f02Ssimonb#options 	WAPBL		# File system journaling support
99c7ae7f02Ssimonb#options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
100c7ae7f02Ssimonb#options 	NFSSERVER	# Network File System server
101b6cfe437Sphx
102b6cfe437Sphx#
1030ce3451dSis# Networking options
104b6cfe437Sphx#
105b6cfe437Sphxoptions 	INET		# IP networking support (Required)
106b6cfe437Sphxoptions 	INET6		# IPV6
107b6cfe437Sphx#options 	IPSEC		# IP security
108b6cfe437Sphx#options 	IPSEC_DEBUG	# debug for IP security
1090ce3451dSis#options 	GATEWAY		# Packet forwarding
110b6cfe437Sphx
1110ce3451dSis#options 	MROUTING	# Multicast routing
1126e3c6399Smanu#options 	PIM		# Protocol Independent Multicast
1130ce3451dSis#options 	NETATALK	# AppleTalk networking protocols
114b6cfe437Sphx#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
115b6cfe437Sphx
1160ce3451dSis#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1170ce3451dSis#options 	PPP_DEFLATE	# Deflate compression support for PPP
1180ce3451dSis#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1190ce3451dSis
120b6cfe437Sphx#options 	ALTQ		# Manipulate network interfaces' output queues
121b6cfe437Sphx#options 	ALTQ_BLUE	# Stochastic Fair Blue
122b6cfe437Sphx#options 	ALTQ_CBQ	# Class-Based Queueing
123b6cfe437Sphx#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
124b6cfe437Sphx#options 	ALTQ_FIFOQ	# First-In First-Out Queue
125b6cfe437Sphx#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
126b6cfe437Sphx#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
127b6cfe437Sphx#options 	ALTQ_LOCALQ	# Local queueing discipline
128b6cfe437Sphx#options 	ALTQ_PRIQ	# Priority Queueing
129b6cfe437Sphx#options 	ALTQ_RED	# Random Early Detection
130b6cfe437Sphx#options 	ALTQ_RIO	# RED with IN/OUT
131b6cfe437Sphx#options 	ALTQ_WFQ	# Weighted Fair Queueing
1320ce3451dSis
133b6cfe437Sphx#
1340ce3451dSis# Amiga specific options
135b6cfe437Sphx#
1360ce3451dSis#options 	RETINACONSOLE	# enable code to allow retina to be console
1370ce3451dSis#options 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1380ce3451dSis#options 	CL5426CONSOLE	# Cirrus console
1390ce3451dSis#options 	CV64CONSOLE	# CyberVision console
1400ce3451dSis#options 	TSENGCONSOLE	# Tseng console
1410ce3451dSis#options 	CV3DCONSOLE	# CyberVision 64/3D console
1420ce3451dSis
143b6cfe437Sphxoptions 	GRF_ECS		# Enhanced Chip Set
1440ce3451dSisoptions 	GRF_NTSC	# NTSC
1450ce3451dSisoptions 	GRF_PAL		# PAL
1460ce3451dSis#options 	GRF_A2024	# Support for the A2024
147b6cfe437Sphx#options 	GRF_AGA		# AGA Chip Set
148b6cfe437Sphx#options 	GRF_AGA_VGA	# AGA VGAONLY timing
1490ce3451dSis#options 	GRF_SUPER72	# AGA Super-72
1500ce3451dSis#options 	KFONT_8X11	# 8x11 font
1510ce3451dSis
152b6cfe437Sphx# select a font for the console according to the character set and keymap
153b6cfe437Sphx# you want to use
154b6cfe437Sphxoptions        KFONT_CONS_ISO8859_1
155b6cfe437Sphx#options         KFONT_CONS_ISO8859_2
156b6cfe437Sphx
1570ce3451dSis# This is how you would tell the kernel the A2410 oscillator frequencies:
1580ce3451dSis# The used frequencies are the defaults, and do not need option setting
1590ce3451dSis#options 	ULOWELL_OSC1=36000000
1600ce3451dSis#options 	ULOWELL_OSC2=66667000
1610ce3451dSis
1620ce3451dSis# This is how you specify the blitting speed, higher values may speed up blits
163a191b8c4Sandvar# a little bit.  If you raise this value too much some trash may appear.
1640ce3451dSis# the commented version is the default.
1650ce3451dSis#options 	RH_MEMCLK=61000000
1660ce3451dSis# this option enables the 64 bit sprite which does not work
1670ce3451dSis# for quite a few people.  E.g. The cursor sprite will turn to a block
1680ce3451dSis# when moved to the top of the screen in X.
1690ce3451dSis#options 	RH_64BIT_SPRITE
1700ce3451dSis# enables fast scroll code appears to now work on 040 systems.
1710ce3451dSis#options 	RETINA_SPEED_HACK
1720ce3451dSis# enables the Hardwarecursor which does not work on some systems.
1730ce3451dSis#options 	RH_HARDWARECURSOR
1740ce3451dSis
175b6cfe437Sphx#
176b6cfe437Sphx# Device configuration
177b6cfe437Sphx#
178b6cfe437Sphxmainbus0	at root
179b6cfe437Sphxcpu0		at mainbus0
180b6cfe437Sphxkbd0		at mainbus0		# Amiga keyboard
181b6cfe437Sphxzbus0		at mainbus0		# ZorroII/III expansion bus
182b6cfe437Sphxser0		at mainbus0		# Amiga onboard serial
183b6cfe437Sphxpar0		at mainbus0		# Amiga onboard parallel
184b6cfe437Sphxms*		at mainbus0		# Amiga mice
185b6cfe437Sphxfdc0		at mainbus0		# Amiga FDC
186b6cfe437Sphxfd*		at fdc0 unit ?		# floppy disks on the later
187b6cfe437Sphx#a34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
188b6cfe437Sphx#aucc*		at mainbus0		# Amiga CC audio
189b6cfe437Sphx#audio*		at aucc?
190b6cfe437Sphx
191ef2deb33Schristos#spkr*		at audio?		# PC speaker (synthesized)
19203783bb5Snat
193b6cfe437Sphx# wscons aware interface to amiga custom chips.
194b6cfe437Sphx# If you enable it enable also wskbd.
195b6cfe437Sphx#amidisplaycc0	at mainbus0		# wscons interface to custom chips
196b6cfe437Sphx#wsdisplay0	at amidisplaycc0 console ?
197b6cfe437Sphx#options 	WSEMUL_VT100
1983267a6b9Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
199b6cfe437Sphx#options 	FONT_VT220L8x10
200b6cfe437Sphx#options	FONT_VT220ISO8x16
201b6cfe437Sphx#
202b6cfe437Sphx# Keyboard device. Optionally can attach a wskbd.
203b6cfe437Sphx# wskbd works together with a wsdisplay so enable them both if you will.
204b6cfe437Sphx# Don't enable wskbd if you use ite.
205b6cfe437Sphx#
206b6cfe437Sphx# XXX in std.amiga: kbd0 at mainbus0
207b6cfe437Sphx#wskbd0		at kbd0 console ?
208b6cfe437Sphx#wsmouse*	at ms?
209b6cfe437Sphx
210b6cfe437Sphx#
211b6cfe437Sphx# Graphics devices
212b6cfe437Sphx#
2130ce3451dSisgrfcc0		at mainbus0		# custom chips
2140ce3451dSis#grfrt0		at zbus0		# retina II
2150ce3451dSis#grfrh0		at zbus0		# retina III
216b6cfe437Sphx#grfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
2170ce3451dSis#grful0		at zbus0		# A2410
2180ce3451dSis#grfcv0		at zbus0		# CyberVision 64
2190ce3451dSis#grfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2200ce3451dSis#grfcv3d0	at zbus0		# CyberVision 64/3D
2210ce3451dSis
2220ce3451dSisgrf0		at grfcc0
2230ce3451dSis#grf1		at grfrt0
2240ce3451dSis#grf2		at grfrh0
2250ce3451dSis#grf3		at grfcl?
2260ce3451dSis#grf4		at grful0
2270ce3451dSis#grf5		at grfcv0
2280ce3451dSis#grf6		at grfet?
2290ce3451dSis#grf7		at grfcv3d0
2300ce3451dSisite0		at grf0			# terminal emulators for grfs
2310ce3451dSis#ite1		at grf1			# terminal emulators for grfs
2320ce3451dSis#ite2		at grf2			# terminal emulators for grfs
2330ce3451dSis#ite3		at grf3			# terminal emulators for grfs
2340ce3451dSis#ite4		at grf4			# terminal emulators for grfs
2350ce3451dSis#ite5		at grf5			# terminal emulators for grfs
2360ce3451dSis#ite6		at grf6			# terminal emulators for grfs
2370ce3451dSis#ite7		at grf7			# terminal emulators for grfs
2380ce3451dSis
239b6cfe437Sphx#
240b6cfe437Sphx# Zorro-II, Zorro-III devices (sans graphics)
241b6cfe437Sphx#
242b6cfe437Sphx#repulse*	at zbus0		# ALiENDESiGN Repulse
243b6cfe437Sphx#audio*		at repulse?
2440ce3451dSis
245b6cfe437Sphx#toccata*	at zbus0		# MacroSystem GmbH Toccata
246b6cfe437Sphx#audio*		at toccata?
2470ce3451dSis
2480ce3451dSis# Ethernet cards:
2490ce3451dSis#le*		at zbus0		# A2065, Ameristar, Ariadne
250b6cfe437Sphx#ne*		at zbus0		# AriadneII, X-surf
2510ce3451dSis#ed*		at zbus0		# Hydra, ASDG LanRover
2520ce3451dSis#es*		at zbus0		# CEI A4066 EthernetPLUS
2530ce3451dSis#qn*		at zbus0		# Quicknet
2540ce3451dSis
255b6cfe437Sphx# Arcnet
2560ce3451dSis#bah*		at zbus0		# C=/Ameristar A2060 / 560
2570ce3451dSis
2580ce3451dSis# Greater Valley Product Bus
2590ce3451dSis#gvpbus* 	at zbus0
2600ce3451dSis
2610ce3451dSis# scsi stuff, all possible
2620ce3451dSis#gtsc0		at gvpbus?		# GVP series II scsi
2630ce3451dSis#scsibus*	at gtsc0
2640ce3451dSis#ahsc0		at mainbus0		# A3000 scsi
2650ce3451dSis#scsibus*	at ahsc0
2660ce3451dSis#atzsc0		at zbus0		# A2091 scsi
2670ce3451dSis#scsibus*	at atzsc0
2680ce3451dSis#wstsc0		at zbus0		# Wordsync II scsi
2690ce3451dSis#scsibus*	at wstsc0
2700ce3451dSis#ivsc0		at zbus0		# IVS scsi
2710ce3451dSis#scsibus*	at ivsc0
2720ce3451dSis#mlhsc0		at zbus0		# Hacker scsi
2730ce3451dSis#scsibus*	at mlhsc0
2740ce3451dSis#otgsc0		at zbus0		# 12 gauge scsi
2750ce3451dSis#scsibus*	at otgsc0
2760ce3451dSis#zssc0		at zbus0		# Zeus scsi
2770ce3451dSis#scsibus*	at zssc0
2780ce3451dSis#mgnsc0		at zbus0		# Magnum scsi
2790ce3451dSis#scsibus*	at mgnsc0
2800ce3451dSis#wesc0		at zbus0		# Warp Engine scsi
2810ce3451dSis#scsibus*	at wesc0
2827c6b4cb4Sphx#bppcsc0 	at zbus0		# BlizzardPPC 603e+ scsi
2837c6b4cb4Sphx#scsibus*	at bppcsc0
2840ce3451dSis#afsc0		at zbus0		# A4091 scsi
2850ce3451dSis#scsibus*	at afsc0
2860ce3451dSis#aftsc0		at mainbus0		# A4000T scsi
2870ce3451dSis#scsibus*	at aftsc0
2880ce3451dSis#flsc0		at zbus0		# FastlaneZ3 scsi
2890ce3451dSis#scsibus*	at flsc0
2900ce3451dSis#bzsc0		at zbus0		# Blizzard 1230 I,II scsi
2910ce3451dSis#scsibus*	at bzsc0
2920ce3451dSis#bzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
2930ce3451dSis#scsibus*	at bzivsc0
2940ce3451dSis#bztzsc0 	at zbus0		# Blizzard 2060 scsi
2950ce3451dSis#scsibus*	at bztzsc0
2960ce3451dSis#cbsc0		at zbus0		# CyberSCSI I
2970ce3451dSis#scsibus*	at cbsc0
2980ce3451dSis#cbiisc0 	at zbus0		# CyberSCSI II
2990ce3451dSis#scsibus*	at cbiisc0
3000ce3451dSis#cbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3010ce3451dSis#scsibus*	at cbiiisc0
3020ce3451dSis#empsc0		at zbus0		# Emplant scsi
3030ce3451dSis#scsibus*	at empsc0
304b6cfe437Sphx
305b6cfe437Sphx#wdc0		at mainbus0		# A4000 & A1200 IDE bus
306b6cfe437Sphx#wdc*		at zbus0		# Buddha / Catweasel
307b6cfe437Sphx
308b6cfe437Sphx#atabus* 	at wdc? channel ?	# ATA bus
309b6cfe437Sphx#wd*		at atabus? drive ?	#  + drives
310b6cfe437Sphx#atapibus*	at atabus?		# ATAPI bus
311b6cfe437Sphx#cd*		at atapibus? drive ?	# ATAPI CD-ROM drives
312b6cfe437Sphx#sd*		at atapibus? drive ?	# ATAPI disk drives
313b6cfe437Sphx
314b6cfe437Sphx#pccard0	at mainbus0
315b6cfe437Sphx#pcmcia*	at pccard0
316b6cfe437Sphx#com*		at pcmcia? function ?	# Modems and serial cards
317b6cfe437Sphx#pcmcom*	at pcmcia? function ?	# PCMCIA multi-port serial cards
318b6cfe437Sphx#aic*		at pcmcia? function ?	# Adaptec APA-1460 SCSI
319b6cfe437Sphx#wdc*		at pcmcia? function ?
320b6cfe437Sphx#awi*		at pcmcia? function ?	# BayStack 650 (802.11FH)
321b6cfe437Sphx#ep*		at pcmcia? function ?	# 3Com 3c589 and 3c562 Ethernet
322b6cfe437Sphx#mbe*		at pcmcia? function ?	# MB8696x based Ethernet
323b6cfe437Sphx#ne*		at pcmcia? function ?	# NE2000-compatible Ethernet
324b6cfe437Sphx#sm*		at pcmcia? function ?	# Megahertz Ethernet
325b6cfe437Sphx#mhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
326b6cfe437Sphx#com*		at mhzc?
327b6cfe437Sphx#sm*		at mhzc?
3280ce3451dSis
3290ce3451dSis# each hard drive from low target to high
3300ce3451dSis# will configure to the next available sd unit number
3310ce3451dSis#sd*		at scsibus? target ? lun ?	# scsi disks
3320ce3451dSis#st*		at scsibus? target ? lun ?	# scsi tapes
3330ce3451dSis#cd*		at scsibus? target ? lun ?	# scsi cds
3340ce3451dSis#ch*		at scsibus? target ? lun ?	# scsi autochangers
335b6cfe437Sphx#ss*		at scsibus? target ? lun ?	# scsi scanner
3360ce3451dSis#uk*		at scsibus? target ? lun ?	# scsi unknown
3370ce3451dSis
338b6cfe437Sphx#msc0		at zbus0		# A2232 MSC multiport serial.
339b6cfe437Sphx#mfc0		at zbus0		# MultiFaceCard I/O board
340b6cfe437Sphx#mfcs0		at mfc0 unit 0		# MFC serial
341b6cfe437Sphx#mfcs1		at mfc0 unit 1		# MFC serial
342b6cfe437Sphx#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
343b6cfe437Sphx#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
344b6cfe437Sphx#mfcs2		at mfc1 unit 0
345b6cfe437Sphx#mfcs3		at mfc1 unit 1
346b6cfe437Sphx#mfcp1		at mfc1 unit 0
347b6cfe437Sphx
348b6cfe437Sphx#hyper*		at zbus?		# zbus HyperCom3/3+/4/4+
349b6cfe437Sphx#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
350b6cfe437Sphx#com*		at hyper? port ?	# Hypercom3/4 serial ports
351b6cfe437Sphx#lpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
352b6cfe437Sphx
353b6cfe437Sphx#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
354b6cfe437Sphx#options 	IOBZCLOCK=24000000	# if needed.
355b6cfe437Sphx
356b6cfe437Sphx#iobl*		at zbus?		# zbus IOBlix
357b6cfe437Sphx#com*		at iobl? port ?		# IOBlix serial ports
358b6cfe437Sphx#lpt*		at iobl? port ?		# IOBlix parallel ports
359b6cfe437Sphx
360b6cfe437Sphx
361b6cfe437Sphx#
362b6cfe437Sphx# accept filters
363b6cfe437Sphx#pseudo-device	accf_data		# "dataready" accept filter
364b6cfe437Sphx#pseudo-device	accf_http		# "httpready" accept filter
365b6cfe437Sphx
366b6cfe437Sphxpseudo-device	loop			# loopback network interface
3676ff13154Scube#pseudo-device	sl			# SLIP network interfaces
3686ff13154Scube#pseudo-device	ppp			# PPP network interfaces
369b6cfe437Sphx#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3706ff13154Scube#pseudo-device	tun			# network tunnel line discipline
371b6cfe437Sphx#pseudo-device	tap			# virtual Ethernet
3726ff13154Scube#pseudo-device	gre			# generic L3 over IP tunnel
373b6cfe437Sphx#Bpseudo-device	bpfilter		# Berkeley packet filter
374b6cfe437Sphx#pseudo-device	carp			# Common Address Redundancy Protocol
375f71d13bdSmaxv#pseudo-device	npf			# NPF packet filter
376b6cfe437Sphx#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
377b6cfe437Sphx#pseudo-device	faith			# IPv[46] tcp relay translation i/f
378b6cfe437Sphx#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
379b6cfe437Sphx#pseudo-device	vlan			# IEEE 802.1q encapsulation
380b6cfe437Sphx#pseudo-device	bridge			# simple inter-network bridging
38198f3a8d4Sroy#pseudo-device	vether			# Virtual Ethernet for bridge
382b6cfe437Sphx#pseudo-device	agr			# IEEE 802.3ad link aggregation
383835e533bSpooka#pseudo-device	fss			# file system snapshot device
3840ce3451dSis
3850ce3451dSispseudo-device	view		4	# views (needed for grfcc)
386b1f94e26Sjdolecekpseudo-device	pty			# pseudo-terminals
387b6cfe437Sphxpseudo-device	clockctl		# user control of clock subsystem
388b6cfe437Sphx
389b6cfe437Sphx#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
390b6cfe437Sphx#pseudo-device	wsmux			# mouse & keyboard multiplexor
3910ce3451dSis
3926ff13154Scube#pseudo-device	vnd			# vnode pseudo-disks
393b6cfe437Sphx#options 	VND_COMPRESSION		# compressed vnd(4)
394dc14ae83Schristos#pseudo-device	ccd			# concatenated disk devices
395dc14ae83Schristos#pseudo-device	cgd			# cryptographic disk devices
3961cc8b68dSchristos#pseudo-device	raid			# RAIDframe disk driver
397b6cfe437Sphx#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
398b6cfe437Sphx# Options to enable various other RAIDframe RAID types.
399b6cfe437Sphx# options 	RF_INCLUDE_EVENODD=1
400b6cfe437Sphx# options 	RF_INCLUDE_RAID5_RS=1
401b6cfe437Sphx# options 	RF_INCLUDE_PARITYLOGGING=1
402b6cfe437Sphx# options 	RF_INCLUDE_CHAINDECLUSTER=1
403b6cfe437Sphx# options 	RF_INCLUDE_INTERDECLUSTER=1
404b6cfe437Sphx# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
405b6cfe437Sphx# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4060ce3451dSis
4070ce3451dSis#options 	RND_COM			# use "com" randomness as well (BROKEN)
4080ce3451dSis
409b6cfe437Sphxpseudo-device	ksyms			# /dev/ksyms (kernel symbols)
410b6cfe437Sphx
411b6cfe437Sphx# Veriexec
412702a353fSsevan# include "dev/veriexec.config"
413b6cfe437Sphx
414b6cfe437Sphx# Kernel root file system and dump configuration
4150ce3451dSisconfig		netbsd	root on ? type ?
416