INSTALL revision 1.46
11.46Sis# $NetBSD: INSTALL,v 1.46 2005/01/13 16:12:35 is 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.46Sis# Created from: # NetBSD: GENERIC.in,v 1.27 2005/01/13 16:11:38 is 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.46Sis#ident 		"GENERIC-$Revision: 1.46 $"
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.45Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1241.4Sis
1251.31Slukem
1261.31Slukem#
1271.31Slukem# Support for various kernel options
1281.31Slukem#
1291.4Sis
1301.21Sjdolecek#options 	INSECURE	# disable kernel security levels
1311.21Sjdolecekoptions 	SCSIVERBOSE	# human readable SCSI error messages
1321.33Slukemoptions 	USERCONF	# userconf(4) support
1331.32Sabsoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1341.46Sisoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1351.32Sabsoptions 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
1361.36Swiz
1371.36Swiz# Enable experimental buffer queue strategy for better responsiveness under 
1381.36Swiz# high disk I/O load. Use it with caution - it's not proven to be stable yet.
1391.36Swiz#options 	NEW_BUFQ_STRATEGY
1401.4Sis
1411.31Slukem#
1421.31Slukem# Misc. debugging options
1431.31Slukem#
1441.4Sisoptions 	DDB		# Kernel debugger
1451.4Sis#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1461.4Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1471.4Sis#options 	DEBUG		# Enable misc. kernel debugging code
1481.4Sis#options 	SYSCALL_DEBUG	# debug all syscalls.
1491.4Sis#options 	SCSIDEBUG	# Add SCSI debugging statements
1501.29Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
1511.4Sis
1521.31Slukem#
1531.31Slukem# Amiga specific options
1541.31Slukem#
1551.4Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1561.4Sis				# first bank of RAM. (default: unlimited)
1571.18Slukem#options 	NKPTADD=4	# set this for 4 additional KPT pages
1581.18Slukem#options 	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1591.4Sis				# per 16 MB (1<<24 bytes) of RAM
1601.21Sjdolecek				# uncomment and decrease this, or uncomment and
1611.18Slukem				# increase NKPTADD if you get "out of PT pages"
1621.18Slukem				# panics.
1631.4Sis
1641.31Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1651.31Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all.
1661.4Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1671.4Sis
1681.31Slukem# These options improve performance with the built-in serial port
1691.31Slukem# on slower Amigas.  Try the larger buffers first then lev6_defer.
1701.4Sis#options 	SERIBUF_SIZE=4096
1711.4Sis#options 	SEROBUF_SIZE=32
1721.4Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1731.38Sis
1741.38Sis#options	DEVRELOAD	# implement /dev/reload
1751.38Sis#				# currently only works for a.out kernels
1761.4Sis
1771.4Sisoptions 	RETINACONSOLE	# enable code to allow retina to be console
1781.4Sisoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1791.4Sisoptions 	CL5426CONSOLE	# Cirrus console
1801.4Sisoptions 	CV64CONSOLE	# CyberVision console
1811.4Sisoptions 	TSENGCONSOLE	# Tseng console
1821.4Sisoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1831.4Sis
1841.4Sisoptions 	GRF_ECS		# Enhanced Chip Set
1851.4Sisoptions 	GRF_NTSC	# NTSC
1861.4Sisoptions 	GRF_PAL		# PAL
1871.4Sisoptions 	GRF_A2024	# Support for the A2024
1881.4Sisoptions 	GRF_AGA		# AGA Chip Set
1891.4Sisoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
1901.4Sisoptions 	GRF_SUPER72	# AGA Super-72
1911.4Sis#options 	KFONT_8X11	# 8x11 font
1921.4Sis
1931.31Slukem# select a font for the console according to the character set and keymap
1941.31Slukem# you want to use
1951.27Sheinzoptions        KFONT_CONS_ISO8859_1
1961.27Sheinz#options         KFONT_CONS_ISO8859_2
1971.27Sheinz
1981.31Slukem# This is how you would tell the kernel the A2410 oscillator frequencies:
1991.31Slukem# The used frequencies are the defaults, and do not need option setting
2001.4Sis#options 	ULOWELL_OSC1=36000000
2011.4Sis#options 	ULOWELL_OSC2=66667000
2021.4Sis
2031.31Slukem# This is how you specify the blitting speed, higher values may speed up blits
2041.31Slukem# a littel bit.  If you raise this value too much some trash may appear.
2051.31Slukem# the commented version is the default.
2061.4Sis#options 	RH_MEMCLK=61000000
2071.31Slukem# this option enables the 64 bit sprite which does not work
2081.31Slukem# for quite a few people.  E.g. The cursor sprite will turn to a block
2091.31Slukem# when moved to the top of the screen in X.
2101.4Sis#options 	RH_64BIT_SPRITE
2111.31Slukem# enables fast scroll code appears to now work on 040 systems.
2121.4Sis#options 	RETINA_SPEED_HACK
2131.31Slukem# enables the Hardwarecursor which does not work on some systems.
2141.4Sis#options 	RH_HARDWARECURSOR
2151.2Sis
2161.31Slukem# wscons aware interface to amiga custom chips.
2171.31Slukem# If you enable it enable also wskbd.
2181.31Slukem#
2191.14Sis
2201.14Sis#amidisplaycc0	at mainbus0		# wscons interface to custom chips
2211.14Sis#wsdisplay0	at amidisplaycc0 console ?
2221.31Slukem#options 	WSEMUL_VT100
2231.31Slukem#options 	FONT_VT220L8x10
2241.43Sjandberg#options	FONT_VT220ISO8x16
2251.14Sis
2261.2Sisgrfcc0		at mainbus0		# custom chips
2271.2Sisgrfrt0		at zbus0		# retina II
2281.2Sisgrfrh0		at zbus0		# retina III
2291.27Sheinzgrfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
2301.2Sisgrful0		at zbus0		# A2410
2311.4Sisgrfcv0		at zbus0		# CyberVision 64
2321.4Sisgrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2331.4Sisgrfcv3d0	at zbus0		# CyberVision 64/3D
2341.2Sis
2351.2Sisgrf0		at grfcc0
2361.2Sisgrf1		at grfrt0
2371.2Sisgrf2		at grfrh0
2381.2Sisgrf3		at grfcl?
2391.2Sisgrf4		at grful0
2401.2Sisgrf5		at grfcv0
2411.4Sisgrf6		at grfet?
2421.4Sisgrf7		at grfcv3d0
2431.4Sisite0		at grf0			# terminal emulators for grfs
2441.4Sisite1		at grf1			# terminal emulators for grfs
2451.4Sisite2		at grf2			# terminal emulators for grfs
2461.4Sisite3		at grf3			# terminal emulators for grfs
2471.4Sisite4		at grf4			# terminal emulators for grfs
2481.4Sisite5		at grf5			# terminal emulators for grfs
2491.4Sisite6		at grf6			# terminal emulators for grfs
2501.4Sisite7		at grf7			# terminal emulators for grfs
2511.2Sis
2521.2Sismsc0		at zbus0		# A2232 MSC multiport serial.
2531.2Sismfc0		at zbus0		# MultiFaceCard I/O board
2541.2Sismfcs0		at mfc0 unit 0		# MFC serial
2551.2Sismfcs1		at mfc0 unit 1		# MFC serial
2561.2Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2571.2Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2581.2Sis#mfcs2		at mfc1 unit 0
2591.2Sis#mfcs3		at mfc1 unit 1
2601.2Sis#mfcp1		at mfc1 unit 0
2611.2Sis
2621.4Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2631.4Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2641.4Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2651.4Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2661.4Sis
2671.18Slukem#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
2681.18Slukem#options 	IOBZCLOCK=24000000	# if needed.
2691.14Sis
2701.14Sisiobl*		at zbus?		# zbus IOBlix
2711.14Siscom*		at iobl? port ?		# IOBlix serial ports
2721.14Sislpt*		at iobl? port ?		# IOBlix parallel ports
2731.14Sis
2741.31Slukem
2751.31Slukem#
2761.31Slukem# Keyboard device. Optionally can attach a wskbd.
2771.31Slukem# wskbd works together with a wsdisplay so enable them both if you will.
2781.31Slukem# Don't enable wskbd if you use ite.
2791.28Satatat#
2801.31Slukem# XXX in std.amiga: kbd0 at mainbus0
2811.31Slukem
2821.14Sis#wskbd0		at kbd0 console ?
2831.4Sis
2841.31Slukem
2851.31Slukem#
2861.31Slukem# Amiga Mainboard devices (sans graphics and keyboard)
2871.31Slukem#
2881.4Sis
2891.4Sisser0		at mainbus0		# Amiga onboard serial
2901.4Sispar0		at mainbus0		# Amiga onboard parallel
2911.4Sisms*		at mainbus0		# Amiga mice
2921.4Sisfdc0		at mainbus0		# Amiga FDC
2931.4Sisfd*		at fdc0 unit ?		# floppy disks on the later
2941.4Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
2951.4Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
2961.41Sjandberg
2971.41Sjandberg
2981.41Sjandberg#wsmouse*	at ms?
2991.4Sis
3001.31Slukem#
3011.31Slukem# DraCo Mainboard devices (sans keyboard)
3021.31Slukem#
3031.4Sis
3041.4Sisdrbbc0		at mainbus0		# DraCo battery backed clock
3051.4Sisdrsupio0	at mainbus0		# DraCo superio chip
3061.4Siscom*		at drsupio? port ?	# DraCo serial
3071.4Sislpt0		at drsupio? port ?	# DraCo parallel
3081.4Sis
3091.31Slukem#
3101.31Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
3111.31Slukem#
3121.4Sis
3131.31Slukem
3141.31Slukem# Ethernet cards:
3151.4Sisle*		at zbus0		# A2065, Ameristar, Ariadne
3161.12Sisne*		at zbus0		# AriadneII, X-surf
3171.4Sised*		at zbus0		# Hydra, ASDG LanRover
3181.4Sises*		at zbus0		# CEI A4066 EthernetPLUS
3191.4Sisqn*		at zbus0		# Quicknet
3201.4Sis
3211.31Slukem# Arcnet
3221.4Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
3231.2Sis
3241.31Slukem# Greater Valley Product Bus
3251.4Sisgvpbus* 	at zbus0
3261.2Sis
3271.31Slukem# scsi stuff, all possible
3281.2Sisgtsc0		at gvpbus?		# GVP series II scsi
3291.4Sisscsibus*	at gtsc0
3301.2Sisahsc0		at mainbus0		# A3000 scsi
3311.2Sisscsibus*	at ahsc0
3321.4Sisatzsc0		at zbus0		# A2091 scsi
3331.2Sisscsibus*	at atzsc0
3341.4Siswstsc0		at zbus0		# Wordsync II scsi
3351.2Sisscsibus*	at wstsc0
3361.4Sisivsc0		at zbus0		# IVS scsi
3371.2Sisscsibus*	at ivsc0
3381.4Sismlhsc0		at zbus0		# Hacker scsi
3391.2Sisscsibus*	at mlhsc0
3401.4Sisotgsc0		at zbus0		# 12 gauge scsi
3411.2Sisscsibus*	at otgsc0
3421.4Siszssc0		at zbus0		# Zeus scsi
3431.2Sisscsibus*	at zssc0
3441.4Sismgnsc0		at zbus0		# Magnum scsi
3451.2Sisscsibus*	at mgnsc0
3461.4Siswesc0		at zbus0		# Warp Engine scsi
3471.2Sisscsibus*	at wesc0
3481.4Sisafsc0		at zbus0		# A4091 scsi
3491.2Sisscsibus*	at afsc0
3501.4Sisaftsc0		at mainbus0		# A4000T scsi
3511.2Sisscsibus*	at aftsc0
3521.4Sisflsc0		at zbus0		# FastlaneZ3 scsi
3531.2Sisscsibus*	at flsc0
3541.18Slukembzsc0		at zbus0		# Blizzard 1230 I,II scsi
3551.2Sisscsibus*	at bzsc0
3561.18Slukembzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
3571.4Sisscsibus*	at bzivsc0
3581.4Sisbztzsc0 	at zbus0		# Blizzard 2060 scsi
3591.4Sisscsibus*	at bztzsc0
3601.4Siscbsc0		at zbus0		# CyberSCSI I
3611.4Sisscsibus*	at cbsc0
3621.4Siscbiisc0 	at zbus0		# CyberSCSI II
3631.4Sisscsibus*	at cbiisc0
3641.4Siscbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3651.4Sisscsibus*	at cbiiisc0
3661.4Sisempsc0		at zbus0		# Emplant scsi
3671.4Sisscsibus*	at empsc0
3681.4Sis
3691.13Siswdc0		at mainbus0		# A4000 & A1200 IDE bus
3701.42Sbouyeratabus* 	at wdc? channel ?	# ATA bus
3711.42Sbouyerwd*		at atabus? drive ?	#  + drives
3721.42Sbouyeratapibus*	at atabus?		# ATAPI bus
3731.13Siscd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3741.13Sissd*		at atapibus? drive ?	# ATAPI disk drives
3751.13Sis
3761.13Sispccard0		at mainbus0
3771.13Sispcmcia*		at pccard0
3781.13Siscom*		at pcmcia? function ?		# Modems and serial cards
3791.13Sispcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
3801.13Sisaic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
3811.13Siswdc*		at pcmcia? function ?
3821.13Sisawi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
3831.13Sisep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3841.13Sismbe*		at pcmcia? function ?		# MB8696x based Ethernet
3851.13Sisne*		at pcmcia? function ?		# NE2000-compatible Ethernet
3861.13Sissm*		at pcmcia? function ?		# Megahertz Ethernet
3871.18Slukemmhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
3881.13Siscom*		at mhzc?
3891.13Sissm*		at mhzc?
3901.2Sis
3911.31Slukem
3921.4Sisdrsc0		at mainbus0		# DraCo scsi
3931.4Sisscsibus*	at drsc0
3941.4Sis
3951.31Slukem
3961.31Slukem# each hard drive from low target to high
3971.31Slukem# will configure to the next available sd unit number
3981.2Sissd*	at scsibus? target ? lun ?	# scsi disks
3991.2Sisst*	at scsibus? target ? lun ?	# scsi tapes
4001.4Siscd*	at scsibus? target ? lun ?	# scsi cds
4011.4Sisch*	at scsibus? target ? lun ?	# scsi autochangers
4021.2Sis
4031.4Sispseudo-device	loop			# loopback network interface
4041.4Sispseudo-device	sl		1	# SLIP network interfaces
4051.4Sispseudo-device	ppp		1	# PPP network interfaces
4061.19Sjandbergpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
4071.4Sispseudo-device	tun		1	# network tunnel line discipline
4081.4Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
4091.4Sispseudo-device	bpfilter	16	# Berkeley packet filter
4101.4Sispseudo-device	ipfilter		# IP Filter package
4111.4Sispseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
4121.4Sis#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
4131.4Sis#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
4141.12Sispseudo-device	vlan			# IEEE 802.1q encapsulation
4151.19Sjandbergpseudo-device	bridge			# simple inter-network bridging
4161.37Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
4171.44Sabs#pseudo-device	pf			# PF packet filter
4181.44Sabs#pseudo-device	pflog			# PF log if
4191.4Sis
4201.4Sispseudo-device	view		4	# views (needed for grfcc)
4211.31Slukempseudo-device	pty		2	# pseudo-terminals
4221.30Slukempseudo-device	clockctl		# user control of clock subsystem
4231.4Sis
4241.43Sjandberg#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
4251.43Sjandberg
4261.4Sispseudo-device	vnd		4	# vnode pseudo-disks
4271.4Sispseudo-device	ccd		4	# concatenated disk devices
4281.35Selric#pseudo-device	cgd		4	# cryptographic disk devices
4291.21Sjdolecekpseudo-device	raid		8	# RAIDframe disk driver
4301.21Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4311.31Slukem# Options to enable various other RAIDframe RAID types.
4321.31Slukem# options 	RF_INCLUDE_EVENODD=1
4331.31Slukem# options 	RF_INCLUDE_RAID5_RS=1
4341.31Slukem# options 	RF_INCLUDE_PARITYLOGGING=1
4351.31Slukem# options 	RF_INCLUDE_CHAINDECLUSTER=1
4361.31Slukem# options 	RF_INCLUDE_INTERDECLUSTER=1
4371.31Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4381.31Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4391.4Sis
4401.18Slukempseudo-device	rnd			# /dev/random and in-kernel generator
4411.18Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
4421.39Sis
4431.2Sis
4441.4Sisconfig	netbsd root on ? type ?
445