INSTALL revision 1.119
11.119Schristos# $NetBSD: INSTALL,v 1.119 2013/04/27 21:43:15 christos 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.115Srkujawa# Created from: # NetBSD: GENERIC.in,v 1.110 2013/01/29 21:04:55 rkujawa Exp $
71.31Slukem#
81.91Srkujawa##
91.31Slukem# GENERIC machine description file
101.31Slukem#
111.31Slukem# This machine description file is used to generate the default NetBSD
121.31Slukem# kernel.  The generic kernel does not include all options, subsystems
131.31Slukem# and device drivers, but should be useful for most applications.
141.31Slukem#
151.31Slukem# The machine description file can be customised for your specific
161.31Slukem# machine to reduce the kernel size and improve its performance.
171.31Slukem#
181.31Slukem# For further information on compiling NetBSD kernels, see the config(8)
191.31Slukem# man page.
201.31Slukem#
211.31Slukem# For further information on hardware support for this architecture, see
221.31Slukem# the intro(4) man page.  For further information about kernel options
231.31Slukem# for this architecture, see the options(4) man page.  For an explanation
241.31Slukem# of each device driver in this file see the section 4 man page for the
251.31Slukem# device.
261.19Sjandberg
271.19Sjandberg
281.4Sisinclude "arch/amiga/conf/std.amiga"
291.2Sis
301.28Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
311.28Satatat
321.119Schristos#ident 		"GENERIC-$Revision: 1.119 $"
331.10Sis
341.10Sismakeoptions	COPTS="-Os"
351.2Sis
361.2Sismaxusers	8
371.4Sisoptions 	RTC_OFFSET=0
381.2Sis
391.31Slukem#
401.31Slukem# mainboards to support (in addition to Amiga)
411.31Slukem#
421.4Sisoptions 	DRACO
431.4Sisoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
441.18Slukem				# MC68060 with an OS ROM up to (at least)
451.4Sis				# V40 (OS3.1) and want to boot with the
461.4Sis				# bootblock.
471.4Sis				# You do not need this if you have a DraCo,
481.4Sis				# have no 68060 or NEVER use the bootblock
491.18Slukemoptions 	P5PPC68KBOARD	# Phase5 PPC/68K board support
501.31Slukem#
511.31Slukem# processors this kernel should support
521.31Slukem#
531.4Sisoptions 	M68060		# support for 060
541.4Sisoptions 	M060SP		# MC68060 software support (Required for 060)
551.4Sisoptions 	M68040		# support for 040
561.4Sisoptions 	FPSP		# MC68040 floating point support
571.4Sisoptions 	M68030		# support for 030
581.4Sisoptions 	M68020		# support for 020/851
591.4Sisoptions 	FPU_EMULATE	# FPU emulation
601.4Sis
611.31Slukem#
621.31Slukem# Networking options
631.31Slukem#
641.4Sisoptions 	INET		# IP networking support (Required)
651.4Sisoptions 	INET6		# IPV6
661.4Sis#options 	IPSEC		# IP security
671.57Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
681.4Sis#options 	IPSEC_DEBUG	# debug for IP security
691.4Sis#options 	GATEWAY		# Packet forwarding
701.4Sis#options 	DIRECTED_BROADCAST	# Broadcast across subnets
711.4Sis
721.31Slukem
731.4Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
741.4Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
751.4Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
761.4Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
771.4Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
781.72Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
791.88Smrgoptions 	IPFILTER_COMPAT # Compat for IP-Filter
801.34Sprovos#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
811.4Sis
821.44Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
831.44Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
841.44Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
851.44Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
861.44Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
871.44Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
881.44Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
891.44Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
901.44Sabs#options 	ALTQ_PRIQ	# Priority Queueing
911.44Sabs#options 	ALTQ_RED	# Random Early Detection
921.44Sabs#options 	ALTQ_RIO	# RED with IN/OUT
931.44Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
941.44Sabs
951.31Slukem# Filesystems
961.4Sisfile-system 	FFS		# Berkeley fast file system
971.4Sisfile-system 	EXT2FS		# second extended file system (linux)
981.4Sis#file-system 	LFS		# log-structured filesystem (experimental)
991.4Sis
1001.31Slukem
1011.4Sisfile-system 	NFS		# Network File System client side code
1021.4Sisfile-system 	ADOSFS		# AmigaDOS file system
1031.4Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
1041.4Sisfile-system 	MSDOSFS		# MS-DOS filesystem
1051.4Sis
1061.4Sisfile-system 	KERNFS		# kernel data-structure filesystem
1071.4Sis
1081.31Slukem
1091.31Slukem# Filesystem options
1101.9Sis
1111.90Swiz#options 	FFS_EI		# FFS Endian Independent support
1121.99Sdhollandoptions 	WAPBL		# File system journaling support
1131.9Sis
1141.31Slukem
1151.4Sis#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1161.4Sis				# immutable) behave as system flags.
1171.4Sis
1181.31Slukem#
1191.31Slukem# Compatibility options for various existing systems
1201.31Slukem#
1211.31Slukem
1221.23Sis
1231.23Sisoptions 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
1241.24Sisoptions 	COMPAT_AOUT_M68K # actually make some system calls work.
1251.45Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1261.4Sis
1271.31Slukem
1281.31Slukem#
1291.31Slukem# Support for various kernel options
1301.31Slukem#
1311.4Sis
1321.21Sjdolecek#options 	INSECURE	# disable kernel security levels
1331.21Sjdolecekoptions 	SCSIVERBOSE	# human readable SCSI error messages
1341.33Slukemoptions 	USERCONF	# userconf(4) support
1351.32Sabsoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1361.46Sisoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1371.36Swiz
1381.36Swiz# Enable experimental buffer queue strategy for better responsiveness under 
1391.36Swiz# high disk I/O load. Use it with caution - it's not proven to be stable yet.
1401.54Stsutsui#options 	BUFQ_READPRIO
1411.54Stsutsui#options 	BUFQ_PRIOCSCAN
1421.4Sis
1431.31Slukem#
1441.31Slukem# Misc. debugging options
1451.31Slukem#
1461.4Sisoptions 	DDB		# Kernel debugger
1471.4Sis#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1481.62Schs#options 	DIAGNOSTIC	# Extra kernel sanity checks
1491.4Sis#options 	DEBUG		# Enable misc. kernel debugging code
1501.4Sis#options 	SYSCALL_DEBUG	# debug all syscalls.
1511.4Sis#options 	SCSIDEBUG	# Add SCSI debugging statements
1521.29Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
1531.4Sis
1541.31Slukem#
1551.31Slukem# Amiga specific options
1561.31Slukem#
1571.4Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1581.4Sis				# first bank of RAM. (default: unlimited)
1591.18Slukem#options 	NKPTADD=4	# set this for 4 additional KPT pages
1601.18Slukem#options 	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1611.4Sis				# per 16 MB (1<<24 bytes) of RAM
1621.21Sjdolecek				# uncomment and decrease this, or uncomment and
1631.18Slukem				# increase NKPTADD if you get "out of PT pages"
1641.18Slukem				# panics.
1651.4Sis
1661.31Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1671.31Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all.
1681.4Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1691.4Sis
1701.31Slukem# These options improve performance with the built-in serial port
1711.31Slukem# on slower Amigas.  Try the larger buffers first then lev6_defer.
1721.4Sis#options 	SERIBUF_SIZE=4096
1731.4Sis#options 	SEROBUF_SIZE=32
1741.4Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1751.38Sis
1761.38Sis#options	DEVRELOAD	# implement /dev/reload
1771.38Sis#				# currently only works for a.out kernels
1781.4Sis
1791.4Sisoptions 	RETINACONSOLE	# enable code to allow retina to be console
1801.4Sisoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1811.4Sisoptions 	CL5426CONSOLE	# Cirrus console
1821.4Sisoptions 	CV64CONSOLE	# CyberVision console
1831.4Sisoptions 	TSENGCONSOLE	# Tseng console
1841.4Sisoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1851.4Sis
1861.4Sisoptions 	GRF_ECS		# Enhanced Chip Set
1871.4Sisoptions 	GRF_NTSC	# NTSC
1881.4Sisoptions 	GRF_PAL		# PAL
1891.4Sisoptions 	GRF_A2024	# Support for the A2024
1901.4Sisoptions 	GRF_AGA		# AGA Chip Set
1911.4Sisoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
1921.4Sisoptions 	GRF_SUPER72	# AGA Super-72
1931.4Sis#options 	KFONT_8X11	# 8x11 font
1941.4Sis
1951.31Slukem# select a font for the console according to the character set and keymap
1961.31Slukem# you want to use
1971.27Sheinzoptions        KFONT_CONS_ISO8859_1
1981.27Sheinz#options         KFONT_CONS_ISO8859_2
1991.27Sheinz
2001.31Slukem# This is how you would tell the kernel the A2410 oscillator frequencies:
2011.31Slukem# The used frequencies are the defaults, and do not need option setting
2021.4Sis#options 	ULOWELL_OSC1=36000000
2031.4Sis#options 	ULOWELL_OSC2=66667000
2041.4Sis
2051.31Slukem# This is how you specify the blitting speed, higher values may speed up blits
2061.31Slukem# a littel bit.  If you raise this value too much some trash may appear.
2071.31Slukem# the commented version is the default.
2081.4Sis#options 	RH_MEMCLK=61000000
2091.31Slukem# this option enables the 64 bit sprite which does not work
2101.31Slukem# for quite a few people.  E.g. The cursor sprite will turn to a block
2111.31Slukem# when moved to the top of the screen in X.
2121.4Sis#options 	RH_64BIT_SPRITE
2131.31Slukem# enables fast scroll code appears to now work on 040 systems.
2141.4Sis#options 	RETINA_SPEED_HACK
2151.31Slukem# enables the Hardwarecursor which does not work on some systems.
2161.4Sis#options 	RH_HARDWARECURSOR
2171.2Sis
2181.31Slukem# wscons aware interface to amiga custom chips.
2191.31Slukem# If you enable it enable also wskbd.
2201.31Slukem#
2211.14Sis#amidisplaycc0	at mainbus0		# wscons interface to custom chips
2221.14Sis#wsdisplay0	at amidisplaycc0 console ?
2231.31Slukem#options 	WSEMUL_VT100
2241.110Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
2251.31Slukem#options 	FONT_VT220L8x10
2261.43Sjandberg#options	FONT_VT220ISO8x16
2271.14Sis
2281.113Srkujawa#z3rambd*	at zbus0		# Zorro III RAM block devices
2291.113Srkujawa#altmem*	at z3rambd?
2301.113Srkujawa
2311.101Srkujawap5bus0		at zbus0		# Phase5 CSPPC/BPPC internal bus
2321.101Srkujawa
2331.2Sisgrfcc0		at mainbus0		# custom chips
2341.2Sisgrfrt0		at zbus0		# retina II
2351.2Sisgrfrh0		at zbus0		# retina III
2361.27Sheinzgrfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
2371.2Sisgrful0		at zbus0		# A2410
2381.4Sisgrfcv0		at zbus0		# CyberVision 64
2391.4Sisgrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2401.4Sisgrfcv3d0	at zbus0		# CyberVision 64/3D
2411.2Sis
2421.2Sisgrf0		at grfcc0
2431.2Sisgrf1		at grfrt0
2441.2Sisgrf2		at grfrh0
2451.2Sisgrf3		at grfcl?
2461.2Sisgrf4		at grful0
2471.2Sisgrf5		at grfcv0
2481.4Sisgrf6		at grfet?
2491.4Sisgrf7		at grfcv3d0
2501.4Sisite0		at grf0			# terminal emulators for grfs
2511.4Sisite1		at grf1			# terminal emulators for grfs
2521.4Sisite2		at grf2			# terminal emulators for grfs
2531.4Sisite3		at grf3			# terminal emulators for grfs
2541.4Sisite4		at grf4			# terminal emulators for grfs
2551.4Sisite5		at grf5			# terminal emulators for grfs
2561.4Sisite6		at grf6			# terminal emulators for grfs
2571.4Sisite7		at grf7			# terminal emulators for grfs
2581.2Sis
2591.98Sphx#wsdisplay*	at grf5 console ?	# wsdisplay on top of grf (CV64)
2601.98Sphx#wsdisplay*	at grf7 console ?	# wsdisplay on top of grf (CV64/3D)
2611.98Sphx
2621.2Sismsc0		at zbus0		# A2232 MSC multiport serial.
2631.2Sismfc0		at zbus0		# MultiFaceCard I/O board
2641.2Sismfcs0		at mfc0 unit 0		# MFC serial
2651.2Sismfcs1		at mfc0 unit 1		# MFC serial
2661.2Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2671.2Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2681.2Sis#mfcs2		at mfc1 unit 0
2691.2Sis#mfcs3		at mfc1 unit 1
2701.2Sis#mfcp1		at mfc1 unit 0
2711.2Sis
2721.4Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2731.4Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2741.4Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2751.4Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2761.4Sis
2771.18Slukem#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
2781.18Slukem#options 	IOBZCLOCK=24000000	# if needed.
2791.14Sis
2801.14Sisiobl*		at zbus?		# zbus IOBlix
2811.14Siscom*		at iobl? port ?		# IOBlix serial ports
2821.14Sislpt*		at iobl? port ?		# IOBlix parallel ports
2831.14Sis
2841.31Slukem
2851.31Slukem#
2861.31Slukem# Keyboard device. Optionally can attach a wskbd.
2871.31Slukem# wskbd works together with a wsdisplay so enable them both if you will.
2881.31Slukem# Don't enable wskbd if you use ite.
2891.28Satatat#
2901.31Slukem# XXX in std.amiga: kbd0 at mainbus0
2911.14Sis#wskbd0		at kbd0 console ?
2921.4Sis
2931.31Slukem
2941.31Slukem#
2951.31Slukem# Amiga Mainboard devices (sans graphics and keyboard)
2961.31Slukem#
2971.4Sis
2981.4Sisser0		at mainbus0		# Amiga onboard serial
2991.4Sispar0		at mainbus0		# Amiga onboard parallel
3001.4Sisms*		at mainbus0		# Amiga mice
3011.4Sisfdc0		at mainbus0		# Amiga FDC
3021.4Sisfd*		at fdc0 unit ?		# floppy disks on the later
3031.4Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
3041.4Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
3051.41Sjandberg
3061.41Sjandberg#wsmouse*	at ms?
3071.4Sis
3081.31Slukem#
3091.31Slukem# DraCo Mainboard devices (sans keyboard)
3101.31Slukem#
3111.4Sis
3121.4Sisdrbbc0		at mainbus0		# DraCo battery backed clock
3131.4Sisdrsupio0	at mainbus0		# DraCo superio chip
3141.4Siscom*		at drsupio? port ?	# DraCo serial
3151.4Sislpt0		at drsupio? port ?	# DraCo parallel
3161.4Sis
3171.31Slukem#
3181.31Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
3191.31Slukem#
3201.4Sis
3211.31Slukem
3221.31Slukem# Ethernet cards:
3231.4Sisle*		at zbus0		# A2065, Ameristar, Ariadne
3241.108Srkujawane*		at zbus0		# AriadneII
3251.4Sised*		at zbus0		# Hydra, ASDG LanRover
3261.4Sises*		at zbus0		# CEI A4066 EthernetPLUS
3271.4Sisqn*		at zbus0		# Quicknet
3281.4Sis
3291.108Srkujawaxsurf*		at zbus0		# X-Surf
3301.108Srkujawane*		at xsurfbus?		# NE2000 chip on X-Surf
3311.108Srkujawagencp*		at xsurfbus?		# clockports on X-Surf
3321.112Srkujawawdc*		at xsurfbus?		# IDE on X-Surf
3331.108Srkujawaclockport*	at gencp?
3341.108Srkujawa
3351.31Slukem# Arcnet
3361.4Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
3371.2Sis
3381.31Slukem# Greater Valley Product Bus
3391.4Sisgvpbus* 	at zbus0
3401.2Sis
3411.31Slukem# scsi stuff, all possible
3421.2Sisgtsc0		at gvpbus?		# GVP series II scsi
3431.4Sisscsibus*	at gtsc0
3441.2Sisahsc0		at mainbus0		# A3000 scsi
3451.2Sisscsibus*	at ahsc0
3461.4Sisatzsc0		at zbus0		# A2091 scsi
3471.2Sisscsibus*	at atzsc0
3481.4Siswstsc0		at zbus0		# Wordsync II scsi
3491.2Sisscsibus*	at wstsc0
3501.4Sisivsc0		at zbus0		# IVS scsi
3511.2Sisscsibus*	at ivsc0
3521.4Sismlhsc0		at zbus0		# Hacker scsi
3531.2Sisscsibus*	at mlhsc0
3541.4Sisotgsc0		at zbus0		# 12 gauge scsi
3551.2Sisscsibus*	at otgsc0
3561.4Siszssc0		at zbus0		# Zeus scsi
3571.2Sisscsibus*	at zssc0
3581.4Sismgnsc0		at zbus0		# Magnum scsi
3591.2Sisscsibus*	at mgnsc0
3601.4Siswesc0		at zbus0		# Warp Engine scsi
3611.2Sisscsibus*	at wesc0
3621.101Srkujawabppcsc0		at p5bus0		# BlizzardPPC 603e+ scsi
3631.89Sphxscsibus*	at bppcsc0
3641.4Sisafsc0		at zbus0		# A4091 scsi
3651.2Sisscsibus*	at afsc0
3661.4Sisaftsc0		at mainbus0		# A4000T scsi
3671.2Sisscsibus*	at aftsc0
3681.4Sisflsc0		at zbus0		# FastlaneZ3 scsi
3691.2Sisscsibus*	at flsc0
3701.18Slukembzsc0		at zbus0		# Blizzard 1230 I,II scsi
3711.2Sisscsibus*	at bzsc0
3721.18Slukembzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
3731.4Sisscsibus*	at bzivsc0
3741.4Sisbztzsc0 	at zbus0		# Blizzard 2060 scsi
3751.4Sisscsibus*	at bztzsc0
3761.4Siscbsc0		at zbus0		# CyberSCSI I
3771.4Sisscsibus*	at cbsc0
3781.4Siscbiisc0 	at zbus0		# CyberSCSI II
3791.4Sisscsibus*	at cbiisc0
3801.101Srkujawacbiiisc0 	at p5bus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3811.4Sisscsibus*	at cbiiisc0
3821.4Sisempsc0		at zbus0		# Emplant scsi
3831.4Sisscsibus*	at empsc0
3841.4Sis
3851.13Siswdc0		at mainbus0		# A4000 & A1200 IDE bus
3861.78Siswdc*		at zbus0		# Buddha / Catweasel
3871.104Srkujawa#efa0		at mainbus0		# ELBOX FastATA 1200 Mk-III/Mk-IV 
3881.78Sis
3891.42Sbouyeratabus* 	at wdc? channel ?	# ATA bus
3901.105Srkujawa#atabus*	at efa? channel ?	# ATA bus 
3911.115Srkujawaatabus*		at ata? channel ?	# ATA bus 
3921.42Sbouyerwd*		at atabus? drive ?	#  + drives
3931.42Sbouyeratapibus*	at atabus?		# ATAPI bus
3941.13Siscd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3951.13Sissd*		at atapibus? drive ?	# ATAPI disk drives
3961.13Sis
3971.13Sispccard0		at mainbus0
3981.13Sispcmcia*		at pccard0
3991.116Sphxcom*		at pcmcia? function ?	# Modems and serial cards
4001.116Sphxpcmcom*		at pcmcia? function ?	# PCMCIA multi-port serial cards
4011.116Sphxaic*		at pcmcia? function ?	# Adaptec APA-1460 SCSI
4021.13Siswdc*		at pcmcia? function ?
4031.116Sphxawi*		at pcmcia? function ?	# BayStack 650 (802.11FH)
4041.116Sphxep*		at pcmcia? function ?	# 3Com 3c589 and 3c562 Ethernet
4051.116Sphxmbe*		at pcmcia? function ?	# MB8696x based Ethernet
4061.116Sphxne*		at pcmcia? function ?	# NE2000-compatible Ethernet
4071.116Sphxsm*		at pcmcia? function ?	# Megahertz Ethernet
4081.18Slukemmhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
4091.13Siscom*		at mhzc?
4101.13Sissm*		at mhzc?
4111.2Sis
4121.116Sphxnsphyter*	at mii? phy ?		# NS83843 PHYs
4131.116Sphxukphy*		at mii? phy ?		# generic unknown PHYs
4141.31Slukem
4151.4Sisdrsc0		at mainbus0		# DraCo scsi
4161.4Sisscsibus*	at drsc0
4171.4Sis
4181.31Slukem
4191.31Slukem# each hard drive from low target to high
4201.31Slukem# will configure to the next available sd unit number
4211.2Sissd*	at scsibus? target ? lun ?	# scsi disks
4221.2Sisst*	at scsibus? target ? lun ?	# scsi tapes
4231.4Siscd*	at scsibus? target ? lun ?	# scsi cds
4241.4Sisch*	at scsibus? target ? lun ?	# scsi autochangers
4251.2Sis
4261.92Srkujawa# PCI bus support
4271.92Srkujawaoptions		PCIVERBOSE              # verbose PCI device autoconfig messages
4281.92Srkujawa#options	PCI_CONFIG_DUMP
4291.109Srkujawaoptions		PCI_NETBSD_CONFIGURE	# supported by mppb(4), p5pb(4), empb(4)
4301.94Srkujawa
4311.101Srkujawap5pb0		at p5bus0		# Phase5 PCI bridge (CVPPC/BVPPC/G-REX)
4321.101Srkujawap5membar*	at zbus0		# Phase5 PCI bridge autoconfiguring BARs
4331.101Srkujawa#options	P5PB_DEBUG		# enable excessive debug for p5pb
4341.106Srkujawa#options	P5PB_CONSOLE		# console on CVPPC/BVPPC/Voodoo3
4351.92Srkujawapci*		at p5pb0
4361.101Srkujawa
4371.101Srkujawamppb*           at zbus0		# Matay Prometheus Zorro-PCI bridge
4381.93Srkujawapci*            at mppb?
4391.93Srkujawa
4401.109Srkujawaempb0		at zbus0		# ELBOX Mediator PCI 1200
4411.115Srkujawaem4k0		at zbus0		# ELBOX Mediator PCI 4000
4421.109Srkujawaemmem0		at zbus0		# ELBOX Mediator PCI memory space
4431.114Srkujawaempm0		at empb0		# ELBOX Mediator PCI Power Management
4441.109Srkujawapci*		at empb0
4451.115Srkujawapci*		at em4k0
4461.109Srkujawa
4471.102Srkujawa#cv3dpb*	at zbus0		# CyberVision 64/3D PCI bridge
4481.102Srkujawa
4491.101Srkujawa#genfb*		at pci?			# generic fb, CVPPC/BVPPC only
4501.106Srkujawa#voodoofb*	at pci?			# 3Dfx Voodoo 3 in G-REX
4511.106Srkujawa#radeonfb*	at pci?			# untested
4521.106Srkujawa
4531.101Srkujawane*             at pci?			# NE2000 Ethernet
4541.109Srkujawasatalink* at pci? dev ? function ? flags 0x0002	# SiI SATALink 3112 
4551.92Srkujawa
4561.91Srkujawa# Bluetooth Controller and Device support
4571.91Srkujawa# tested only with btuart on an A1200
4581.91Srkujawa
4591.91Srkujawa# Bluetooth PCMCIA Controllers
4601.91Srkujawabt3c*   at pcmcia? function ?           # 3Com 3CRWB6096-A
4611.91Srkujawabtbc*   at pcmcia? function ?           # AnyCom BlueCard LSE041/039/139
4621.91Srkujawa
4631.91Srkujawa# Bluetooth Device Hub
4641.91Srkujawabthub*  at bcsp?
4651.91Srkujawabthub*  at bt3c?
4661.91Srkujawabthub*  at btbc?
4671.91Srkujawabthub*  at btuart?
4681.91Srkujawa
4691.91Srkujawa# Bluetooth HID support
4701.91Srkujawabthidev* at bthub?
4711.91Srkujawa
4721.91Srkujawa# Bluetooth Mouse
4731.111Srkujawa#btms*   at bthidev? reportid ?
4741.111Srkujawa#wsmouse* at btms? mux 0
4751.91Srkujawa
4761.91Srkujawa# Bluetooth Keyboard
4771.91Srkujawa#btkbd* at bthidev? reportid ?
4781.91Srkujawa#wskbd* at btkbd? console ? mux 1
4791.91Srkujawa
4801.91Srkujawa# Bluetooth Apple Magic Mouse
4811.111Srkujawa#btmagic* at bthub?
4821.111Srkujawa#wsmouse* at btmagic? mux 0
4831.91Srkujawa
4841.91Srkujawa# Bluetooth Audio support
4851.91Srkujawa#btsco* at bthub?
4861.91Srkujawa
4871.82Stsutsui
4881.4Sispseudo-device	loop			# loopback network interface
4891.68Scubepseudo-device	sl			# SLIP network interfaces
4901.68Scubepseudo-device	ppp			# PPP network interfaces
4911.19Sjandbergpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
4921.68Scubepseudo-device	tun			# network tunnel line discipline
4931.47Scubepseudo-device	tap			# virtual Ethernet
4941.68Scube#pseudo-device	gre			# generic L3 over IP tunnel
4951.67Srpaulopseudo-device	bpfilter		# Berkeley packet filter
4961.70Stsutsui#pseudo-device	carp			# Common Address Redundancy Protocol
4971.4Sispseudo-device	ipfilter		# IP Filter package
4981.68Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
4991.68Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
5001.69Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
5011.12Sispseudo-device	vlan			# IEEE 802.1q encapsulation
5021.19Sjandbergpseudo-device	bridge			# simple inter-network bridging
5031.37Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
5041.75Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
5051.44Sabs#pseudo-device	pf			# PF packet filter
5061.44Sabs#pseudo-device	pflog			# PF log if
5071.85Spooka#pseudo-device	fss			# file system snapshot device
5081.100Smlelstv#pseudo-device	putter			# for puffs and pud
5091.4Sis
5101.4Sispseudo-device	view		4	# views (needed for grfcc)
5111.118Schristospseudo-device	pty			# pseudo-terminals
5121.30Slukempseudo-device	clockctl		# user control of clock subsystem
5131.4Sis
5141.43Sjandberg#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
5151.53Sjandberg#pseudo-device	wsmux			# mouse & keyboard multiplexor
5161.43Sjandberg
5171.68Scubepseudo-device	vnd			# vnode pseudo-disks
5181.58Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
5191.118Schristospseudo-device	ccd			# concatenated disk devices
5201.118Schristos#pseudo-device	cgd			# cryptographic disk devices
5211.119Schristospseudo-device	raid			# RAIDframe disk driver
5221.21Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
5231.31Slukem# Options to enable various other RAIDframe RAID types.
5241.31Slukem# options 	RF_INCLUDE_EVENODD=1
5251.31Slukem# options 	RF_INCLUDE_RAID5_RS=1
5261.31Slukem# options 	RF_INCLUDE_PARITYLOGGING=1
5271.31Slukem# options 	RF_INCLUDE_CHAINDECLUSTER=1
5281.31Slukem# options 	RF_INCLUDE_INTERDECLUSTER=1
5291.31Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
5301.31Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
5311.4Sis
5321.18Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
5331.39Sis
5341.91Srkujawapseudo-device   bcsp                    # BlueCore Serial Protocol
5351.91Srkujawapseudo-device   btuart                  # Bluetooth HCI UART (H4)
5361.2Sis
5371.65Stsutsui# Veriexec
5381.65Stsutsui#
5391.65Stsutsui# a pseudo device needed for veriexec
5401.119Schristos#pseudo-device	veriexec
5411.65Stsutsui#
5421.65Stsutsui# Uncomment the fingerprint methods below that are desired. Note that
5431.65Stsutsui# removing fingerprint methods will have almost no impact on the kernel
5441.65Stsutsui# code size.
5451.65Stsutsui#
5461.65Stsutsui#options VERIFIED_EXEC_FP_RMD160
5471.65Stsutsui#options VERIFIED_EXEC_FP_SHA256
5481.65Stsutsui#options VERIFIED_EXEC_FP_SHA384
5491.65Stsutsui#options VERIFIED_EXEC_FP_SHA512
5501.65Stsutsui#options VERIFIED_EXEC_FP_SHA1
5511.65Stsutsui#options VERIFIED_EXEC_FP_MD5
5521.65Stsutsui
5531.4Sisconfig	netbsd root on ? type ?
554