GENERIC revision 1.267
11.267Swiz# $NetBSD: GENERIC,v 1.267 2011/06/30 20:09:18 wiz Exp $
21.182Slukem#
31.182Slukem# This file was automatically created.
41.182Slukem# Changes will be lost when make is run in this directory.
51.182Slukem#
61.265Sphx# Created from: # NetBSD: GENERIC.in,v 1.77 2011/01/14 10:01:12 phx Exp $
71.164Sgmcgarry#
81.164Sgmcgarry# GENERIC machine description file
91.168Saymeric#
101.164Sgmcgarry# This machine description file is used to generate the default NetBSD
111.164Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
121.164Sgmcgarry# and device drivers, but should be useful for most applications.
131.164Sgmcgarry#
141.164Sgmcgarry# The machine description file can be customised for your specific
151.164Sgmcgarry# machine to reduce the kernel size and improve its performance.
161.164Sgmcgarry#
171.164Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
181.164Sgmcgarry# man page.
191.164Sgmcgarry#
201.164Sgmcgarry# For further information on hardware support for this architecture, see
211.164Sgmcgarry# the intro(4) man page.  For further information about kernel options
221.164Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
231.164Sgmcgarry# of each device driver in this file see the section 4 man page for the
241.164Sgmcgarry# device.
251.28Scgd
261.4Schopps
271.61Sveegoinclude "arch/amiga/conf/std.amiga"
281.135Shubertf
291.179Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
301.179Satatat
311.267Swiz#ident 		"GENERIC-$Revision: 1.267 $"
321.151Sis
331.14Schopps
341.15Schoppsmaxusers	8
351.78Sisoptions 	RTC_OFFSET=0
361.190Sjunyoung
371.14Schopps#
381.59Sveego# mainboards to support (in addition to Amiga)
391.59Sveego#
401.75Sveegooptions 	DRACO
411.77Sisoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
421.163Slukem				# MC68060 with an OS ROM up to (at least)
431.77Sis				# V40 (OS3.1) and want to boot with the
441.77Sis				# bootblock.
451.117Sis				# You do not need this if you have a DraCo,
461.77Sis				# have no 68060 or NEVER use the bootblock
471.163Slukemoptions 	P5PPC68KBOARD	# Phase5 PPC/68K board support
481.77Sis#
491.14Schopps# processors this kernel should support
501.14Schopps#
511.75Sveegooptions 	M68060		# support for 060
521.75Sveegooptions 	M060SP		# MC68060 software support (Required for 060)
531.75Sveegooptions 	M68040		# support for 040
541.75Sveegooptions 	FPSP		# MC68040 floating point support
551.75Sveegooptions 	M68030		# support for 030
561.75Sveegooptions 	M68020		# support for 020/851
571.79Sisoptions 	FPU_EMULATE	# FPU emulation
581.131Sitojun
591.59Sveego#
601.15Schopps# Networking options
611.15Schopps#
621.75Sveegooptions 	INET		# IP networking support (Required)
631.131Sitojunoptions 	INET6		# IPV6
641.131Sitojun#options 	IPSEC		# IP security
651.131Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
661.220Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
671.131Sitojun#options 	IPSEC_DEBUG	# debug for IP security
681.75Sveego#options 	GATEWAY		# Packet forwarding
691.75Sveego#options 	DIRECTED_BROADCAST	# Broadcast across subnets
701.140Sis
711.75Sveego#options 	MROUTING	# Multicast routing
721.205Smanu#options 	PIM		# Protocol Independent Multicast
731.248Sadrianp#options 	ISO,TPIP	# OSI
741.146Ssommerfe#options 	EON		# OSI tunneling over IP
751.95Schoppsoptions 	NETATALK	# AppleTalk networking protocols
761.160Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
771.140Sis
781.95Schoppsoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
791.95Schoppsoptions 	PPP_DEFLATE	# Deflate compression support for PPP
801.95Schoppsoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
811.95Schoppsoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
821.95Schoppsoptions 	IPFILTER_LOG	# ipmon(8) log support
831.242Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
841.264Smrgoptions 	IPFILTER_COMPAT # Compat for IP-Filter
851.186Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
861.15Schopps
871.203Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
881.203Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
891.203Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
901.203Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
911.203Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
921.203Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
931.203Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
941.203Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
951.203Sabs#options 	ALTQ_PRIQ	# Priority Queueing
961.203Sabs#options 	ALTQ_RED	# Random Early Detection
971.203Sabs#options 	ALTQ_RIO	# RED with IN/OUT
981.203Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
991.203Sabs
1001.75Sveego# Filesystems
1011.70Sthorpejfile-system 	FFS		# Berkeley fast file system
1021.122Stronfile-system 	EXT2FS		# second extended file system (linux)
1031.75Sveego#file-system 	LFS		# log-structured filesystem (experimental)
1041.140Sis
1051.70Sthorpejfile-system 	MFS		# Memory based filesystem
1061.140Sis
1071.70Sthorpejfile-system 	NFS		# Network File System client side code
1081.70Sthorpejfile-system 	ADOSFS		# AmigaDOS file system
1091.75Sveegofile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
1101.75Sveegofile-system 	MSDOSFS		# MS-DOS filesystem
1111.140Sis
1121.140Sisfile-system 	KERNFS		# kernel data-structure filesystem
1131.140Sis
1141.75Sveegofile-system 	FDESC		# user file descriptor filesystem
1151.75Sveegofile-system 	NULLFS		# loopback filesystem
1161.132Swrstudenfile-system 	OVERLAY		# overlay filesystem
1171.75Sveegofile-system 	PROCFS		# /proc filesystem
1181.70Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1191.75Sveegofile-system 	UNION		# union filesystem
1201.213Sjdolecekfile-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
1211.225Schristosfile-system	PTYFS		# /dev/pts/N support
1221.263Schsfile-system	TMPFS		# Efficient memory file-system
1231.233Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1241.51Schopps
1251.75Sveego# Filesystem options
1261.140Sis
1271.267Swiz#options 	FFS_EI		# FFS Endian Independent support
1281.253Ssimonboptions 	WAPBL		# File system journaling support - Experimental
1291.140Sis
1301.266Sbouyeroptions 	QUOTA		# legacy UFS quotas
1311.266Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
1321.209Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1331.122Stronoptions 	NFSSERVER	# Network File System server side code
1341.229Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1351.140Sis
1361.122Stron#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1371.122Stron				# immutable) behave as system flags.
1381.15Schopps
1391.15Schopps#
1401.158Swiz# Compatibility options for various existing systems
1411.15Schopps#
1421.140Sis
1431.160Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1441.75Sveegooptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
1451.94Sveegooptions 	COMPAT_09	# compatibility with NetBSD 0.9
1461.94Sveegooptions 	COMPAT_10	# compatibility with NetBSD 1.0
1471.75Sveegooptions 	COMPAT_12	# compatibility with NetBSD 1.2
1481.97Skleinkoptions 	COMPAT_13	# compatibility with NetBSD 1.3
1491.128Saugustssoptions 	COMPAT_14	# compatibility with NetBSD 1.4
1501.197Scloptions 	COMPAT_15	# compatibility with NetBSD 1.5
1511.197Scloptions 	COMPAT_16	# compatibility with NetBSD 1.6
1521.214Ssimonboptions 	COMPAT_20	# compatibility with NetBSD 2.0
1531.224Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
1541.247Sheoptions 	COMPAT_40	# NetBSD 4.0 compatibility.
1551.259Smhitchoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
1561.75Sveegooptions 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
1571.121Skleinkoptions 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
1581.75Sveegooptions 	COMPAT_NOMID	# allow nonvalid machine id executables
1591.113Sitohy#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1601.174Sis
1611.174Sisoptions 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
1621.175Sisoptions 	COMPAT_AOUT_M68K # actually make some system calls work.
1631.206Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1641.4Schopps
1651.15Schopps#
1661.15Schopps# Support for System V IPC facilities.
1671.15Schopps#
1681.75Sveegooptions 	SYSVSHM		# System V-like shared memory
1691.75Sveegooptions 	SYSVMSG		# System V-like messages
1701.75Sveegooptions 	SYSVSEM		# System V-like semaphores
1711.204Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
1721.15Schopps
1731.15Schopps#
1741.15Schopps# Support for various kernel options
1751.15Schopps#
1761.140Sis
1771.75Sveegooptions 	KTRACE		# system call tracing support
1781.169Sjdolecek#options 	INSECURE	# disable kernel security levels
1791.169Sjdolecekoptions 	SCSIVERBOSE	# human readable SCSI error messages
1801.184Slukemoptions 	USERCONF	# userconf(4) support
1811.96Slukemoptions 	NTP		# NTP phase/frequency locked loop
1821.182Slukem#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1831.191Swiz
1841.191Swiz# Enable experimental buffer queue strategy for better responsiveness under 
1851.191Swiz# high disk I/O load. Use it with caution - it's not proven to be stable yet.
1861.216Stsutsui#options 	BUFQ_READPRIO
1871.216Stsutsui#options 	BUFQ_PRIOCSCAN
1881.51Schopps
1891.15Schopps#
1901.96Slukem# Misc. debugging options
1911.15Schopps#
1921.75Sveegooptions 	DDB		# Kernel debugger
1931.96Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1941.228Schs#options 	DIAGNOSTIC	# Extra kernel sanity checks
1951.75Sveego#options 	DEBUG		# Enable misc. kernel debugging code
1961.75Sveego#options 	SYSCALL_DEBUG	# debug all syscalls.
1971.75Sveego#options 	SCSIDEBUG	# Add SCSI debugging statements
1981.180Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
1991.16Schopps
2001.16Schopps#
2011.16Schopps# Amiga specific options
2021.16Schopps#
2031.117Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
2041.101Sis				# first bank of RAM. (default: unlimited)
2051.163Slukem#options 	NKPTADD=4	# set this for 4 additional KPT pages
2061.163Slukem#options 	NKPTADDSHIFT=24	# set this for 1 additional KPT page
2071.101Sis				# per 16 MB (1<<24 bytes) of RAM
2081.170Sjdolecek				# uncomment and decrease this, or uncomment and
2091.163Slukem				# increase NKPTADD if you get "out of PT pages"
2101.163Slukem				# panics.
2111.99Sis
2121.64Sveego# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
2131.64Sveego# before the 10 secondinterval ends, or that KBDRESET does work at all.
2141.75Sveego#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
2151.51Schopps
2161.51Schopps# These options improve performance with the built-in serial port
2171.51Schopps# on slower Amigas.  Try the larger buffers first then lev6_defer.
2181.75Sveego#options 	SERIBUF_SIZE=4096
2191.75Sveego#options 	SEROBUF_SIZE=32
2201.75Sveego#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
2211.194Sis
2221.194Sis#options	DEVRELOAD	# implement /dev/reload
2231.194Sis#				# currently only works for a.out kernels
2241.75Sveego
2251.75Sveegooptions 	RETINACONSOLE	# enable code to allow retina to be console
2261.75Sveegooptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
2271.75Sveegooptions 	CL5426CONSOLE	# Cirrus console
2281.75Sveegooptions 	CV64CONSOLE	# CyberVision console
2291.75Sveegooptions 	TSENGCONSOLE	# Tseng console
2301.94Sveegooptions 	CV3DCONSOLE	# CyberVision 64/3D console
2311.75Sveego
2321.75Sveegooptions 	GRF_ECS		# Enhanced Chip Set
2331.75Sveegooptions 	GRF_NTSC	# NTSC
2341.75Sveegooptions 	GRF_PAL		# PAL
2351.75Sveegooptions 	GRF_A2024	# Support for the A2024
2361.75Sveegooptions 	GRF_AGA		# AGA Chip Set
2371.119Sisoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
2381.87Smhitchoptions 	GRF_SUPER72	# AGA Super-72
2391.75Sveego#options 	KFONT_8X11	# 8x11 font
2401.4Schopps
2411.178Sheinz# select a font for the console according to the character set and keymap
2421.178Sheinz# you want to use
2431.178Sheinzoptions        KFONT_CONS_ISO8859_1
2441.178Sheinz#options         KFONT_CONS_ISO8859_2
2451.178Sheinz
2461.39Schopps# This is how you would tell the kernel the A2410 oscillator frequencies:
2471.117Sis# The used frequencies are the defaults, and do not need option setting
2481.75Sveego#options 	ULOWELL_OSC1=36000000
2491.75Sveego#options 	ULOWELL_OSC2=66667000
2501.40Schopps
2511.40Schopps# This is how you specify the blitting speed, higher values may speed up blits
2521.40Schopps# a littel bit.  If you raise this value too much some trash may appear.
2531.40Schopps# the commented version is the default.
2541.75Sveego#options 	RH_MEMCLK=61000000
2551.118Sis# this option enables the 64 bit sprite which does not work
2561.40Schopps# for quite a few people.  E.g. The cursor sprite will turn to a block
2571.40Schopps# when moved to the top of the screen in X.
2581.75Sveego#options 	RH_64BIT_SPRITE
2591.41Schopps# enables fast scroll code appears to now work on 040 systems.
2601.75Sveego#options 	RETINA_SPEED_HACK
2611.58Sveego# enables the Hardwarecursor which does not work on some systems.
2621.75Sveego#options 	RH_HARDWARECURSOR
2631.39Schopps
2641.166Sjandberg# wscons aware interface to amiga custom chips.
2651.168Saymeric# If you enable it enable also wskbd.
2661.168Saymeric#
2671.182Slukem
2681.156Sis#amidisplaycc0	at mainbus0		# wscons interface to custom chips
2691.156Sis#wsdisplay0	at amidisplaycc0 console ?
2701.182Slukem#options 	WSEMUL_VT100
2711.182Slukem#options 	FONT_VT220L8x10
2721.200Sjandberg#options	FONT_VT220ISO8x16
2731.156Sis
2741.15Schoppsgrfcc0		at mainbus0		# custom chips
2751.30Schoppsgrfrt0		at zbus0		# retina II
2761.30Schoppsgrfrh0		at zbus0		# retina III
2771.178Sheinzgrfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
2781.39Schoppsgrful0		at zbus0		# A2410
2791.57Sveegogrfcv0		at zbus0		# CyberVision 64
2801.57Sveegogrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2811.93Sveegogrfcv3d0	at zbus0		# CyberVision 64/3D
2821.18Schopps
2831.6Schoppsgrf0		at grfcc0
2841.6Schoppsgrf1		at grfrt0
2851.15Schoppsgrf2		at grfrh0
2861.36Schoppsgrf3		at grfcl?
2871.39Schoppsgrf4		at grful0
2881.46Schoppsgrf5		at grfcv0
2891.57Sveegogrf6		at grfet?
2901.93Sveegogrf7		at grfcv3d0
2911.117Sisite0		at grf0			# terminal emulators for grfs
2921.117Sisite1		at grf1			# terminal emulators for grfs
2931.117Sisite2		at grf2			# terminal emulators for grfs
2941.117Sisite3		at grf3			# terminal emulators for grfs
2951.117Sisite4		at grf4			# terminal emulators for grfs
2961.117Sisite5		at grf5			# terminal emulators for grfs
2971.117Sisite6		at grf6			# terminal emulators for grfs
2981.117Sisite7		at grf7			# terminal emulators for grfs
2991.21Schopps
3001.107Smhitchmsc0		at zbus0		# A2232 MSC multiport serial.
3011.107Smhitchmfc0		at zbus0		# MultiFaceCard I/O board
3021.107Smhitchmfcs0		at mfc0 unit 0		# MFC serial
3031.107Smhitchmfcs1		at mfc0 unit 1		# MFC serial
3041.32Schopps#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
3051.30Schopps#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
3061.30Schopps#mfcs2		at mfc1 unit 0
3071.30Schopps#mfcs3		at mfc1 unit 1
3081.30Schopps#mfcp1		at mfc1 unit 0
3091.92Sis
3101.123Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
3111.112Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
3121.92Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
3131.123Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
3141.140Sis
3151.163Slukem#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
3161.163Slukem#options 	IOBZCLOCK=24000000	# if needed.
3171.157Sis
3181.157Sisiobl*		at zbus?		# zbus IOBlix
3191.157Siscom*		at iobl? port ?		# IOBlix serial ports
3201.157Sislpt*		at iobl? port ?		# IOBlix parallel ports
3211.156Sis
3221.156Sis
3231.156Sis#
3241.156Sis# Keyboard device. Optionally can attach a wskbd.
3251.156Sis# wskbd works together with a wsdisplay so enable them both if you will.
3261.156Sis# Don't enable wskbd if you use ite.
3271.156Sis#
3281.156Sis# XXX in std.amiga: kbd0 at mainbus0
3291.182Slukem
3301.156Sis#wskbd0		at kbd0 console ?
3311.156Sis
3321.74Sis
3331.98Sis#
3341.98Sis# Amiga Mainboard devices (sans graphics and keyboard)
3351.98Sis#
3361.98Sis
3371.105Sisser0		at mainbus0		# Amiga onboard serial
3381.98Sispar0		at mainbus0		# Amiga onboard parallel
3391.98Sisms*		at mainbus0		# Amiga mice
3401.98Sisfdc0		at mainbus0		# Amiga FDC
3411.98Sisfd*		at fdc0 unit ?		# floppy disks on the later
3421.98Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
3431.98Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
3441.98Sisaucc*		at mainbus0		# Amiga CC audio
3451.98Sisaudio*		at aucc?
3461.198Sjandberg
3471.198Sjandberg
3481.198Sjandberg#wsmouse*	at ms?
3491.98Sis
3501.98Sis#
3511.98Sis# DraCo Mainboard devices (sans keyboard)
3521.98Sis#
3531.98Sis
3541.80Sisdrbbc0		at mainbus0		# DraCo battery backed clock
3551.85Sisdrsupio0	at mainbus0		# DraCo superio chip
3561.85Siscom*		at drsupio? port ?	# DraCo serial
3571.88Sislpt0		at drsupio? port ?	# DraCo parallel
3581.76Sis
3591.98Sis#
3601.98Sis# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
3611.98Sis#
3621.30Schopps
3631.161Sis
3641.161Sisrepulse*	at zbus0		# ALiENDESiGN Repulse
3651.161Sisaudio*		at repulse?
3661.171Sis
3671.171Sistoccata*	at zbus0		# MacroSystem GmbH Toccata
3681.171Sisaudio*		at toccata?
3691.91Sis
3701.75Sveego# Ethernet cards:
3711.75Sveegole*		at zbus0		# A2065, Ameristar, Ariadne
3721.154Sisne*		at zbus0		# AriadneII, X-surf
3731.124Sised*		at zbus0		# Hydra, ASDG LanRover
3741.124Sises*		at zbus0		# CEI A4066 EthernetPLUS
3751.124Sisqn*		at zbus0		# Quicknet
3761.75Sveego
3771.75Sveego# Arcnet
3781.75Sveegobah*		at zbus0		# C=/Ameristar A2060 / 560
3791.43Schopps
3801.88Sis# Greater Valley Product Bus
3811.88Sisgvpbus* 	at zbus0
3821.6Schopps
3831.6Schopps# scsi stuff, all possible
3841.34Schoppsgtsc0		at gvpbus?		# GVP series II scsi
3851.114Sisscsibus*	at gtsc0
3861.6Schoppsahsc0		at mainbus0		# A3000 scsi
3871.114Sisscsibus*	at ahsc0
3881.69Sisatzsc0		at zbus0		# A2091 scsi
3891.114Sisscsibus*	at atzsc0
3901.30Schoppswstsc0		at zbus0		# Wordsync II scsi
3911.114Sisscsibus*	at wstsc0
3921.30Schoppsivsc0		at zbus0		# IVS scsi
3931.114Sisscsibus*	at ivsc0
3941.30Schoppsmlhsc0		at zbus0		# Hacker scsi
3951.114Sisscsibus*	at mlhsc0
3961.30Schoppsotgsc0		at zbus0		# 12 gauge scsi
3971.114Sisscsibus*	at otgsc0
3981.30Schoppszssc0		at zbus0		# Zeus scsi
3991.114Sisscsibus*	at zssc0
4001.30Schoppsmgnsc0		at zbus0		# Magnum scsi
4011.114Sisscsibus*	at mgnsc0
4021.30Schoppswesc0		at zbus0		# Warp Engine scsi
4031.114Sisscsibus*	at wesc0
4041.265Sphxbppcsc0		at zbus0		# BlizzardPPC 603e+ scsi
4051.265Sphxscsibus*	at bppcsc0
4061.30Schoppsafsc0		at zbus0		# A4091 scsi
4071.114Sisscsibus*	at afsc0
4081.44Schoppsaftsc0		at mainbus0		# A4000T scsi
4091.114Sisscsibus*	at aftsc0
4101.37Schoppsflsc0		at zbus0		# FastlaneZ3 scsi
4111.114Sisscsibus*	at flsc0
4121.163Slukembzsc0		at zbus0		# Blizzard 1230 I,II scsi
4131.114Sisscsibus*	at bzsc0
4141.163Slukembzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
4151.114Sisscsibus*	at bzivsc0
4161.93Sveegobztzsc0 	at zbus0		# Blizzard 2060 scsi
4171.114Sisscsibus*	at bztzsc0
4181.89Smhitchcbsc0		at zbus0		# CyberSCSI I
4191.114Sisscsibus*	at cbsc0
4201.93Sveegocbiisc0 	at zbus0		# CyberSCSI II
4211.114Sisscsibus*	at cbiisc0
4221.116Siscbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
4231.116Sisscsibus*	at cbiiisc0
4241.69Sisempsc0		at zbus0		# Emplant scsi
4251.114Sisscsibus*	at empsc0
4261.136Smhitch
4271.155Siswdc0		at mainbus0		# A4000 & A1200 IDE bus
4281.250Siswdc*		at zbus0		# Buddha / Catweasel
4291.250Sis
4301.199Sbouyeratabus* 	at wdc? channel ?	# ATA bus
4311.199Sbouyerwd*		at atabus? drive ?	#  + drives
4321.199Sbouyeratapibus*	at atabus?		# ATAPI bus
4331.155Siscd*		at atapibus? drive ?	# ATAPI CD-ROM drives
4341.155Sissd*		at atapibus? drive ?	# ATAPI disk drives
4351.155Sis
4361.155Sispccard0		at mainbus0
4371.155Sispcmcia*		at pccard0
4381.155Siscom*		at pcmcia? function ?		# Modems and serial cards
4391.155Sispcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
4401.155Sisaic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
4411.155Siswdc*		at pcmcia? function ?
4421.155Sisawi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
4431.155Sisep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
4441.155Sismbe*		at pcmcia? function ?		# MB8696x based Ethernet
4451.155Sisne*		at pcmcia? function ?		# NE2000-compatible Ethernet
4461.155Sissm*		at pcmcia? function ?		# Megahertz Ethernet
4471.163Slukemmhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
4481.155Siscom*		at mhzc?
4491.155Sissm*		at mhzc?
4501.134Saymeric
4511.114Sis
4521.59Sveegodrsc0		at mainbus0		# DraCo scsi
4531.114Sisscsibus*	at drsc0
4541.30Schopps
4551.6Schopps
4561.25Schopps# each hard drive from low target to high
4571.15Schopps# will configure to the next available sd unit number
4581.25Schoppssd*	at scsibus? target ? lun ?	# scsi disks
4591.15Schoppsst*	at scsibus? target ? lun ?	# scsi tapes
4601.117Siscd*	at scsibus? target ? lun ?	# scsi cds
4611.141Sisch*	at scsibus? target ? lun ?	# scsi autochangers
4621.57Sveegoss*	at scsibus? target ? lun ?	# scsi scanner
4631.64Sveegouk*	at scsibus? target ? lun ?	# scsi unknown
4641.54Sveego
4651.254Stls#
4661.254Stls# accept filters
4671.255Stsutsuipseudo-device	accf_data		# "dataready" accept filter
4681.255Stsutsuipseudo-device	accf_http		# "httpready" accept filter
4691.254Stls
4701.75Sveegopseudo-device	loop			# loopback network interface
4711.236Scubepseudo-device	sl			# SLIP network interfaces
4721.236Scubepseudo-device	ppp			# PPP network interfaces
4731.165Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
4741.236Scubepseudo-device	tun			# network tunnel line discipline
4751.208Scubepseudo-device	tap			# virtual Ethernet
4761.236Scube#pseudo-device	gre			# generic L3 over IP tunnel
4771.235Srpaulopseudo-device	bpfilter		# Berkeley packet filter
4781.238Stsutsui#pseudo-device	carp			# Common Address Redundancy Protocol
4791.95Schoppspseudo-device	ipfilter		# IP Filter package
4801.236Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
4811.236Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
4821.237Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
4831.152Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
4841.162Satatatpseudo-device	bridge			# simple inter-network bridging
4851.192Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
4861.245Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
4871.203Sabs#pseudo-device	pf			# PF packet filter
4881.203Sabs#pseudo-device	pflog			# PF log if
4891.261Spookapseudo-device	fss			# file system snapshot device
4901.52Sveego
4911.126Sispseudo-device	view		4	# views (needed for grfcc)
4921.149Sjdolecekpseudo-device	pty			# pseudo-terminals
4931.181Slukempseudo-device	clockctl		# user control of clock subsystem
4941.52Sveego
4951.200Sjandberg#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
4961.215Sjandberg#pseudo-device	wsmux			# mouse & keyboard multiplexor
4971.200Sjandberg
4981.236Scubepseudo-device	vnd			# vnode pseudo-disks
4991.221Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
5001.95Schoppspseudo-device	ccd		4	# concatenated disk devices
5011.189Selric#pseudo-device	cgd		4	# cryptographic disk devices
5021.167Sosterpseudo-device	raid		8	# RAIDframe disk driver
5031.167Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5041.167Soster# Options to enable various other RAIDframe RAID types.
5051.182Slukem# options 	RF_INCLUDE_EVENODD=1
5061.182Slukem# options 	RF_INCLUDE_RAID5_RS=1
5071.182Slukem# options 	RF_INCLUDE_PARITYLOGGING=1
5081.182Slukem# options 	RF_INCLUDE_CHAINDECLUSTER=1
5091.182Slukem# options 	RF_INCLUDE_INTERDECLUSTER=1
5101.167Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
5111.182Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
5121.95Schopps
5131.163Slukempseudo-device	rnd			# /dev/random and in-kernel generator
5141.163Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
5151.196Sis
5161.196Sispseudo-device	ksyms			# /dev/ksyms (kernel symbols)
5171.213Sjdolecekpseudo-device	nsmb			# experimental - SMB requester
5181.4Schopps
5191.231Selad# Veriexec
5201.231Selad#
5211.231Selad# a pseudo device needed for veriexec
5221.231Selad#pseudo-device	veriexec		1
5231.231Selad#
5241.231Selad# Uncomment the fingerprint methods below that are desired. Note that
5251.231Selad# removing fingerprint methods will have almost no impact on the kernel
5261.231Selad# code size.
5271.231Selad#
5281.231Selad#options VERIFIED_EXEC_FP_RMD160
5291.231Selad#options VERIFIED_EXEC_FP_SHA256
5301.231Selad#options VERIFIED_EXEC_FP_SHA384
5311.231Selad#options VERIFIED_EXEC_FP_SHA512
5321.231Selad#options VERIFIED_EXEC_FP_SHA1
5331.231Selad#options VERIFIED_EXEC_FP_MD5
5341.232Stsutsui
5351.232Stsutsuiconfig	netbsd root on ? type ?
536