NULL revision 1.60
11.60Snia# $NetBSD: NULL,v 1.60 2021/01/21 06:51:54 nia 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.60Snia#ident          "GENERIC-$Revision: 1.60 $"
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.60Snia#options 	COMPAT_OSSAUDIO	# Linux binary compatibility
691.26Sphx
701.26Sphx#
711.26Sphx# File systems
721.26Sphx#
731.26Sphxfile-system 	FFS		# UFS
741.26Sphx#file-system 	EXT2FS		# second extended file system (linux)
751.26Sphx#file-system 	LFS		# log-structured file system
761.26Sphx#file-system 	MFS		# memory file system
771.26Sphx#file-system 	NFS		# Network file System client
781.26Sphx#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
791.26Sphx#file-system 	MSDOSFS		# MS-DOS file system
801.26Sphxfile-system 	ADOSFS		# AmigaDOS file system
811.26Sphx#file-system 	FDESC		# /dev/fd
821.26Sphx#file-system 	KERNFS		# /kern
831.26Sphx#file-system 	NULLFS		# loopback file system
841.26Sphx#file-system 	OVERLAY		# overlay file system
851.26Sphx#file-system 	PROCFS		# /proc
861.26Sphx#file-system 	UMAPFS		# NULLFS + uid and gid remapping
871.26Sphx#file-system 	UNION		# union file system
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.26Sphx
1141.1Sis#options 	MROUTING	# Multicast routing
1151.15Smanu#options 	PIM		# Protocol Independent Multicast
1161.1Sis#options 	NETATALK	# AppleTalk networking protocols
1171.26Sphx#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1181.26Sphx
1191.1Sis#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1201.1Sis#options 	PPP_DEFLATE	# Deflate compression support for PPP
1211.1Sis#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1221.1Sis
1231.26Sphx#options 	ALTQ		# Manipulate network interfaces' output queues
1241.26Sphx#options 	ALTQ_BLUE	# Stochastic Fair Blue
1251.26Sphx#options 	ALTQ_CBQ	# Class-Based Queueing
1261.26Sphx#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1271.26Sphx#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1281.26Sphx#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1291.26Sphx#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1301.26Sphx#options 	ALTQ_LOCALQ	# Local queueing discipline
1311.26Sphx#options 	ALTQ_PRIQ	# Priority Queueing
1321.26Sphx#options 	ALTQ_RED	# Random Early Detection
1331.26Sphx#options 	ALTQ_RIO	# RED with IN/OUT
1341.26Sphx#options 	ALTQ_WFQ	# Weighted Fair Queueing
1351.1Sis
1361.26Sphx#
1371.26Sphx# Amiga specific options
1381.26Sphx#
1391.1Sis#options 	RETINACONSOLE	# enable code to allow retina to be console
1401.1Sis#options 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1411.1Sis#options 	CL5426CONSOLE	# Cirrus console
1421.1Sis#options 	CV64CONSOLE	# CyberVision console
1431.1Sis#options 	TSENGCONSOLE	# Tseng console
1441.1Sis#options 	CV3DCONSOLE	# CyberVision 64/3D console
1451.1Sis
1461.26Sphxoptions 	GRF_ECS		# Enhanced Chip Set
1471.1Sisoptions 	GRF_NTSC	# NTSC
1481.1Sisoptions 	GRF_PAL		# PAL
1491.1Sis#options 	GRF_A2024	# Support for the A2024
1501.26Sphx#options 	GRF_AGA		# AGA Chip Set
1511.26Sphx#options 	GRF_AGA_VGA	# AGA VGAONLY timing
1521.1Sis#options 	GRF_SUPER72	# AGA Super-72
1531.26Sphx#options 	KFONT_8X11	# 8x11 font
1541.1Sis
1551.26Sphx# select a font for the console according to the character set and keymap
1561.26Sphx# you want to use
1571.26Sphxoptions        KFONT_CONS_ISO8859_1
1581.26Sphx#options         KFONT_CONS_ISO8859_2
1591.1Sis
1601.26Sphx# This is how you would tell the kernel the A2410 oscillator frequencies:
1611.26Sphx# The used frequencies are the defaults, and do not need option setting
1621.1Sis#options 	ULOWELL_OSC1=36000000
1631.1Sis#options 	ULOWELL_OSC2=66667000
1641.1Sis
1651.26Sphx# This is how you specify the blitting speed, higher values may speed up blits
1661.26Sphx# a littel bit.  If you raise this value too much some trash may appear.
1671.26Sphx# the commented version is the default.
1681.1Sis#options 	RH_MEMCLK=61000000
1691.26Sphx# this option enables the 64 bit sprite which does not work
1701.26Sphx# for quite a few people.  E.g. The cursor sprite will turn to a block
1711.26Sphx# when moved to the top of the screen in X.
1721.1Sis#options 	RH_64BIT_SPRITE
1731.26Sphx# enables fast scroll code appears to now work on 040 systems.
1741.1Sis#options 	RETINA_SPEED_HACK
1751.26Sphx# enables the Hardwarecursor which does not work on some systems.
1761.1Sis#options 	RH_HARDWARECURSOR
1771.1Sis
1781.26Sphx#
1791.26Sphx# Device configuration
1801.26Sphx#
1811.26Sphxmainbus0	at root
1821.26Sphxcpu0		at mainbus0
1831.26Sphxkbd0		at mainbus0		# Amiga keyboard
1841.26Sphxzbus0		at mainbus0		# ZorroII/III expansion bus
1851.26Sphxser0		at mainbus0		# Amiga onboard serial
1861.26Sphxpar0		at mainbus0		# Amiga onboard parallel
1871.26Sphxms*		at mainbus0		# Amiga mice
1881.26Sphxfdc0		at mainbus0		# Amiga FDC
1891.26Sphxfd*		at fdc0 unit ?		# floppy disks on the later
1901.26Sphx#a34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
1911.26Sphx#aucc*		at mainbus0		# Amiga CC audio
1921.26Sphx#audio*		at aucc?
1931.26Sphx
1941.49Schristos#spkr*		at audio?		# PC speaker (synthesized)
1951.47Snat
1961.26Sphx# wscons aware interface to amiga custom chips.
1971.26Sphx# If you enable it enable also wskbd.
1981.26Sphx#amidisplaycc0	at mainbus0		# wscons interface to custom chips
1991.26Sphx#wsdisplay0	at amidisplaycc0 console ?
2001.26Sphx#options 	WSEMUL_VT100
2011.35Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
2021.26Sphx#options 	FONT_VT220L8x10
2031.26Sphx#options	FONT_VT220ISO8x16
2041.26Sphx#
2051.26Sphx# Keyboard device. Optionally can attach a wskbd.
2061.26Sphx# wskbd works together with a wsdisplay so enable them both if you will.
2071.26Sphx# Don't enable wskbd if you use ite.
2081.26Sphx#
2091.26Sphx# XXX in std.amiga: kbd0 at mainbus0
2101.26Sphx#wskbd0		at kbd0 console ?
2111.26Sphx#wsmouse*	at ms?
2121.26Sphx
2131.26Sphx#
2141.26Sphx# Graphics devices
2151.26Sphx#
2161.1Sisgrfcc0		at mainbus0		# custom chips
2171.1Sis#grfrt0		at zbus0		# retina II
2181.1Sis#grfrh0		at zbus0		# retina III
2191.26Sphx#grfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
2201.1Sis#grful0		at zbus0		# A2410
2211.1Sis#grfcv0		at zbus0		# CyberVision 64
2221.1Sis#grfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2231.1Sis#grfcv3d0	at zbus0		# CyberVision 64/3D
2241.1Sis
2251.1Sisgrf0		at grfcc0
2261.1Sis#grf1		at grfrt0
2271.1Sis#grf2		at grfrh0
2281.1Sis#grf3		at grfcl?
2291.1Sis#grf4		at grful0
2301.1Sis#grf5		at grfcv0
2311.1Sis#grf6		at grfet?
2321.1Sis#grf7		at grfcv3d0
2331.1Sisite0		at grf0			# terminal emulators for grfs
2341.1Sis#ite1		at grf1			# terminal emulators for grfs
2351.1Sis#ite2		at grf2			# terminal emulators for grfs
2361.1Sis#ite3		at grf3			# terminal emulators for grfs
2371.1Sis#ite4		at grf4			# terminal emulators for grfs
2381.1Sis#ite5		at grf5			# terminal emulators for grfs
2391.1Sis#ite6		at grf6			# terminal emulators for grfs
2401.1Sis#ite7		at grf7			# terminal emulators for grfs
2411.1Sis
2421.26Sphx#
2431.26Sphx# Zorro-II, Zorro-III devices (sans graphics)
2441.26Sphx#
2451.26Sphx#repulse*	at zbus0		# ALiENDESiGN Repulse
2461.26Sphx#audio*		at repulse?
2471.1Sis
2481.26Sphx#toccata*	at zbus0		# MacroSystem GmbH Toccata
2491.26Sphx#audio*		at toccata?
2501.1Sis
2511.26Sphx# Ethernet cards:
2521.1Sis#le*		at zbus0		# A2065, Ameristar, Ariadne
2531.26Sphx#ne*		at zbus0		# AriadneII, X-surf
2541.1Sis#ed*		at zbus0		# Hydra, ASDG LanRover
2551.1Sis#es*		at zbus0		# CEI A4066 EthernetPLUS
2561.1Sis#qn*		at zbus0		# Quicknet
2571.1Sis
2581.26Sphx# Arcnet
2591.1Sis#bah*		at zbus0		# C=/Ameristar A2060 / 560
2601.1Sis
2611.26Sphx# Greater Valley Product Bus
2621.1Sis#gvpbus* 	at zbus0
2631.1Sis
2641.26Sphx# scsi stuff, all possible
2651.1Sis#gtsc0		at gvpbus?		# GVP series II scsi
2661.1Sis#scsibus*	at gtsc0
2671.1Sis#ahsc0		at mainbus0		# A3000 scsi
2681.1Sis#scsibus*	at ahsc0
2691.1Sis#atzsc0		at zbus0		# A2091 scsi
2701.1Sis#scsibus*	at atzsc0
2711.1Sis#wstsc0		at zbus0		# Wordsync II scsi
2721.1Sis#scsibus*	at wstsc0
2731.1Sis#ivsc0		at zbus0		# IVS scsi
2741.1Sis#scsibus*	at ivsc0
2751.1Sis#mlhsc0		at zbus0		# Hacker scsi
2761.1Sis#scsibus*	at mlhsc0
2771.1Sis#otgsc0		at zbus0		# 12 gauge scsi
2781.1Sis#scsibus*	at otgsc0
2791.1Sis#zssc0		at zbus0		# Zeus scsi
2801.1Sis#scsibus*	at zssc0
2811.1Sis#mgnsc0		at zbus0		# Magnum scsi
2821.1Sis#scsibus*	at mgnsc0
2831.1Sis#wesc0		at zbus0		# Warp Engine scsi
2841.1Sis#scsibus*	at wesc0
2851.29Sphx#bppcsc0 	at zbus0		# BlizzardPPC 603e+ scsi
2861.29Sphx#scsibus*	at bppcsc0
2871.1Sis#afsc0		at zbus0		# A4091 scsi
2881.1Sis#scsibus*	at afsc0
2891.1Sis#aftsc0		at mainbus0		# A4000T scsi
2901.1Sis#scsibus*	at aftsc0
2911.1Sis#flsc0		at zbus0		# FastlaneZ3 scsi
2921.1Sis#scsibus*	at flsc0
2931.5Slukem#bzsc0		at zbus0		# Blizzard 1230 I,II scsi
2941.1Sis#scsibus*	at bzsc0
2951.5Slukem#bzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
2961.1Sis#scsibus*	at bzivsc0
2971.1Sis#bztzsc0 	at zbus0		# Blizzard 2060 scsi
2981.1Sis#scsibus*	at bztzsc0
2991.1Sis#cbsc0		at zbus0		# CyberSCSI I
3001.1Sis#scsibus*	at cbsc0
3011.1Sis#cbiisc0 	at zbus0		# CyberSCSI II
3021.1Sis#scsibus*	at cbiisc0
3031.1Sis#cbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3041.1Sis#scsibus*	at cbiiisc0
3051.1Sis#empsc0		at zbus0		# Emplant scsi
3061.1Sis#scsibus*	at empsc0
3071.1Sis
3081.26Sphx#wdc0		at mainbus0		# A4000 & A1200 IDE bus
3091.26Sphx#wdc*		at zbus0		# Buddha / Catweasel
3101.26Sphx
3111.26Sphx#atabus* 	at wdc? channel ?	# ATA bus
3121.26Sphx#wd*		at atabus? drive ?	#  + drives
3131.26Sphx#atapibus*	at atabus?		# ATAPI bus
3141.26Sphx#cd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3151.26Sphx#sd*		at atapibus? drive ?	# ATAPI disk drives
3161.26Sphx
3171.26Sphx#pccard0	at mainbus0
3181.26Sphx#pcmcia*	at pccard0
3191.26Sphx#com*		at pcmcia? function ?	# Modems and serial cards
3201.26Sphx#pcmcom*	at pcmcia? function ?	# PCMCIA multi-port serial cards
3211.26Sphx#aic*		at pcmcia? function ?	# Adaptec APA-1460 SCSI
3221.26Sphx#wdc*		at pcmcia? function ?
3231.26Sphx#awi*		at pcmcia? function ?	# BayStack 650 (802.11FH)
3241.26Sphx#ep*		at pcmcia? function ?	# 3Com 3c589 and 3c562 Ethernet
3251.26Sphx#mbe*		at pcmcia? function ?	# MB8696x based Ethernet
3261.26Sphx#ne*		at pcmcia? function ?	# NE2000-compatible Ethernet
3271.26Sphx#sm*		at pcmcia? function ?	# Megahertz Ethernet
3281.26Sphx#mhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
3291.26Sphx#com*		at mhzc?
3301.26Sphx#sm*		at mhzc?
3311.26Sphx
3321.26Sphx# each hard drive from low target to high
3331.26Sphx# will configure to the next available sd unit number
3341.26Sphx#sd*		at scsibus? target ? lun ?	# scsi disks
3351.26Sphx#st*		at scsibus? target ? lun ?	# scsi tapes
3361.26Sphx#cd*		at scsibus? target ? lun ?	# scsi cds
3371.26Sphx#ch*		at scsibus? target ? lun ?	# scsi autochangers
3381.26Sphx#ss*		at scsibus? target ? lun ?	# scsi scanner
3391.26Sphx#uk*		at scsibus? target ? lun ?	# scsi unknown
3401.26Sphx
3411.26Sphx#msc0		at zbus0		# A2232 MSC multiport serial.
3421.26Sphx#mfc0		at zbus0		# MultiFaceCard I/O board
3431.26Sphx#mfcs0		at mfc0 unit 0		# MFC serial
3441.26Sphx#mfcs1		at mfc0 unit 1		# MFC serial
3451.26Sphx#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
3461.26Sphx#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
3471.26Sphx#mfcs2		at mfc1 unit 0
3481.26Sphx#mfcs3		at mfc1 unit 1
3491.26Sphx#mfcp1		at mfc1 unit 0
3501.1Sis
3511.26Sphx#hyper*		at zbus?		# zbus HyperCom3/3+/4/4+
3521.26Sphx#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
3531.26Sphx#com*		at hyper? port ?	# Hypercom3/4 serial ports
3541.26Sphx#lpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
3551.26Sphx
3561.26Sphx#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
3571.26Sphx#options 	IOBZCLOCK=24000000	# if needed.
3581.26Sphx
3591.26Sphx#iobl*		at zbus?		# zbus IOBlix
3601.26Sphx#com*		at iobl? port ?		# IOBlix serial ports
3611.26Sphx#lpt*		at iobl? port ?		# IOBlix parallel ports
3621.26Sphx
3631.26Sphx
3641.26Sphx#
3651.26Sphx# accept filters
3661.26Sphx#pseudo-device	accf_data		# "dataready" accept filter
3671.26Sphx#pseudo-device	accf_http		# "httpready" accept filter
3681.26Sphx
3691.26Sphxpseudo-device	loop			# loopback network interface
3701.23Scube#pseudo-device	sl			# SLIP network interfaces
3711.23Scube#pseudo-device	ppp			# PPP network interfaces
3721.26Sphx#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3731.23Scube#pseudo-device	tun			# network tunnel line discipline
3741.26Sphx#pseudo-device	tap			# virtual Ethernet
3751.23Scube#pseudo-device	gre			# generic L3 over IP tunnel
3761.26Sphx#Bpseudo-device	bpfilter		# Berkeley packet filter
3771.26Sphx#pseudo-device	carp			# Common Address Redundancy Protocol
3781.55Smaxv#pseudo-device	npf			# NPF packet filter
3791.26Sphx#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
3801.26Sphx#pseudo-device	faith			# IPv[46] tcp relay translation i/f
3811.26Sphx#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
3821.26Sphx#pseudo-device	vlan			# IEEE 802.1q encapsulation
3831.26Sphx#pseudo-device	bridge			# simple inter-network bridging
3841.59Sroy#pseudo-device	vether			# Virtual Ethernet for bridge
3851.26Sphx#pseudo-device	agr			# IEEE 802.3ad link aggregation
3861.28Spooka#pseudo-device	fss			# file system snapshot device
3871.1Sis
3881.1Sispseudo-device	view		4	# views (needed for grfcc)
3891.2Sjdolecekpseudo-device	pty			# pseudo-terminals
3901.26Sphxpseudo-device	clockctl		# user control of clock subsystem
3911.26Sphx
3921.26Sphx#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
3931.26Sphx#pseudo-device	wsmux			# mouse & keyboard multiplexor
3941.1Sis
3951.23Scube#pseudo-device	vnd			# vnode pseudo-disks
3961.26Sphx#options 	VND_COMPRESSION		# compressed vnd(4)
3971.39Schristos#pseudo-device	ccd			# concatenated disk devices
3981.39Schristos#pseudo-device	cgd			# cryptographic disk devices
3991.40Schristos#pseudo-device	raid			# RAIDframe disk driver
4001.26Sphx#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4011.26Sphx# Options to enable various other RAIDframe RAID types.
4021.26Sphx# options 	RF_INCLUDE_EVENODD=1
4031.26Sphx# options 	RF_INCLUDE_RAID5_RS=1
4041.26Sphx# options 	RF_INCLUDE_PARITYLOGGING=1
4051.26Sphx# options 	RF_INCLUDE_CHAINDECLUSTER=1
4061.26Sphx# options 	RF_INCLUDE_INTERDECLUSTER=1
4071.26Sphx# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4081.26Sphx# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4091.1Sis
4101.5Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
4111.1Sis
4121.26Sphxpseudo-device	ksyms			# /dev/ksyms (kernel symbols)
4131.26Sphx
4141.26Sphx# Veriexec
4151.56Ssevan# include "dev/veriexec.config"
4161.26Sphx
4171.26Sphx# Kernel root file system and dump configuration
4181.26Sphxconfig		netbsd	root on ? type ?
419