11.63Schristos# $NetBSD: NULL,v 1.63 2024/01/29 18:27:10 christos 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.63Schristos#ident          "GENERIC-$Revision: 1.63 $"
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.62Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
951.30Sbouyer#options 	QUOTA		# legacy UFS quotas
961.30Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
971.62Ssimonb#options 	UFS_DIRHASH	# UFS Large Directory Hashing
981.62Ssimonb#options 	WAPBL		# File system journaling support
991.62Ssimonb#options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
1001.62Ssimonb#options 	NFSSERVER	# Network File System server
1011.1Sis
1021.26Sphx#
1031.26Sphx# Networking options
1041.26Sphx#
1051.26Sphxoptions 	INET		# IP networking support (Required)
1061.26Sphxoptions 	INET6		# IPV6
1071.26Sphx#options 	IPSEC		# IP security
1081.26Sphx#options 	IPSEC_DEBUG	# debug for IP security
1091.1Sis#options 	GATEWAY		# Packet forwarding
1101.26Sphx
1111.1Sis#options 	MROUTING	# Multicast routing
1121.15Smanu#options 	PIM		# Protocol Independent Multicast
1131.1Sis#options 	NETATALK	# AppleTalk networking protocols
1141.26Sphx#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1151.26Sphx
1161.1Sis#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1171.1Sis#options 	PPP_DEFLATE	# Deflate compression support for PPP
1181.1Sis#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1191.1Sis
1201.26Sphx#options 	ALTQ		# Manipulate network interfaces' output queues
1211.26Sphx#options 	ALTQ_BLUE	# Stochastic Fair Blue
1221.26Sphx#options 	ALTQ_CBQ	# Class-Based Queueing
1231.26Sphx#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1241.26Sphx#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1251.26Sphx#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1261.26Sphx#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1271.26Sphx#options 	ALTQ_LOCALQ	# Local queueing discipline
1281.26Sphx#options 	ALTQ_PRIQ	# Priority Queueing
1291.26Sphx#options 	ALTQ_RED	# Random Early Detection
1301.26Sphx#options 	ALTQ_RIO	# RED with IN/OUT
1311.26Sphx#options 	ALTQ_WFQ	# Weighted Fair Queueing
1321.1Sis
1331.26Sphx#
1341.26Sphx# Amiga specific options
1351.26Sphx#
1361.1Sis#options 	RETINACONSOLE	# enable code to allow retina to be console
1371.1Sis#options 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1381.1Sis#options 	CL5426CONSOLE	# Cirrus console
1391.1Sis#options 	CV64CONSOLE	# CyberVision console
1401.1Sis#options 	TSENGCONSOLE	# Tseng console
1411.1Sis#options 	CV3DCONSOLE	# CyberVision 64/3D console
1421.1Sis
1431.26Sphxoptions 	GRF_ECS		# Enhanced Chip Set
1441.1Sisoptions 	GRF_NTSC	# NTSC
1451.1Sisoptions 	GRF_PAL		# PAL
1461.1Sis#options 	GRF_A2024	# Support for the A2024
1471.26Sphx#options 	GRF_AGA		# AGA Chip Set
1481.26Sphx#options 	GRF_AGA_VGA	# AGA VGAONLY timing
1491.1Sis#options 	GRF_SUPER72	# AGA Super-72
1501.26Sphx#options 	KFONT_8X11	# 8x11 font
1511.1Sis
1521.26Sphx# select a font for the console according to the character set and keymap
1531.26Sphx# you want to use
1541.26Sphxoptions        KFONT_CONS_ISO8859_1
1551.26Sphx#options         KFONT_CONS_ISO8859_2
1561.1Sis
1571.26Sphx# This is how you would tell the kernel the A2410 oscillator frequencies:
1581.26Sphx# The used frequencies are the defaults, and do not need option setting
1591.1Sis#options 	ULOWELL_OSC1=36000000
1601.1Sis#options 	ULOWELL_OSC2=66667000
1611.1Sis
1621.26Sphx# This is how you specify the blitting speed, higher values may speed up blits
1631.61Sandvar# a little bit.  If you raise this value too much some trash may appear.
1641.26Sphx# the commented version is the default.
1651.1Sis#options 	RH_MEMCLK=61000000
1661.26Sphx# this option enables the 64 bit sprite which does not work
1671.26Sphx# for quite a few people.  E.g. The cursor sprite will turn to a block
1681.26Sphx# when moved to the top of the screen in X.
1691.1Sis#options 	RH_64BIT_SPRITE
1701.26Sphx# enables fast scroll code appears to now work on 040 systems.
1711.1Sis#options 	RETINA_SPEED_HACK
1721.26Sphx# enables the Hardwarecursor which does not work on some systems.
1731.1Sis#options 	RH_HARDWARECURSOR
1741.1Sis
1751.26Sphx#
1761.26Sphx# Device configuration
1771.26Sphx#
1781.26Sphxmainbus0	at root
1791.26Sphxcpu0		at mainbus0
1801.26Sphxkbd0		at mainbus0		# Amiga keyboard
1811.26Sphxzbus0		at mainbus0		# ZorroII/III expansion bus
1821.26Sphxser0		at mainbus0		# Amiga onboard serial
1831.26Sphxpar0		at mainbus0		# Amiga onboard parallel
1841.26Sphxms*		at mainbus0		# Amiga mice
1851.26Sphxfdc0		at mainbus0		# Amiga FDC
1861.26Sphxfd*		at fdc0 unit ?		# floppy disks on the later
1871.26Sphx#a34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
1881.26Sphx#aucc*		at mainbus0		# Amiga CC audio
1891.26Sphx#audio*		at aucc?
1901.26Sphx
1911.49Schristos#spkr*		at audio?		# PC speaker (synthesized)
1921.47Snat
1931.26Sphx# wscons aware interface to amiga custom chips.
1941.26Sphx# If you enable it enable also wskbd.
1951.26Sphx#amidisplaycc0	at mainbus0		# wscons interface to custom chips
1961.26Sphx#wsdisplay0	at amidisplaycc0 console ?
1971.26Sphx#options 	WSEMUL_VT100
1981.35Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1991.26Sphx#options 	FONT_VT220L8x10
2001.26Sphx#options	FONT_VT220ISO8x16
2011.26Sphx#
2021.26Sphx# Keyboard device. Optionally can attach a wskbd.
2031.26Sphx# wskbd works together with a wsdisplay so enable them both if you will.
2041.26Sphx# Don't enable wskbd if you use ite.
2051.26Sphx#
2061.26Sphx# XXX in std.amiga: kbd0 at mainbus0
2071.26Sphx#wskbd0		at kbd0 console ?
2081.26Sphx#wsmouse*	at ms?
2091.26Sphx
2101.26Sphx#
2111.26Sphx# Graphics devices
2121.26Sphx#
2131.1Sisgrfcc0		at mainbus0		# custom chips
2141.1Sis#grfrt0		at zbus0		# retina II
2151.1Sis#grfrh0		at zbus0		# retina III
2161.26Sphx#grfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
2171.1Sis#grful0		at zbus0		# A2410
2181.1Sis#grfcv0		at zbus0		# CyberVision 64
2191.1Sis#grfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2201.1Sis#grfcv3d0	at zbus0		# CyberVision 64/3D
2211.1Sis
2221.1Sisgrf0		at grfcc0
2231.1Sis#grf1		at grfrt0
2241.1Sis#grf2		at grfrh0
2251.1Sis#grf3		at grfcl?
2261.1Sis#grf4		at grful0
2271.1Sis#grf5		at grfcv0
2281.1Sis#grf6		at grfet?
2291.1Sis#grf7		at grfcv3d0
2301.1Sisite0		at grf0			# terminal emulators for grfs
2311.1Sis#ite1		at grf1			# terminal emulators for grfs
2321.1Sis#ite2		at grf2			# terminal emulators for grfs
2331.1Sis#ite3		at grf3			# terminal emulators for grfs
2341.1Sis#ite4		at grf4			# terminal emulators for grfs
2351.1Sis#ite5		at grf5			# terminal emulators for grfs
2361.1Sis#ite6		at grf6			# terminal emulators for grfs
2371.1Sis#ite7		at grf7			# terminal emulators for grfs
2381.1Sis
2391.26Sphx#
2401.26Sphx# Zorro-II, Zorro-III devices (sans graphics)
2411.26Sphx#
2421.26Sphx#repulse*	at zbus0		# ALiENDESiGN Repulse
2431.26Sphx#audio*		at repulse?
2441.1Sis
2451.26Sphx#toccata*	at zbus0		# MacroSystem GmbH Toccata
2461.26Sphx#audio*		at toccata?
2471.1Sis
2481.26Sphx# Ethernet cards:
2491.1Sis#le*		at zbus0		# A2065, Ameristar, Ariadne
2501.26Sphx#ne*		at zbus0		# AriadneII, X-surf
2511.1Sis#ed*		at zbus0		# Hydra, ASDG LanRover
2521.1Sis#es*		at zbus0		# CEI A4066 EthernetPLUS
2531.1Sis#qn*		at zbus0		# Quicknet
2541.1Sis
2551.26Sphx# Arcnet
2561.1Sis#bah*		at zbus0		# C=/Ameristar A2060 / 560
2571.1Sis
2581.26Sphx# Greater Valley Product Bus
2591.1Sis#gvpbus* 	at zbus0
2601.1Sis
2611.26Sphx# scsi stuff, all possible
2621.1Sis#gtsc0		at gvpbus?		# GVP series II scsi
2631.1Sis#scsibus*	at gtsc0
2641.1Sis#ahsc0		at mainbus0		# A3000 scsi
2651.1Sis#scsibus*	at ahsc0
2661.1Sis#atzsc0		at zbus0		# A2091 scsi
2671.1Sis#scsibus*	at atzsc0
2681.1Sis#wstsc0		at zbus0		# Wordsync II scsi
2691.1Sis#scsibus*	at wstsc0
2701.1Sis#ivsc0		at zbus0		# IVS scsi
2711.1Sis#scsibus*	at ivsc0
2721.1Sis#mlhsc0		at zbus0		# Hacker scsi
2731.1Sis#scsibus*	at mlhsc0
2741.1Sis#otgsc0		at zbus0		# 12 gauge scsi
2751.1Sis#scsibus*	at otgsc0
2761.1Sis#zssc0		at zbus0		# Zeus scsi
2771.1Sis#scsibus*	at zssc0
2781.1Sis#mgnsc0		at zbus0		# Magnum scsi
2791.1Sis#scsibus*	at mgnsc0
2801.1Sis#wesc0		at zbus0		# Warp Engine scsi
2811.1Sis#scsibus*	at wesc0
2821.29Sphx#bppcsc0 	at zbus0		# BlizzardPPC 603e+ scsi
2831.29Sphx#scsibus*	at bppcsc0
2841.1Sis#afsc0		at zbus0		# A4091 scsi
2851.1Sis#scsibus*	at afsc0
2861.1Sis#aftsc0		at mainbus0		# A4000T scsi
2871.1Sis#scsibus*	at aftsc0
2881.1Sis#flsc0		at zbus0		# FastlaneZ3 scsi
2891.1Sis#scsibus*	at flsc0
2901.5Slukem#bzsc0		at zbus0		# Blizzard 1230 I,II scsi
2911.1Sis#scsibus*	at bzsc0
2921.5Slukem#bzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
2931.1Sis#scsibus*	at bzivsc0
2941.1Sis#bztzsc0 	at zbus0		# Blizzard 2060 scsi
2951.1Sis#scsibus*	at bztzsc0
2961.1Sis#cbsc0		at zbus0		# CyberSCSI I
2971.1Sis#scsibus*	at cbsc0
2981.1Sis#cbiisc0 	at zbus0		# CyberSCSI II
2991.1Sis#scsibus*	at cbiisc0
3001.1Sis#cbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3011.1Sis#scsibus*	at cbiiisc0
3021.1Sis#empsc0		at zbus0		# Emplant scsi
3031.1Sis#scsibus*	at empsc0
3041.1Sis
3051.26Sphx#wdc0		at mainbus0		# A4000 & A1200 IDE bus
3061.26Sphx#wdc*		at zbus0		# Buddha / Catweasel
3071.26Sphx
3081.26Sphx#atabus* 	at wdc? channel ?	# ATA bus
3091.26Sphx#wd*		at atabus? drive ?	#  + drives
3101.26Sphx#atapibus*	at atabus?		# ATAPI bus
3111.26Sphx#cd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3121.26Sphx#sd*		at atapibus? drive ?	# ATAPI disk drives
3131.26Sphx
3141.26Sphx#pccard0	at mainbus0
3151.26Sphx#pcmcia*	at pccard0
3161.26Sphx#com*		at pcmcia? function ?	# Modems and serial cards
3171.26Sphx#pcmcom*	at pcmcia? function ?	# PCMCIA multi-port serial cards
3181.26Sphx#aic*		at pcmcia? function ?	# Adaptec APA-1460 SCSI
3191.26Sphx#wdc*		at pcmcia? function ?
3201.26Sphx#awi*		at pcmcia? function ?	# BayStack 650 (802.11FH)
3211.26Sphx#ep*		at pcmcia? function ?	# 3Com 3c589 and 3c562 Ethernet
3221.26Sphx#mbe*		at pcmcia? function ?	# MB8696x based Ethernet
3231.26Sphx#ne*		at pcmcia? function ?	# NE2000-compatible Ethernet
3241.26Sphx#sm*		at pcmcia? function ?	# Megahertz Ethernet
3251.26Sphx#mhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
3261.26Sphx#com*		at mhzc?
3271.26Sphx#sm*		at mhzc?
3281.26Sphx
3291.26Sphx# each hard drive from low target to high
3301.26Sphx# will configure to the next available sd unit number
3311.26Sphx#sd*		at scsibus? target ? lun ?	# scsi disks
3321.26Sphx#st*		at scsibus? target ? lun ?	# scsi tapes
3331.26Sphx#cd*		at scsibus? target ? lun ?	# scsi cds
3341.26Sphx#ch*		at scsibus? target ? lun ?	# scsi autochangers
3351.26Sphx#ss*		at scsibus? target ? lun ?	# scsi scanner
3361.26Sphx#uk*		at scsibus? target ? lun ?	# scsi unknown
3371.26Sphx
3381.26Sphx#msc0		at zbus0		# A2232 MSC multiport serial.
3391.26Sphx#mfc0		at zbus0		# MultiFaceCard I/O board
3401.26Sphx#mfcs0		at mfc0 unit 0		# MFC serial
3411.26Sphx#mfcs1		at mfc0 unit 1		# MFC serial
3421.26Sphx#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
3431.26Sphx#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
3441.26Sphx#mfcs2		at mfc1 unit 0
3451.26Sphx#mfcs3		at mfc1 unit 1
3461.26Sphx#mfcp1		at mfc1 unit 0
3471.1Sis
3481.26Sphx#hyper*		at zbus?		# zbus HyperCom3/3+/4/4+
3491.26Sphx#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
3501.26Sphx#com*		at hyper? port ?	# Hypercom3/4 serial ports
3511.26Sphx#lpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
3521.26Sphx
3531.26Sphx#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
3541.26Sphx#options 	IOBZCLOCK=24000000	# if needed.
3551.26Sphx
3561.26Sphx#iobl*		at zbus?		# zbus IOBlix
3571.26Sphx#com*		at iobl? port ?		# IOBlix serial ports
3581.26Sphx#lpt*		at iobl? port ?		# IOBlix parallel ports
3591.26Sphx
3601.26Sphx
3611.26Sphx#
3621.26Sphx# accept filters
3631.26Sphx#pseudo-device	accf_data		# "dataready" accept filter
3641.26Sphx#pseudo-device	accf_http		# "httpready" accept filter
3651.26Sphx
3661.26Sphxpseudo-device	loop			# loopback network interface
3671.23Scube#pseudo-device	sl			# SLIP network interfaces
3681.23Scube#pseudo-device	ppp			# PPP network interfaces
3691.26Sphx#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3701.23Scube#pseudo-device	tun			# network tunnel line discipline
3711.26Sphx#pseudo-device	tap			# virtual Ethernet
3721.23Scube#pseudo-device	gre			# generic L3 over IP tunnel
3731.26Sphx#Bpseudo-device	bpfilter		# Berkeley packet filter
3741.26Sphx#pseudo-device	carp			# Common Address Redundancy Protocol
3751.55Smaxv#pseudo-device	npf			# NPF packet filter
3761.26Sphx#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
3771.26Sphx#pseudo-device	faith			# IPv[46] tcp relay translation i/f
3781.26Sphx#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
3791.26Sphx#pseudo-device	vlan			# IEEE 802.1q encapsulation
3801.26Sphx#pseudo-device	bridge			# simple inter-network bridging
3811.59Sroy#pseudo-device	vether			# Virtual Ethernet for bridge
3821.26Sphx#pseudo-device	agr			# IEEE 802.3ad link aggregation
3831.28Spooka#pseudo-device	fss			# file system snapshot device
3841.1Sis
3851.1Sispseudo-device	view		4	# views (needed for grfcc)
3861.2Sjdolecekpseudo-device	pty			# pseudo-terminals
3871.26Sphxpseudo-device	clockctl		# user control of clock subsystem
3881.26Sphx
3891.26Sphx#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
3901.26Sphx#pseudo-device	wsmux			# mouse & keyboard multiplexor
3911.1Sis
3921.23Scube#pseudo-device	vnd			# vnode pseudo-disks
3931.26Sphx#options 	VND_COMPRESSION		# compressed vnd(4)
3941.39Schristos#pseudo-device	ccd			# concatenated disk devices
3951.39Schristos#pseudo-device	cgd			# cryptographic disk devices
3961.40Schristos#pseudo-device	raid			# RAIDframe disk driver
3971.26Sphx#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3981.26Sphx# Options to enable various other RAIDframe RAID types.
3991.26Sphx# options 	RF_INCLUDE_EVENODD=1
4001.26Sphx# options 	RF_INCLUDE_RAID5_RS=1
4011.26Sphx# options 	RF_INCLUDE_PARITYLOGGING=1
4021.26Sphx# options 	RF_INCLUDE_CHAINDECLUSTER=1
4031.26Sphx# options 	RF_INCLUDE_INTERDECLUSTER=1
4041.26Sphx# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4051.26Sphx# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4061.1Sis
4071.5Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
4081.1Sis
4091.26Sphxpseudo-device	ksyms			# /dev/ksyms (kernel symbols)
4101.26Sphx
4111.26Sphx# Veriexec
4121.56Ssevan# include "dev/veriexec.config"
4131.26Sphx
4141.26Sphx# Kernel root file system and dump configuration
4151.26Sphxconfig		netbsd	root on ? type ?
416