AMIGA revision 1.53
11.49Sheinz# $NetBSD: AMIGA,v 1.53 2002/06/18 17:45:13 lukem Exp $
21.9Sis#
31.53Slukem# This file was automatically created.
41.53Slukem# Changes will be lost when make is run in this directory.
51.9Sis#
61.53Slukem# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
71.53Slukem#
81.53Slukem# GENERIC machine description file
91.53Slukem#
101.53Slukem# This machine description file is used to generate the default NetBSD
111.53Slukem# kernel.  The generic kernel does not include all options, subsystems
121.53Slukem# and device drivers, but should be useful for most applications.
131.53Slukem#
141.53Slukem# The machine description file can be customised for your specific
151.53Slukem# machine to reduce the kernel size and improve its performance.
161.53Slukem#
171.53Slukem# For further information on compiling NetBSD kernels, see the config(8)
181.53Slukem# man page.
191.53Slukem#
201.53Slukem# For further information on hardware support for this architecture, see
211.53Slukem# the intro(4) man page.  For further information about kernel options
221.53Slukem# for this architecture, see the options(4) man page.  For an explanation
231.53Slukem# of each device driver in this file see the section 4 man page for the
241.53Slukem# device.
251.40Sjandberg
261.40Sjandberg
271.9Sisinclude "arch/amiga/conf/std.amiga"
281.9Sis
291.50Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
301.50Satatat
311.53Slukem#ident 		"GENERIC-$Revision: 1.53 $"
321.53Slukem
331.25Smhitch
341.9Sismaxusers	8
351.9Sisoptions 	RTC_OFFSET=0
361.9Sis
371.53Slukem#
381.53Slukem# mainboards to support (in addition to Amiga)
391.53Slukem#
401.9Sisoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
411.39Slukem				# MC68060 with an OS ROM up to (at least)
421.12Sis				# V40 (OS3.1) and want to boot with the
431.12Sis				# bootblock.
441.12Sis				# You do not need this if you have a DraCo,
451.12Sis				# have no 68060 or NEVER use the bootblock
461.39Slukemoptions 	P5PPC68KBOARD	# Phase5 PPC/68K board support
471.53Slukem#
481.53Slukem# processors this kernel should support
491.53Slukem#
501.9Sisoptions 	M68060		# support for 060
511.9Sisoptions 	M060SP		# MC68060 software support (Required for 060)
521.9Sisoptions 	M68040		# support for 040
531.9Sisoptions 	FPSP		# MC68040 floating point support
541.9Sisoptions 	M68030		# support for 030
551.9Sisoptions 	M68020		# support for 020/851
561.9Sisoptions 	FPU_EMULATE	# FPU emulation
571.9Sis
581.53Slukem#
591.53Slukem# Networking options
601.53Slukem#
611.9Sisoptions 	INET		# IP networking support (Required)
621.23Sisoptions 	INET6		# IPV6
631.23Sis#options 	IPSEC		# IP security
641.23Sis#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
651.23Sis#options 	IPSEC_DEBUG	# debug for IP security
661.9Sis#options 	GATEWAY		# Packet forwarding
671.9Sis#options 	DIRECTED_BROADCAST	# Broadcast across subnets
681.27Sis
691.9Sis#options 	MROUTING	# Multicast routing
701.9Sisoptions 	NS		# XNS
711.9Sis#options 	NSIP		# XNS tunneling over IP
721.9Sisoptions 	ISO,TPIP	# OSI
731.29Ssommerfe#options 	EON		# OSI tunneling over IP
741.9Sisoptions 	CCITT,LLC,HDLC	# X.25
751.9Sisoptions 	NETATALK	# AppleTalk networking protocols
761.37Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
771.27Sis
781.9Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
791.9Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
801.9Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
811.9Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
821.9Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
831.9Sis
841.53Slukem# Filesystems
851.9Sisfile-system 	FFS		# Berkeley fast file system
861.15Stronfile-system 	EXT2FS		# second extended file system (linux)
871.9Sis#file-system 	LFS		# log-structured filesystem (experimental)
881.27Sis
891.9Sisfile-system 	MFS		# Memory based filesystem
901.27Sis
911.9Sisfile-system 	NFS		# Network File System client side code
921.9Sisfile-system 	ADOSFS		# AmigaDOS file system
931.9Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
941.9Sisfile-system 	MSDOSFS		# MS-DOS filesystem
951.27Sis
961.27Sisfile-system 	KERNFS		# kernel data-structure filesystem
971.27Sis
981.9Sisfile-system 	FDESC		# user file descriptor filesystem
991.9Sisfile-system 	NULLFS		# loopback filesystem
1001.23Sisfile-system 	OVERLAY		# overlay filesystem
1011.9Sis#file-system 	PORTAL		# Portal filesystem
1021.9Sisfile-system 	PROCFS		# /proc filesystem
1031.9Sisfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1041.9Sisfile-system 	UNION		# union filesystem
1051.9Sis
1061.53Slukem# Filesystem options
1071.27Sis
1081.27Sis#options 	FFS_EI		# FFS Endian Independant support
1091.27Sis
1101.9Sisoptions 	QUOTA		# User and group quotas in FFS
1111.39Slukemoptions 	SOFTDEP		# FFS soft updates support.
1121.15Stronoptions 	NFSSERVER	# Network File System server side code
1131.27Sis
1141.15Stron#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1151.15Stron				# immutable) behave as system flags.
1161.9Sis
1171.53Slukem#
1181.53Slukem# Compatibility options for various existing systems
1191.53Slukem#
1201.9Sis
1211.37Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1221.9Sisoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
1231.9Sisoptions 	COMPAT_09	# compatibility with NetBSD 0.9
1241.9Sisoptions 	COMPAT_10	# compatibility with NetBSD 1.0
1251.9Sisoptions 	COMPAT_12	# compatibility with NetBSD 1.2
1261.9Sisoptions 	COMPAT_13	# compatibility with NetBSD 1.3
1271.21Saugustssoptions 	COMPAT_14	# compatibility with NetBSD 1.4
1281.10Sisoptions 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
1291.15Stronoptions 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
1301.9Sisoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
1311.10Sis#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1321.45Sis
1331.45Sisoptions 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
1341.46Sisoptions 	COMPAT_AOUT_M68K # actually make some system calls work.
1351.9Sis
1361.53Slukem#
1371.53Slukem# Support for System V IPC facilities.
1381.53Slukem#
1391.9Sisoptions 	SYSVSHM		# System V-like shared memory
1401.9Sisoptions 	SYSVMSG		# System V-like messages
1411.9Sisoptions 	SYSVSEM		# System V-like semaphores
1421.39Slukem#options 	SEMMNI=10	# number of semaphore identifiers
1431.39Slukem#options 	SEMMNS=60	# number of semaphores in system
1441.39Slukem#options 	SEMUME=10	# max number of undo entries per process
1451.39Slukem#options 	SEMMNU=30	# number of undo structures in system
1461.9Sis
1471.53Slukem#
1481.53Slukem# Support for various kernel options
1491.53Slukem#
1501.9Sis
1511.9Sisoptions 	KTRACE		# system call tracing support
1521.9Sisoptions 	LKM		# Loadable kernel modules
1531.9Sisoptions 	UCONSOLE	# anyone can redirect a virtual console
1541.42Sjdolecek#options 	INSECURE	# disable kernel security levels
1551.42Sjdolecekoptions 	SCSIVERBOSE	# human readable SCSI error messages
1561.49Sheinz#options 	USERCONF	# userconf(4) support
1571.9Sisoptions 	NTP		# NTP phase/frequency locked loop
1581.53Slukem#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1591.9Sis
1601.53Slukem#
1611.53Slukem# Misc. debugging options
1621.53Slukem#
1631.9Sisoptions 	DDB		# Kernel debugger
1641.9Sis#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1651.9Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1661.9Sis#options 	DEBUG		# Enable misc. kernel debugging code
1671.9Sis#options 	SYSCALL_DEBUG	# debug all syscalls.
1681.9Sis#options 	SCSIDEBUG	# Add SCSI debugging statements
1691.51Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
1701.9Sis
1711.53Slukem#
1721.53Slukem# Amiga specific options
1731.53Slukem#
1741.10Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1751.12Sis				# first bank of RAM. (default: unlimited)
1761.39Slukem#options 	NKPTADD=4	# set this for 4 additional KPT pages
1771.39Slukem#options 	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1781.12Sis				# per 16 MB (1<<24 bytes) of RAM
1791.42Sjdolecek				# uncomment and decrease this, or uncomment and
1801.39Slukem				# increase NKPTADD if you get "out of PT pages"
1811.39Slukem				# panics.
1821.12Sis
1831.53Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1841.53Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all.
1851.9Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1861.9Sis
1871.53Slukem# These options improve performance with the built-in serial port
1881.53Slukem# on slower Amigas.  Try the larger buffers first then lev6_defer.
1891.9Sis#options 	SERIBUF_SIZE=4096
1901.9Sis#options 	SEROBUF_SIZE=32
1911.9Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1921.9Sis
1931.9Sisoptions 	RETINACONSOLE	# enable code to allow retina to be console
1941.9Sisoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1951.9Sisoptions 	CL5426CONSOLE	# Cirrus console
1961.9Sisoptions 	CV64CONSOLE	# CyberVision console
1971.9Sisoptions 	TSENGCONSOLE	# Tseng console
1981.9Sisoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1991.9Sis
2001.9Sisoptions 	GRF_ECS		# Enhanced Chip Set
2011.9Sisoptions 	GRF_NTSC	# NTSC
2021.9Sisoptions 	GRF_PAL		# PAL
2031.9Sisoptions 	GRF_A2024	# Support for the A2024
2041.9Sisoptions 	GRF_AGA		# AGA Chip Set
2051.12Sisoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
2061.9Sisoptions 	GRF_SUPER72	# AGA Super-72
2071.9Sis#options 	KFONT_8X11	# 8x11 font
2081.9Sis
2091.53Slukem# select a font for the console according to the character set and keymap
2101.53Slukem# you want to use
2111.49Sheinzoptions        KFONT_CONS_ISO8859_1
2121.49Sheinz#options         KFONT_CONS_ISO8859_2
2131.49Sheinz
2141.53Slukem# This is how you would tell the kernel the A2410 oscillator frequencies:
2151.53Slukem# The used frequencies are the defaults, and do not need option setting
2161.9Sis#options 	ULOWELL_OSC1=36000000
2171.9Sis#options 	ULOWELL_OSC2=66667000
2181.9Sis
2191.53Slukem# This is how you specify the blitting speed, higher values may speed up blits
2201.53Slukem# a littel bit.  If you raise this value too much some trash may appear.
2211.53Slukem# the commented version is the default.
2221.9Sis#options 	RH_MEMCLK=61000000
2231.53Slukem# this option enables the 64 bit sprite which does not work
2241.53Slukem# for quite a few people.  E.g. The cursor sprite will turn to a block
2251.53Slukem# when moved to the top of the screen in X.
2261.9Sis#options 	RH_64BIT_SPRITE
2271.53Slukem# enables fast scroll code appears to now work on 040 systems.
2281.9Sis#options 	RETINA_SPEED_HACK
2291.53Slukem# enables the Hardwarecursor which does not work on some systems.
2301.9Sis#options 	RH_HARDWARECURSOR
2311.9Sis
2321.53Slukem# wscons aware interface to amiga custom chips.
2331.53Slukem# If you enable it enable also wskbd.
2341.53Slukem#
2351.35Sis
2361.35Sis#amidisplaycc0	at mainbus0		# wscons interface to custom chips
2371.35Sis#wsdisplay0	at amidisplaycc0 console ?
2381.53Slukem#options 	WSEMUL_VT100
2391.53Slukem#options 	FONT_BOLD8x16
2401.53Slukem#options 	FONT_VT220L8x10
2411.35Sis
2421.9Sisgrfcc0		at mainbus0		# custom chips
2431.9Sisgrfrt0		at zbus0		# retina II
2441.9Sisgrfrh0		at zbus0		# retina III
2451.49Sheinzgrfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
2461.9Sisgrful0		at zbus0		# A2410
2471.9Sisgrfcv0		at zbus0		# CyberVision 64
2481.9Sisgrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2491.9Sisgrfcv3d0	at zbus0		# CyberVision 64/3D
2501.9Sis
2511.9Sisgrf0		at grfcc0
2521.9Sisgrf1		at grfrt0
2531.9Sisgrf2		at grfrh0
2541.9Sisgrf3		at grfcl?
2551.9Sisgrf4		at grful0
2561.9Sisgrf5		at grfcv0
2571.9Sisgrf6		at grfet?
2581.9Sisgrf7		at grfcv3d0
2591.10Sisite0		at grf0			# terminal emulators for grfs
2601.10Sisite1		at grf1			# terminal emulators for grfs
2611.10Sisite2		at grf2			# terminal emulators for grfs
2621.10Sisite3		at grf3			# terminal emulators for grfs
2631.10Sisite4		at grf4			# terminal emulators for grfs
2641.10Sisite5		at grf5			# terminal emulators for grfs
2651.10Sisite6		at grf6			# terminal emulators for grfs
2661.10Sisite7		at grf7			# terminal emulators for grfs
2671.9Sis
2681.9Sismsc0		at zbus0		# A2232 MSC multiport serial.
2691.9Sismfc0		at zbus0		# MultiFaceCard I/O board
2701.9Sismfcs0		at mfc0 unit 0		# MFC serial
2711.9Sismfcs1		at mfc0 unit 1		# MFC serial
2721.9Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2731.9Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2741.9Sis#mfcs2		at mfc1 unit 0
2751.9Sis#mfcs3		at mfc1 unit 1
2761.9Sis#mfcp1		at mfc1 unit 0
2771.9Sis
2781.16Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2791.9Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2801.9Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2811.16Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2821.9Sis
2831.39Slukem#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
2841.39Slukem#options 	IOBZCLOCK=24000000	# if needed.
2851.35Sis
2861.35Sisiobl*		at zbus?		# zbus IOBlix
2871.35Siscom*		at iobl? port ?		# IOBlix serial ports
2881.35Sislpt*		at iobl? port ?		# IOBlix parallel ports
2891.35Sis
2901.53Slukem
2911.53Slukem#
2921.53Slukem# Keyboard device. Optionally can attach a wskbd.
2931.53Slukem# wskbd works together with a wsdisplay so enable them both if you will.
2941.53Slukem# Don't enable wskbd if you use ite.
2951.50Satatat#
2961.53Slukem# XXX in std.amiga: kbd0 at mainbus0
2971.53Slukem
2981.35Sis#wskbd0		at kbd0 console ?
2991.27Sis
3001.53Slukem
3011.53Slukem#
3021.53Slukem# Amiga Mainboard devices (sans graphics and keyboard)
3031.53Slukem#
3041.9Sis
3051.9Sisser0		at mainbus0		# Amiga onboard serial
3061.9Sispar0		at mainbus0		# Amiga onboard parallel
3071.9Sisms*		at mainbus0		# Amiga mice
3081.9Sisfdc0		at mainbus0		# Amiga FDC
3091.9Sisfd*		at fdc0 unit ?		# floppy disks on the later
3101.9Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
3111.9Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
3121.9Sisaucc*		at mainbus0		# Amiga CC audio
3131.9Sisaudio*		at aucc?
3141.9Sis
3151.9Sis
3161.53Slukem#
3171.53Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
3181.53Slukem#
3191.53Slukem
3201.53Slukem# Alas, Melody-Z2 dont configure in the DraCo bus.
3211.9Sismelody* 	at zbus0		# Melody MPEG audio decoder
3221.9Sisaudio*		at melody?
3231.38Sis
3241.38Sisrepulse*	at zbus0		# ALiENDESiGN Repulse
3251.38Sisaudio*		at repulse?
3261.43Sis
3271.43Sistoccata*	at zbus0		# MacroSystem GmbH Toccata
3281.43Sisaudio*		at toccata?
3291.9Sis
3301.53Slukem# Ethernet cards:
3311.9Sisle*		at zbus0		# A2065, Ameristar, Ariadne
3321.33Sisne*		at zbus0		# AriadneII, X-surf
3331.17Sised*		at zbus0		# Hydra, ASDG LanRover
3341.17Sises*		at zbus0		# CEI A4066 EthernetPLUS
3351.17Sisqn*		at zbus0		# Quicknet
3361.9Sis
3371.53Slukem# Arcnet
3381.9Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
3391.9Sis
3401.53Slukem# Greater Valley Product Bus
3411.9Sisgvpbus* 	at zbus0
3421.9Sis
3431.53Slukem# scsi stuff, all possible
3441.9Sisgtsc0		at gvpbus?		# GVP series II scsi
3451.9Sisscsibus*	at gtsc0
3461.9Sisahsc0		at mainbus0		# A3000 scsi
3471.9Sisscsibus*	at ahsc0
3481.9Sisatzsc0		at zbus0		# A2091 scsi
3491.9Sisscsibus*	at atzsc0
3501.9Siswstsc0		at zbus0		# Wordsync II scsi
3511.9Sisscsibus*	at wstsc0
3521.9Sisivsc0		at zbus0		# IVS scsi
3531.9Sisscsibus*	at ivsc0
3541.9Sismlhsc0		at zbus0		# Hacker scsi
3551.9Sisscsibus*	at mlhsc0
3561.9Sisotgsc0		at zbus0		# 12 gauge scsi
3571.9Sisscsibus*	at otgsc0
3581.9Siszssc0		at zbus0		# Zeus scsi
3591.9Sisscsibus*	at zssc0
3601.9Sismgnsc0		at zbus0		# Magnum scsi
3611.9Sisscsibus*	at mgnsc0
3621.9Siswesc0		at zbus0		# Warp Engine scsi
3631.9Sisscsibus*	at wesc0
3641.9Sisafsc0		at zbus0		# A4091 scsi
3651.9Sisscsibus*	at afsc0
3661.9Sisaftsc0		at mainbus0		# A4000T scsi
3671.9Sisscsibus*	at aftsc0
3681.9Sisflsc0		at zbus0		# FastlaneZ3 scsi
3691.9Sisscsibus*	at flsc0
3701.39Slukembzsc0		at zbus0		# Blizzard 1230 I,II scsi
3711.9Sisscsibus*	at bzsc0
3721.39Slukembzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
3731.9Sisscsibus*	at bzivsc0
3741.9Sisbztzsc0 	at zbus0		# Blizzard 2060 scsi
3751.9Sisscsibus*	at bztzsc0
3761.9Siscbsc0		at zbus0		# CyberSCSI I
3771.9Sisscsibus*	at cbsc0
3781.9Siscbiisc0 	at zbus0		# CyberSCSI II
3791.9Sisscsibus*	at cbiisc0
3801.10Siscbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3811.10Sisscsibus*	at cbiiisc0
3821.9Sisempsc0		at zbus0		# Emplant scsi
3831.9Sisscsibus*	at empsc0
3841.34Sis#idesc0		at mainbus0		# A4000 & A1200 IDE
3851.34Sis#scsibus*	at idesc0
3861.25Smhitch
3871.53Slukem# <<< comment out the wdc/atapibus entries below if the idesc lines above >>>
3881.53Slukem# <<< are uncommented >>>
3891.34Siswdc0		at mainbus0		# A4000 & A1200 IDE bus
3901.34Siswd*		at wdc? drive ?		#  + drives
3911.34Sisatapibus*	at wdc? channel ?	# ATAPI bus
3921.34Siscd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3931.34Sissd*		at atapibus? drive ?	# ATAPI disk drives
3941.34Sis
3951.34Sispccard0		at mainbus0
3961.34Sispcmcia*		at pccard0
3971.34Siscom*		at pcmcia? function ?		# Modems and serial cards
3981.34Sispcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
3991.34Sisaic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
4001.34Siswdc*		at pcmcia? function ?
4011.34Sisawi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
4021.34Sisep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
4031.34Sismbe*		at pcmcia? function ?		# MB8696x based Ethernet
4041.34Sisne*		at pcmcia? function ?		# NE2000-compatible Ethernet
4051.34Sissm*		at pcmcia? function ?		# Megahertz Ethernet
4061.39Slukemmhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
4071.34Siscom*		at mhzc?
4081.34Sissm*		at mhzc?
4091.9Sis
4101.53Slukem
4111.53Slukem
4121.53Slukem
4131.53Slukem# each hard drive from low target to high
4141.53Slukem# will configure to the next available sd unit number
4151.9Sissd*	at scsibus? target ? lun ?	# scsi disks
4161.9Sisst*	at scsibus? target ? lun ?	# scsi tapes
4171.10Siscd*	at scsibus? target ? lun ?	# scsi cds
4181.29Ssommerfech*	at scsibus? target ? lun ?	# scsi autochangers
4191.9Sisss*	at scsibus? target ? lun ?	# scsi scanner
4201.9Sisuk*	at scsibus? target ? lun ?	# scsi unknown
4211.9Sis
4221.9Sispseudo-device	loop			# loopback network interface
4231.9Sispseudo-device	sl		1	# SLIP network interfaces
4241.9Sispseudo-device	ppp		1	# PPP network interfaces
4251.40Sjandbergpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
4261.9Sispseudo-device	tun		1	# network tunnel line discipline
4271.9Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
4281.9Sispseudo-device	bpfilter	16	# Berkeley packet filter
4291.9Sispseudo-device	ipfilter		# IP Filter package
4301.23Sispseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
4311.23Sis#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
4321.29Ssommerfe#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
4331.33Sispseudo-device	vlan			# IEEE 802.1q encapsulation
4341.40Sjandbergpseudo-device	bridge			# simple inter-network bridging
4351.9Sis
4361.19Sispseudo-device	view		4	# views (needed for grfcc)
4371.31Sjdolecekpseudo-device	pty			# pseudo-terminals
4381.52Slukempseudo-device	clockctl		# user control of clock subsystem
4391.9Sis
4401.9Sispseudo-device	vnd		4	# vnode pseudo-disks
4411.9Sispseudo-device	ccd		4	# concatenated disk devices
4421.42Sjdolecekpseudo-device	raid		8	# RAIDframe disk driver
4431.42Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4441.53Slukem# Options to enable various other RAIDframe RAID types.
4451.53Slukem# options 	RF_INCLUDE_EVENODD=1
4461.53Slukem# options 	RF_INCLUDE_RAID5_RS=1
4471.53Slukem# options 	RF_INCLUDE_PARITYLOGGING=1
4481.53Slukem# options 	RF_INCLUDE_CHAINDECLUSTER=1
4491.53Slukem# options 	RF_INCLUDE_INTERDECLUSTER=1
4501.53Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4511.53Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4521.9Sis
4531.39Slukempseudo-device	rnd			# /dev/random and in-kernel generator
4541.39Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
4551.9Sis
4561.9Sisconfig	netbsd root on ? type ?
457