NULL revision 1.53
11.53Ssevan# $NetBSD: NULL,v 1.53 2018/01/23 14:47:53 sevan 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.53Ssevan#ident          "GENERIC-$Revision: 1.53 $"
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.1Sis
431.53Ssevan# Alternate buffer queue strategies for better responsiveness under high
441.53Ssevan# disk I/O load.
451.26Sphx#options 	BUFQ_READPRIO
461.26Sphx#options 	BUFQ_PRIOCSCAN
471.1Sis
481.26Sphx#
491.26Sphx# Diagnostic/debugging support options
501.26Sphx#
511.26Sphxoptions 	DIAGNOSTIC	# Extra kernel sanity checks
521.26Sphxoptions 	DEBUG		# Enable misc. kernel debugging code
531.26Sphxoptions 	DDB		# in-kernel debugger
541.43Sszptvlfnoptions 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
551.26Sphxoptions 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
561.26Sphxoptions 	SCSIDEBUG	# Add SCSI debugging statements
571.26Sphx#options 	SERCONSOLE	# console via Amiga serial port
581.26Sphxmakeoptions	DEBUG="-g"	# compile full symbol table
591.26Sphx
601.26Sphx#
611.26Sphx# Compatibility option
621.26Sphx#
631.52Smrginclude 	"conf/compat_netbsd40.config"
641.52Smrgno options 	COMPAT_43	# and 4.3BSD
651.52Smrg
661.26Sphx#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
671.26Sphx#options 	COMPAT_LINUX	# Linux binary compatibility
681.26Sphx
691.26Sphx#
701.26Sphx# File systems
711.26Sphx#
721.26Sphxfile-system 	FFS		# UFS
731.26Sphx#file-system 	EXT2FS		# second extended file system (linux)
741.26Sphx#file-system 	LFS		# log-structured file system
751.26Sphx#file-system 	MFS		# memory file system
761.26Sphx#file-system 	NFS		# Network file System client
771.26Sphx#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
781.26Sphx#file-system 	MSDOSFS		# MS-DOS file system
791.26Sphxfile-system 	ADOSFS		# AmigaDOS file system
801.26Sphx#file-system 	FDESC		# /dev/fd
811.26Sphx#file-system 	KERNFS		# /kern
821.26Sphx#file-system 	NULLFS		# loopback file system
831.26Sphx#file-system 	OVERLAY		# overlay file system
841.26Sphx#file-system 	PROCFS		# /proc
851.26Sphx#file-system 	UMAPFS		# NULLFS + uid and gid remapping
861.26Sphx#file-system 	UNION		# union file system
871.26Sphx#file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
881.26Sphxfile-system	PTYFS		# /dev/pts/N support
891.26Sphxfile-system	TMPFS		# Efficient memory file-system
901.26Sphx#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
911.1Sis
921.26Sphx# File system options
931.31Swiz#options 	FFS_EI		# FFS Endian Independent support
941.33Sdholland#options 	WAPBL		# File system journaling support
951.1Sis
961.30Sbouyer#options 	QUOTA		# legacy UFS quotas
971.30Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
981.26Sphx#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
991.26Sphx#options 	NFSSERVER	# Network File System server side code
1001.26Sphx#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1011.1Sis
1021.26Sphx#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1031.26Sphx				# immutable) behave as system flags.
1041.1Sis
1051.26Sphx#
1061.26Sphx# Networking options
1071.26Sphx#
1081.26Sphxoptions 	INET		# IP networking support (Required)
1091.26Sphxoptions 	INET6		# IPV6
1101.26Sphx#options 	IPSEC		# IP security
1111.26Sphx#options 	IPSEC_DEBUG	# debug for IP security
1121.1Sis#options 	GATEWAY		# Packet forwarding
1131.1Sis#options 	DIRECTED_BROADCAST	# Broadcast across subnets
1141.26Sphx
1151.1Sis#options 	MROUTING	# Multicast routing
1161.15Smanu#options 	PIM		# Protocol Independent Multicast
1171.1Sis#options 	NETATALK	# AppleTalk networking protocols
1181.26Sphx#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1191.26Sphx
1201.1Sis#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1211.1Sis#options 	PPP_DEFLATE	# Deflate compression support for PPP
1221.1Sis#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1231.1Sis#options 	IPFILTER_LOG	# ipmon(8) log support
1241.26Sphx#options 	IPFILTER_LOOKUP	# ippool(8) support
1251.26Sphx#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1261.1Sis
1271.26Sphx#options 	ALTQ		# Manipulate network interfaces' output queues
1281.26Sphx#options 	ALTQ_BLUE	# Stochastic Fair Blue
1291.26Sphx#options 	ALTQ_CBQ	# Class-Based Queueing
1301.26Sphx#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1311.26Sphx#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1321.26Sphx#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1331.26Sphx#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1341.26Sphx#options 	ALTQ_LOCALQ	# Local queueing discipline
1351.26Sphx#options 	ALTQ_PRIQ	# Priority Queueing
1361.26Sphx#options 	ALTQ_RED	# Random Early Detection
1371.26Sphx#options 	ALTQ_RIO	# RED with IN/OUT
1381.26Sphx#options 	ALTQ_WFQ	# Weighted Fair Queueing
1391.1Sis
1401.26Sphx#
1411.26Sphx# Amiga specific options
1421.26Sphx#
1431.1Sis#options 	RETINACONSOLE	# enable code to allow retina to be console
1441.1Sis#options 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1451.1Sis#options 	CL5426CONSOLE	# Cirrus console
1461.1Sis#options 	CV64CONSOLE	# CyberVision console
1471.1Sis#options 	TSENGCONSOLE	# Tseng console
1481.1Sis#options 	CV3DCONSOLE	# CyberVision 64/3D console
1491.1Sis
1501.26Sphxoptions 	GRF_ECS		# Enhanced Chip Set
1511.1Sisoptions 	GRF_NTSC	# NTSC
1521.1Sisoptions 	GRF_PAL		# PAL
1531.1Sis#options 	GRF_A2024	# Support for the A2024
1541.26Sphx#options 	GRF_AGA		# AGA Chip Set
1551.26Sphx#options 	GRF_AGA_VGA	# AGA VGAONLY timing
1561.1Sis#options 	GRF_SUPER72	# AGA Super-72
1571.26Sphx#options 	KFONT_8X11	# 8x11 font
1581.1Sis
1591.26Sphx# select a font for the console according to the character set and keymap
1601.26Sphx# you want to use
1611.26Sphxoptions        KFONT_CONS_ISO8859_1
1621.26Sphx#options         KFONT_CONS_ISO8859_2
1631.1Sis
1641.26Sphx# This is how you would tell the kernel the A2410 oscillator frequencies:
1651.26Sphx# The used frequencies are the defaults, and do not need option setting
1661.1Sis#options 	ULOWELL_OSC1=36000000
1671.1Sis#options 	ULOWELL_OSC2=66667000
1681.1Sis
1691.26Sphx# This is how you specify the blitting speed, higher values may speed up blits
1701.26Sphx# a littel bit.  If you raise this value too much some trash may appear.
1711.26Sphx# the commented version is the default.
1721.1Sis#options 	RH_MEMCLK=61000000
1731.26Sphx# this option enables the 64 bit sprite which does not work
1741.26Sphx# for quite a few people.  E.g. The cursor sprite will turn to a block
1751.26Sphx# when moved to the top of the screen in X.
1761.1Sis#options 	RH_64BIT_SPRITE
1771.26Sphx# enables fast scroll code appears to now work on 040 systems.
1781.1Sis#options 	RETINA_SPEED_HACK
1791.26Sphx# enables the Hardwarecursor which does not work on some systems.
1801.1Sis#options 	RH_HARDWARECURSOR
1811.1Sis
1821.26Sphx#
1831.26Sphx# Device configuration
1841.26Sphx#
1851.26Sphxmainbus0	at root
1861.26Sphxcpu0		at mainbus0
1871.26Sphxkbd0		at mainbus0		# Amiga keyboard
1881.26Sphxzbus0		at mainbus0		# ZorroII/III expansion bus
1891.26Sphxser0		at mainbus0		# Amiga onboard serial
1901.26Sphxpar0		at mainbus0		# Amiga onboard parallel
1911.26Sphxms*		at mainbus0		# Amiga mice
1921.26Sphxfdc0		at mainbus0		# Amiga FDC
1931.26Sphxfd*		at fdc0 unit ?		# floppy disks on the later
1941.26Sphx#a34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
1951.26Sphx#aucc*		at mainbus0		# Amiga CC audio
1961.26Sphx#audio*		at aucc?
1971.26Sphx
1981.49Schristos#spkr*		at audio?		# PC speaker (synthesized)
1991.47Snat
2001.26Sphx# wscons aware interface to amiga custom chips.
2011.26Sphx# If you enable it enable also wskbd.
2021.26Sphx#amidisplaycc0	at mainbus0		# wscons interface to custom chips
2031.26Sphx#wsdisplay0	at amidisplaycc0 console ?
2041.26Sphx#options 	WSEMUL_VT100
2051.35Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
2061.26Sphx#options 	FONT_VT220L8x10
2071.26Sphx#options	FONT_VT220ISO8x16
2081.26Sphx#
2091.26Sphx# Keyboard device. Optionally can attach a wskbd.
2101.26Sphx# wskbd works together with a wsdisplay so enable them both if you will.
2111.26Sphx# Don't enable wskbd if you use ite.
2121.26Sphx#
2131.26Sphx# XXX in std.amiga: kbd0 at mainbus0
2141.26Sphx#wskbd0		at kbd0 console ?
2151.26Sphx#wsmouse*	at ms?
2161.26Sphx
2171.26Sphx#
2181.26Sphx# Graphics devices
2191.26Sphx#
2201.1Sisgrfcc0		at mainbus0		# custom chips
2211.1Sis#grfrt0		at zbus0		# retina II
2221.1Sis#grfrh0		at zbus0		# retina III
2231.26Sphx#grfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
2241.1Sis#grful0		at zbus0		# A2410
2251.1Sis#grfcv0		at zbus0		# CyberVision 64
2261.1Sis#grfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2271.1Sis#grfcv3d0	at zbus0		# CyberVision 64/3D
2281.1Sis
2291.1Sisgrf0		at grfcc0
2301.1Sis#grf1		at grfrt0
2311.1Sis#grf2		at grfrh0
2321.1Sis#grf3		at grfcl?
2331.1Sis#grf4		at grful0
2341.1Sis#grf5		at grfcv0
2351.1Sis#grf6		at grfet?
2361.1Sis#grf7		at grfcv3d0
2371.1Sisite0		at grf0			# terminal emulators for grfs
2381.1Sis#ite1		at grf1			# terminal emulators for grfs
2391.1Sis#ite2		at grf2			# terminal emulators for grfs
2401.1Sis#ite3		at grf3			# terminal emulators for grfs
2411.1Sis#ite4		at grf4			# terminal emulators for grfs
2421.1Sis#ite5		at grf5			# terminal emulators for grfs
2431.1Sis#ite6		at grf6			# terminal emulators for grfs
2441.1Sis#ite7		at grf7			# terminal emulators for grfs
2451.1Sis
2461.26Sphx#
2471.26Sphx# Zorro-II, Zorro-III devices (sans graphics)
2481.26Sphx#
2491.26Sphx#repulse*	at zbus0		# ALiENDESiGN Repulse
2501.26Sphx#audio*		at repulse?
2511.1Sis
2521.26Sphx#toccata*	at zbus0		# MacroSystem GmbH Toccata
2531.26Sphx#audio*		at toccata?
2541.1Sis
2551.26Sphx# Ethernet cards:
2561.1Sis#le*		at zbus0		# A2065, Ameristar, Ariadne
2571.26Sphx#ne*		at zbus0		# AriadneII, X-surf
2581.1Sis#ed*		at zbus0		# Hydra, ASDG LanRover
2591.1Sis#es*		at zbus0		# CEI A4066 EthernetPLUS
2601.1Sis#qn*		at zbus0		# Quicknet
2611.1Sis
2621.26Sphx# Arcnet
2631.1Sis#bah*		at zbus0		# C=/Ameristar A2060 / 560
2641.1Sis
2651.26Sphx# Greater Valley Product Bus
2661.1Sis#gvpbus* 	at zbus0
2671.1Sis
2681.26Sphx# scsi stuff, all possible
2691.1Sis#gtsc0		at gvpbus?		# GVP series II scsi
2701.1Sis#scsibus*	at gtsc0
2711.1Sis#ahsc0		at mainbus0		# A3000 scsi
2721.1Sis#scsibus*	at ahsc0
2731.1Sis#atzsc0		at zbus0		# A2091 scsi
2741.1Sis#scsibus*	at atzsc0
2751.1Sis#wstsc0		at zbus0		# Wordsync II scsi
2761.1Sis#scsibus*	at wstsc0
2771.1Sis#ivsc0		at zbus0		# IVS scsi
2781.1Sis#scsibus*	at ivsc0
2791.1Sis#mlhsc0		at zbus0		# Hacker scsi
2801.1Sis#scsibus*	at mlhsc0
2811.1Sis#otgsc0		at zbus0		# 12 gauge scsi
2821.1Sis#scsibus*	at otgsc0
2831.1Sis#zssc0		at zbus0		# Zeus scsi
2841.1Sis#scsibus*	at zssc0
2851.1Sis#mgnsc0		at zbus0		# Magnum scsi
2861.1Sis#scsibus*	at mgnsc0
2871.1Sis#wesc0		at zbus0		# Warp Engine scsi
2881.1Sis#scsibus*	at wesc0
2891.29Sphx#bppcsc0 	at zbus0		# BlizzardPPC 603e+ scsi
2901.29Sphx#scsibus*	at bppcsc0
2911.1Sis#afsc0		at zbus0		# A4091 scsi
2921.1Sis#scsibus*	at afsc0
2931.1Sis#aftsc0		at mainbus0		# A4000T scsi
2941.1Sis#scsibus*	at aftsc0
2951.1Sis#flsc0		at zbus0		# FastlaneZ3 scsi
2961.1Sis#scsibus*	at flsc0
2971.5Slukem#bzsc0		at zbus0		# Blizzard 1230 I,II scsi
2981.1Sis#scsibus*	at bzsc0
2991.5Slukem#bzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
3001.1Sis#scsibus*	at bzivsc0
3011.1Sis#bztzsc0 	at zbus0		# Blizzard 2060 scsi
3021.1Sis#scsibus*	at bztzsc0
3031.1Sis#cbsc0		at zbus0		# CyberSCSI I
3041.1Sis#scsibus*	at cbsc0
3051.1Sis#cbiisc0 	at zbus0		# CyberSCSI II
3061.1Sis#scsibus*	at cbiisc0
3071.1Sis#cbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3081.1Sis#scsibus*	at cbiiisc0
3091.1Sis#empsc0		at zbus0		# Emplant scsi
3101.1Sis#scsibus*	at empsc0
3111.1Sis
3121.26Sphx#wdc0		at mainbus0		# A4000 & A1200 IDE bus
3131.26Sphx#wdc*		at zbus0		# Buddha / Catweasel
3141.26Sphx
3151.26Sphx#atabus* 	at wdc? channel ?	# ATA bus
3161.26Sphx#wd*		at atabus? drive ?	#  + drives
3171.26Sphx#atapibus*	at atabus?		# ATAPI bus
3181.26Sphx#cd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3191.26Sphx#sd*		at atapibus? drive ?	# ATAPI disk drives
3201.26Sphx
3211.26Sphx#pccard0	at mainbus0
3221.26Sphx#pcmcia*	at pccard0
3231.26Sphx#com*		at pcmcia? function ?	# Modems and serial cards
3241.26Sphx#pcmcom*	at pcmcia? function ?	# PCMCIA multi-port serial cards
3251.26Sphx#aic*		at pcmcia? function ?	# Adaptec APA-1460 SCSI
3261.26Sphx#wdc*		at pcmcia? function ?
3271.26Sphx#awi*		at pcmcia? function ?	# BayStack 650 (802.11FH)
3281.26Sphx#ep*		at pcmcia? function ?	# 3Com 3c589 and 3c562 Ethernet
3291.26Sphx#mbe*		at pcmcia? function ?	# MB8696x based Ethernet
3301.26Sphx#ne*		at pcmcia? function ?	# NE2000-compatible Ethernet
3311.26Sphx#sm*		at pcmcia? function ?	# Megahertz Ethernet
3321.26Sphx#mhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
3331.26Sphx#com*		at mhzc?
3341.26Sphx#sm*		at mhzc?
3351.26Sphx
3361.26Sphx# each hard drive from low target to high
3371.26Sphx# will configure to the next available sd unit number
3381.26Sphx#sd*		at scsibus? target ? lun ?	# scsi disks
3391.26Sphx#st*		at scsibus? target ? lun ?	# scsi tapes
3401.26Sphx#cd*		at scsibus? target ? lun ?	# scsi cds
3411.26Sphx#ch*		at scsibus? target ? lun ?	# scsi autochangers
3421.26Sphx#ss*		at scsibus? target ? lun ?	# scsi scanner
3431.26Sphx#uk*		at scsibus? target ? lun ?	# scsi unknown
3441.26Sphx
3451.26Sphx#msc0		at zbus0		# A2232 MSC multiport serial.
3461.26Sphx#mfc0		at zbus0		# MultiFaceCard I/O board
3471.26Sphx#mfcs0		at mfc0 unit 0		# MFC serial
3481.26Sphx#mfcs1		at mfc0 unit 1		# MFC serial
3491.26Sphx#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
3501.26Sphx#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
3511.26Sphx#mfcs2		at mfc1 unit 0
3521.26Sphx#mfcs3		at mfc1 unit 1
3531.26Sphx#mfcp1		at mfc1 unit 0
3541.1Sis
3551.26Sphx#hyper*		at zbus?		# zbus HyperCom3/3+/4/4+
3561.26Sphx#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
3571.26Sphx#com*		at hyper? port ?	# Hypercom3/4 serial ports
3581.26Sphx#lpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
3591.26Sphx
3601.26Sphx#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
3611.26Sphx#options 	IOBZCLOCK=24000000	# if needed.
3621.26Sphx
3631.26Sphx#iobl*		at zbus?		# zbus IOBlix
3641.26Sphx#com*		at iobl? port ?		# IOBlix serial ports
3651.26Sphx#lpt*		at iobl? port ?		# IOBlix parallel ports
3661.26Sphx
3671.26Sphx
3681.26Sphx#
3691.26Sphx# accept filters
3701.26Sphx#pseudo-device	accf_data		# "dataready" accept filter
3711.26Sphx#pseudo-device	accf_http		# "httpready" accept filter
3721.26Sphx
3731.26Sphxpseudo-device	loop			# loopback network interface
3741.23Scube#pseudo-device	sl			# SLIP network interfaces
3751.23Scube#pseudo-device	ppp			# PPP network interfaces
3761.26Sphx#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3771.23Scube#pseudo-device	tun			# network tunnel line discipline
3781.26Sphx#pseudo-device	tap			# virtual Ethernet
3791.23Scube#pseudo-device	gre			# generic L3 over IP tunnel
3801.26Sphx#Bpseudo-device	bpfilter		# Berkeley packet filter
3811.26Sphx#pseudo-device	carp			# Common Address Redundancy Protocol
3821.1Sis#pseudo-device	ipfilter		# IP Filter package
3831.26Sphx#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
3841.26Sphx#pseudo-device	faith			# IPv[46] tcp relay translation i/f
3851.26Sphx#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
3861.26Sphx#pseudo-device	vlan			# IEEE 802.1q encapsulation
3871.26Sphx#pseudo-device	bridge			# simple inter-network bridging
3881.26Sphx#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
3891.26Sphx#pseudo-device	agr			# IEEE 802.3ad link aggregation
3901.26Sphx#pseudo-device	pf			# PF packet filter
3911.26Sphx#pseudo-device	pflog			# PF log if
3921.28Spooka#pseudo-device	fss			# file system snapshot device
3931.1Sis
3941.1Sispseudo-device	view		4	# views (needed for grfcc)
3951.2Sjdolecekpseudo-device	pty			# pseudo-terminals
3961.26Sphxpseudo-device	clockctl		# user control of clock subsystem
3971.26Sphx
3981.26Sphx#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
3991.26Sphx#pseudo-device	wsmux			# mouse & keyboard multiplexor
4001.1Sis
4011.23Scube#pseudo-device	vnd			# vnode pseudo-disks
4021.26Sphx#options 	VND_COMPRESSION		# compressed vnd(4)
4031.39Schristos#pseudo-device	ccd			# concatenated disk devices
4041.39Schristos#pseudo-device	cgd			# cryptographic disk devices
4051.40Schristos#pseudo-device	raid			# RAIDframe disk driver
4061.26Sphx#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4071.26Sphx# Options to enable various other RAIDframe RAID types.
4081.26Sphx# options 	RF_INCLUDE_EVENODD=1
4091.26Sphx# options 	RF_INCLUDE_RAID5_RS=1
4101.26Sphx# options 	RF_INCLUDE_PARITYLOGGING=1
4111.26Sphx# options 	RF_INCLUDE_CHAINDECLUSTER=1
4121.26Sphx# options 	RF_INCLUDE_INTERDECLUSTER=1
4131.26Sphx# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4141.26Sphx# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4151.1Sis
4161.5Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
4171.1Sis
4181.26Sphxpseudo-device	ksyms			# /dev/ksyms (kernel symbols)
4191.26Sphx#pseudo-device	nsmb			# experimental - SMB requester
4201.26Sphx
4211.26Sphx# Veriexec
4221.26Sphx#
4231.26Sphx# a pseudo device needed for veriexec
4241.40Schristos#pseudo-device	veriexec
4251.26Sphx#
4261.26Sphx# Uncomment the fingerprint methods below that are desired. Note that
4271.26Sphx# removing fingerprint methods will have almost no impact on the kernel
4281.26Sphx# code size.
4291.26Sphx#
4301.26Sphx#options VERIFIED_EXEC_FP_SHA256
4311.26Sphx#options VERIFIED_EXEC_FP_SHA384
4321.26Sphx#options VERIFIED_EXEC_FP_SHA512
4331.26Sphx
4341.26Sphx# Kernel root file system and dump configuration
4351.26Sphxconfig		netbsd	root on ? type ?
436