INSTALL revision 1.44
11.27Sheinz# $NetBSD: INSTALL,v 1.44 2004/06/26 07:34:43 abs Exp $
21.2Sis#
31.31Slukem# This file was automatically created.
41.31Slukem# Changes will be lost when make is run in this directory.
51.2Sis#
61.44Sabs# Created from: # NetBSD: GENERIC.in,v 1.22 2004/06/26 07:32:05 abs Exp $
71.31Slukem#
81.31Slukem# GENERIC machine description file
91.31Slukem#
101.31Slukem# This machine description file is used to generate the default NetBSD
111.31Slukem# kernel.  The generic kernel does not include all options, subsystems
121.31Slukem# and device drivers, but should be useful for most applications.
131.31Slukem#
141.31Slukem# The machine description file can be customised for your specific
151.31Slukem# machine to reduce the kernel size and improve its performance.
161.31Slukem#
171.31Slukem# For further information on compiling NetBSD kernels, see the config(8)
181.31Slukem# man page.
191.31Slukem#
201.31Slukem# For further information on hardware support for this architecture, see
211.31Slukem# the intro(4) man page.  For further information about kernel options
221.31Slukem# for this architecture, see the options(4) man page.  For an explanation
231.31Slukem# of each device driver in this file see the section 4 man page for the
241.31Slukem# device.
251.19Sjandberg
261.19Sjandberg
271.4Sisinclude "arch/amiga/conf/std.amiga"
281.2Sis
291.28Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
301.28Satatat
311.44Sabs#ident 		"GENERIC-$Revision: 1.44 $"
321.10Sis
331.10Sismakeoptions	COPTS="-Os"
341.2Sis
351.2Sismaxusers	8
361.4Sisoptions 	RTC_OFFSET=0
371.2Sis
381.31Slukem#
391.31Slukem# mainboards to support (in addition to Amiga)
401.31Slukem#
411.4Sisoptions 	DRACO
421.4Sisoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
431.18Slukem				# MC68060 with an OS ROM up to (at least)
441.4Sis				# V40 (OS3.1) and want to boot with the
451.4Sis				# bootblock.
461.4Sis				# You do not need this if you have a DraCo,
471.4Sis				# have no 68060 or NEVER use the bootblock
481.18Slukemoptions 	P5PPC68KBOARD	# Phase5 PPC/68K board support
491.31Slukem#
501.31Slukem# processors this kernel should support
511.31Slukem#
521.4Sisoptions 	M68060		# support for 060
531.4Sisoptions 	M060SP		# MC68060 software support (Required for 060)
541.4Sisoptions 	M68040		# support for 040
551.4Sisoptions 	FPSP		# MC68040 floating point support
561.4Sisoptions 	M68030		# support for 030
571.4Sisoptions 	M68020		# support for 020/851
581.4Sisoptions 	FPU_EMULATE	# FPU emulation
591.4Sis
601.31Slukem#
611.31Slukem# Networking options
621.31Slukem#
631.4Sisoptions 	INET		# IP networking support (Required)
641.4Sisoptions 	INET6		# IPV6
651.4Sis#options 	IPSEC		# IP security
661.4Sis#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
671.4Sis#options 	IPSEC_DEBUG	# debug for IP security
681.4Sis#options 	GATEWAY		# Packet forwarding
691.4Sis#options 	DIRECTED_BROADCAST	# Broadcast across subnets
701.4Sis
711.31Slukem
721.4Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
731.4Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
741.4Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
751.4Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
761.4Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
771.34Sprovos#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
781.4Sis
791.44Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
801.44Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
811.44Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
821.44Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
831.44Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
841.44Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
851.44Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
861.44Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
871.44Sabs#options 	ALTQ_PRIQ	# Priority Queueing
881.44Sabs#options 	ALTQ_RED	# Random Early Detection
891.44Sabs#options 	ALTQ_RIO	# RED with IN/OUT
901.44Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
911.44Sabs
921.31Slukem# Filesystems
931.4Sisfile-system 	FFS		# Berkeley fast file system
941.4Sisfile-system 	EXT2FS		# second extended file system (linux)
951.4Sis#file-system 	LFS		# log-structured filesystem (experimental)
961.4Sis
971.31Slukem
981.4Sisfile-system 	NFS		# Network File System client side code
991.4Sisfile-system 	ADOSFS		# AmigaDOS file system
1001.4Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
1011.4Sisfile-system 	MSDOSFS		# MS-DOS filesystem
1021.4Sis
1031.4Sisfile-system 	KERNFS		# kernel data-structure filesystem
1041.4Sis
1051.31Slukem
1061.31Slukem# Filesystem options
1071.9Sis
1081.4Sis#options 	FFS_EI		# FFS Endian Independant support
1091.9Sis
1101.31Slukem
1111.32Sabsoptions 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
1121.32Sabs
1131.4Sis#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1141.4Sis				# immutable) behave as system flags.
1151.4Sis
1161.31Slukem#
1171.31Slukem# Compatibility options for various existing systems
1181.31Slukem#
1191.31Slukem
1201.23Sis
1211.23Sisoptions 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
1221.24Sisoptions 	COMPAT_AOUT_M68K # actually make some system calls work.
1231.4Sis
1241.31Slukem
1251.31Slukem#
1261.31Slukem# Support for various kernel options
1271.31Slukem#
1281.4Sis
1291.21Sjdolecek#options 	INSECURE	# disable kernel security levels
1301.21Sjdolecekoptions 	SCSIVERBOSE	# human readable SCSI error messages
1311.33Slukemoptions 	USERCONF	# userconf(4) support
1321.32Sabsoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1331.32Sabsoptions 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
1341.36Swiz
1351.36Swiz# Enable experimental buffer queue strategy for better responsiveness under 
1361.36Swiz# high disk I/O load. Use it with caution - it's not proven to be stable yet.
1371.36Swiz#options 	NEW_BUFQ_STRATEGY
1381.4Sis
1391.31Slukem#
1401.31Slukem# Misc. debugging options
1411.31Slukem#
1421.4Sisoptions 	DDB		# Kernel debugger
1431.4Sis#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1441.4Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1451.4Sis#options 	DEBUG		# Enable misc. kernel debugging code
1461.4Sis#options 	SYSCALL_DEBUG	# debug all syscalls.
1471.4Sis#options 	SCSIDEBUG	# Add SCSI debugging statements
1481.29Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
1491.4Sis
1501.31Slukem#
1511.31Slukem# Amiga specific options
1521.31Slukem#
1531.4Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1541.4Sis				# first bank of RAM. (default: unlimited)
1551.18Slukem#options 	NKPTADD=4	# set this for 4 additional KPT pages
1561.18Slukem#options 	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1571.4Sis				# per 16 MB (1<<24 bytes) of RAM
1581.21Sjdolecek				# uncomment and decrease this, or uncomment and
1591.18Slukem				# increase NKPTADD if you get "out of PT pages"
1601.18Slukem				# panics.
1611.4Sis
1621.31Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1631.31Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all.
1641.4Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1651.4Sis
1661.31Slukem# These options improve performance with the built-in serial port
1671.31Slukem# on slower Amigas.  Try the larger buffers first then lev6_defer.
1681.4Sis#options 	SERIBUF_SIZE=4096
1691.4Sis#options 	SEROBUF_SIZE=32
1701.4Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1711.38Sis
1721.38Sis#options	DEVRELOAD	# implement /dev/reload
1731.38Sis#				# currently only works for a.out kernels
1741.4Sis
1751.4Sisoptions 	RETINACONSOLE	# enable code to allow retina to be console
1761.4Sisoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1771.4Sisoptions 	CL5426CONSOLE	# Cirrus console
1781.4Sisoptions 	CV64CONSOLE	# CyberVision console
1791.4Sisoptions 	TSENGCONSOLE	# Tseng console
1801.4Sisoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1811.4Sis
1821.4Sisoptions 	GRF_ECS		# Enhanced Chip Set
1831.4Sisoptions 	GRF_NTSC	# NTSC
1841.4Sisoptions 	GRF_PAL		# PAL
1851.4Sisoptions 	GRF_A2024	# Support for the A2024
1861.4Sisoptions 	GRF_AGA		# AGA Chip Set
1871.4Sisoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
1881.4Sisoptions 	GRF_SUPER72	# AGA Super-72
1891.4Sis#options 	KFONT_8X11	# 8x11 font
1901.4Sis
1911.31Slukem# select a font for the console according to the character set and keymap
1921.31Slukem# you want to use
1931.27Sheinzoptions        KFONT_CONS_ISO8859_1
1941.27Sheinz#options         KFONT_CONS_ISO8859_2
1951.27Sheinz
1961.31Slukem# This is how you would tell the kernel the A2410 oscillator frequencies:
1971.31Slukem# The used frequencies are the defaults, and do not need option setting
1981.4Sis#options 	ULOWELL_OSC1=36000000
1991.4Sis#options 	ULOWELL_OSC2=66667000
2001.4Sis
2011.31Slukem# This is how you specify the blitting speed, higher values may speed up blits
2021.31Slukem# a littel bit.  If you raise this value too much some trash may appear.
2031.31Slukem# the commented version is the default.
2041.4Sis#options 	RH_MEMCLK=61000000
2051.31Slukem# this option enables the 64 bit sprite which does not work
2061.31Slukem# for quite a few people.  E.g. The cursor sprite will turn to a block
2071.31Slukem# when moved to the top of the screen in X.
2081.4Sis#options 	RH_64BIT_SPRITE
2091.31Slukem# enables fast scroll code appears to now work on 040 systems.
2101.4Sis#options 	RETINA_SPEED_HACK
2111.31Slukem# enables the Hardwarecursor which does not work on some systems.
2121.4Sis#options 	RH_HARDWARECURSOR
2131.2Sis
2141.31Slukem# wscons aware interface to amiga custom chips.
2151.31Slukem# If you enable it enable also wskbd.
2161.31Slukem#
2171.14Sis
2181.14Sis#amidisplaycc0	at mainbus0		# wscons interface to custom chips
2191.14Sis#wsdisplay0	at amidisplaycc0 console ?
2201.31Slukem#options 	WSEMUL_VT100
2211.31Slukem#options 	FONT_VT220L8x10
2221.43Sjandberg#options	FONT_VT220ISO8x16
2231.14Sis
2241.2Sisgrfcc0		at mainbus0		# custom chips
2251.2Sisgrfrt0		at zbus0		# retina II
2261.2Sisgrfrh0		at zbus0		# retina III
2271.27Sheinzgrfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
2281.2Sisgrful0		at zbus0		# A2410
2291.4Sisgrfcv0		at zbus0		# CyberVision 64
2301.4Sisgrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2311.4Sisgrfcv3d0	at zbus0		# CyberVision 64/3D
2321.2Sis
2331.2Sisgrf0		at grfcc0
2341.2Sisgrf1		at grfrt0
2351.2Sisgrf2		at grfrh0
2361.2Sisgrf3		at grfcl?
2371.2Sisgrf4		at grful0
2381.2Sisgrf5		at grfcv0
2391.4Sisgrf6		at grfet?
2401.4Sisgrf7		at grfcv3d0
2411.4Sisite0		at grf0			# terminal emulators for grfs
2421.4Sisite1		at grf1			# terminal emulators for grfs
2431.4Sisite2		at grf2			# terminal emulators for grfs
2441.4Sisite3		at grf3			# terminal emulators for grfs
2451.4Sisite4		at grf4			# terminal emulators for grfs
2461.4Sisite5		at grf5			# terminal emulators for grfs
2471.4Sisite6		at grf6			# terminal emulators for grfs
2481.4Sisite7		at grf7			# terminal emulators for grfs
2491.2Sis
2501.2Sismsc0		at zbus0		# A2232 MSC multiport serial.
2511.2Sismfc0		at zbus0		# MultiFaceCard I/O board
2521.2Sismfcs0		at mfc0 unit 0		# MFC serial
2531.2Sismfcs1		at mfc0 unit 1		# MFC serial
2541.2Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2551.2Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2561.2Sis#mfcs2		at mfc1 unit 0
2571.2Sis#mfcs3		at mfc1 unit 1
2581.2Sis#mfcp1		at mfc1 unit 0
2591.2Sis
2601.4Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2611.4Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2621.4Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2631.4Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2641.4Sis
2651.18Slukem#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
2661.18Slukem#options 	IOBZCLOCK=24000000	# if needed.
2671.14Sis
2681.14Sisiobl*		at zbus?		# zbus IOBlix
2691.14Siscom*		at iobl? port ?		# IOBlix serial ports
2701.14Sislpt*		at iobl? port ?		# IOBlix parallel ports
2711.14Sis
2721.31Slukem
2731.31Slukem#
2741.31Slukem# Keyboard device. Optionally can attach a wskbd.
2751.31Slukem# wskbd works together with a wsdisplay so enable them both if you will.
2761.31Slukem# Don't enable wskbd if you use ite.
2771.28Satatat#
2781.31Slukem# XXX in std.amiga: kbd0 at mainbus0
2791.31Slukem
2801.14Sis#wskbd0		at kbd0 console ?
2811.4Sis
2821.31Slukem
2831.31Slukem#
2841.31Slukem# Amiga Mainboard devices (sans graphics and keyboard)
2851.31Slukem#
2861.4Sis
2871.4Sisser0		at mainbus0		# Amiga onboard serial
2881.4Sispar0		at mainbus0		# Amiga onboard parallel
2891.4Sisms*		at mainbus0		# Amiga mice
2901.4Sisfdc0		at mainbus0		# Amiga FDC
2911.4Sisfd*		at fdc0 unit ?		# floppy disks on the later
2921.4Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
2931.4Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
2941.41Sjandberg
2951.41Sjandberg
2961.41Sjandberg#wsmouse*	at ms?
2971.4Sis
2981.31Slukem#
2991.31Slukem# DraCo Mainboard devices (sans keyboard)
3001.31Slukem#
3011.4Sis
3021.4Sisdrbbc0		at mainbus0		# DraCo battery backed clock
3031.4Sisdrsupio0	at mainbus0		# DraCo superio chip
3041.4Siscom*		at drsupio? port ?	# DraCo serial
3051.4Sislpt0		at drsupio? port ?	# DraCo parallel
3061.4Sis
3071.31Slukem#
3081.31Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
3091.31Slukem#
3101.4Sis
3111.31Slukem
3121.31Slukem# Ethernet cards:
3131.4Sisle*		at zbus0		# A2065, Ameristar, Ariadne
3141.12Sisne*		at zbus0		# AriadneII, X-surf
3151.4Sised*		at zbus0		# Hydra, ASDG LanRover
3161.4Sises*		at zbus0		# CEI A4066 EthernetPLUS
3171.4Sisqn*		at zbus0		# Quicknet
3181.4Sis
3191.31Slukem# Arcnet
3201.4Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
3211.2Sis
3221.31Slukem# Greater Valley Product Bus
3231.4Sisgvpbus* 	at zbus0
3241.2Sis
3251.31Slukem# scsi stuff, all possible
3261.2Sisgtsc0		at gvpbus?		# GVP series II scsi
3271.4Sisscsibus*	at gtsc0
3281.2Sisahsc0		at mainbus0		# A3000 scsi
3291.2Sisscsibus*	at ahsc0
3301.4Sisatzsc0		at zbus0		# A2091 scsi
3311.2Sisscsibus*	at atzsc0
3321.4Siswstsc0		at zbus0		# Wordsync II scsi
3331.2Sisscsibus*	at wstsc0
3341.4Sisivsc0		at zbus0		# IVS scsi
3351.2Sisscsibus*	at ivsc0
3361.4Sismlhsc0		at zbus0		# Hacker scsi
3371.2Sisscsibus*	at mlhsc0
3381.4Sisotgsc0		at zbus0		# 12 gauge scsi
3391.2Sisscsibus*	at otgsc0
3401.4Siszssc0		at zbus0		# Zeus scsi
3411.2Sisscsibus*	at zssc0
3421.4Sismgnsc0		at zbus0		# Magnum scsi
3431.2Sisscsibus*	at mgnsc0
3441.4Siswesc0		at zbus0		# Warp Engine scsi
3451.2Sisscsibus*	at wesc0
3461.4Sisafsc0		at zbus0		# A4091 scsi
3471.2Sisscsibus*	at afsc0
3481.4Sisaftsc0		at mainbus0		# A4000T scsi
3491.2Sisscsibus*	at aftsc0
3501.4Sisflsc0		at zbus0		# FastlaneZ3 scsi
3511.2Sisscsibus*	at flsc0
3521.18Slukembzsc0		at zbus0		# Blizzard 1230 I,II scsi
3531.2Sisscsibus*	at bzsc0
3541.18Slukembzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
3551.4Sisscsibus*	at bzivsc0
3561.4Sisbztzsc0 	at zbus0		# Blizzard 2060 scsi
3571.4Sisscsibus*	at bztzsc0
3581.4Siscbsc0		at zbus0		# CyberSCSI I
3591.4Sisscsibus*	at cbsc0
3601.4Siscbiisc0 	at zbus0		# CyberSCSI II
3611.4Sisscsibus*	at cbiisc0
3621.4Siscbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3631.4Sisscsibus*	at cbiiisc0
3641.4Sisempsc0		at zbus0		# Emplant scsi
3651.4Sisscsibus*	at empsc0
3661.13Sis#idesc0		at mainbus0		# A4000 & A1200 IDE
3671.13Sis#scsibus*	at idesc0
3681.4Sis
3691.31Slukem# <<< comment out the wdc/atapibus entries below if the idesc lines above >>>
3701.31Slukem# <<< are uncommented >>>
3711.13Siswdc0		at mainbus0		# A4000 & A1200 IDE bus
3721.42Sbouyeratabus* 	at wdc? channel ?	# ATA bus
3731.42Sbouyerwd*		at atabus? drive ?	#  + drives
3741.42Sbouyeratapibus*	at atabus?		# ATAPI bus
3751.13Siscd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3761.13Sissd*		at atapibus? drive ?	# ATAPI disk drives
3771.13Sis
3781.13Sispccard0		at mainbus0
3791.13Sispcmcia*		at pccard0
3801.13Siscom*		at pcmcia? function ?		# Modems and serial cards
3811.13Sispcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
3821.13Sisaic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
3831.13Siswdc*		at pcmcia? function ?
3841.13Sisawi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
3851.13Sisep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3861.13Sismbe*		at pcmcia? function ?		# MB8696x based Ethernet
3871.13Sisne*		at pcmcia? function ?		# NE2000-compatible Ethernet
3881.13Sissm*		at pcmcia? function ?		# Megahertz Ethernet
3891.18Slukemmhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
3901.13Siscom*		at mhzc?
3911.13Sissm*		at mhzc?
3921.2Sis
3931.31Slukem
3941.4Sisdrsc0		at mainbus0		# DraCo scsi
3951.4Sisscsibus*	at drsc0
3961.4Sis
3971.31Slukem
3981.31Slukem# each hard drive from low target to high
3991.31Slukem# will configure to the next available sd unit number
4001.2Sissd*	at scsibus? target ? lun ?	# scsi disks
4011.2Sisst*	at scsibus? target ? lun ?	# scsi tapes
4021.4Siscd*	at scsibus? target ? lun ?	# scsi cds
4031.4Sisch*	at scsibus? target ? lun ?	# scsi autochangers
4041.2Sis
4051.4Sispseudo-device	loop			# loopback network interface
4061.4Sispseudo-device	sl		1	# SLIP network interfaces
4071.4Sispseudo-device	ppp		1	# PPP network interfaces
4081.19Sjandbergpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
4091.4Sispseudo-device	tun		1	# network tunnel line discipline
4101.4Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
4111.4Sispseudo-device	bpfilter	16	# Berkeley packet filter
4121.4Sispseudo-device	ipfilter		# IP Filter package
4131.4Sispseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
4141.4Sis#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
4151.4Sis#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
4161.12Sispseudo-device	vlan			# IEEE 802.1q encapsulation
4171.19Sjandbergpseudo-device	bridge			# simple inter-network bridging
4181.37Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
4191.44Sabs#pseudo-device	pf			# PF packet filter
4201.44Sabs#pseudo-device	pflog			# PF log if
4211.4Sis
4221.4Sispseudo-device	view		4	# views (needed for grfcc)
4231.31Slukempseudo-device	pty		2	# pseudo-terminals
4241.30Slukempseudo-device	clockctl		# user control of clock subsystem
4251.4Sis
4261.43Sjandberg#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
4271.43Sjandberg
4281.4Sispseudo-device	vnd		4	# vnode pseudo-disks
4291.4Sispseudo-device	ccd		4	# concatenated disk devices
4301.35Selric#pseudo-device	cgd		4	# cryptographic disk devices
4311.21Sjdolecekpseudo-device	raid		8	# RAIDframe disk driver
4321.21Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4331.31Slukem# Options to enable various other RAIDframe RAID types.
4341.31Slukem# options 	RF_INCLUDE_EVENODD=1
4351.31Slukem# options 	RF_INCLUDE_RAID5_RS=1
4361.31Slukem# options 	RF_INCLUDE_PARITYLOGGING=1
4371.31Slukem# options 	RF_INCLUDE_CHAINDECLUSTER=1
4381.31Slukem# options 	RF_INCLUDE_INTERDECLUSTER=1
4391.31Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4401.31Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4411.4Sis
4421.18Slukempseudo-device	rnd			# /dev/random and in-kernel generator
4431.18Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
4441.39Sis
4451.2Sis
4461.4Sisconfig	netbsd root on ? type ?
447