WSCONS revision 1.21
11.15Sis# $NetBSD: WSCONS,v 1.21 2004/06/26 07:34:43 abs Exp $
21.1Sjandberg#
31.7Slukem# This file was automatically created.
41.7Slukem# Changes will be lost when make is run in this directory.
51.1Sjandberg#
61.21Sabs# Created from: # NetBSD: GENERIC.in,v 1.22 2004/06/26 07:32:05 abs Exp $
71.7Slukem#
81.7Slukem# GENERIC machine description file
91.7Slukem#
101.7Slukem# This machine description file is used to generate the default NetBSD
111.7Slukem# kernel.  The generic kernel does not include all options, subsystems
121.7Slukem# and device drivers, but should be useful for most applications.
131.7Slukem#
141.7Slukem# The machine description file can be customised for your specific
151.7Slukem# machine to reduce the kernel size and improve its performance.
161.7Slukem#
171.7Slukem# For further information on compiling NetBSD kernels, see the config(8)
181.7Slukem# man page.
191.7Slukem#
201.7Slukem# For further information on hardware support for this architecture, see
211.7Slukem# the intro(4) man page.  For further information about kernel options
221.7Slukem# for this architecture, see the options(4) man page.  For an explanation
231.7Slukem# of each device driver in this file see the section 4 man page for the
241.7Slukem# device.
251.1Sjandberg
261.1Sjandberg
271.1Sjandberginclude "arch/amiga/conf/std.amiga"
281.1Sjandberg
291.4Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
301.4Satatat
311.21Sabs#ident 		"GENERIC-$Revision: 1.21 $"
321.7Slukem
331.1Sjandberg
341.1Sjandbergmaxusers	8
351.1Sjandbergoptions 	RTC_OFFSET=0
361.1Sjandberg
371.7Slukem#
381.7Slukem# mainboards to support (in addition to Amiga)
391.7Slukem#
401.1Sjandbergoptions 	DRACO
411.1Sjandbergoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
421.7Slukem				# MC68060 with an OS ROM up to (at least)
431.7Slukem				# V40 (OS3.1) and want to boot with the
441.7Slukem				# bootblock.
451.7Slukem				# You do not need this if you have a DraCo,
461.7Slukem				# have no 68060 or NEVER use the bootblock
471.1Sjandbergoptions 	P5PPC68KBOARD	# Phase5 PPC/68K board support
481.7Slukem#
491.7Slukem# processors this kernel should support
501.7Slukem#
511.1Sjandbergoptions 	M68060		# support for 060
521.1Sjandbergoptions 	M060SP		# MC68060 software support (Required for 060)
531.1Sjandbergoptions 	M68040		# support for 040
541.1Sjandbergoptions 	FPSP		# MC68040 floating point support
551.1Sjandbergoptions 	M68030		# support for 030
561.1Sjandbergoptions 	M68020		# support for 020/851
571.1Sjandbergoptions 	FPU_EMULATE	# FPU emulation
581.1Sjandberg
591.7Slukem#
601.7Slukem# Networking options
611.7Slukem#
621.1Sjandbergoptions 	INET		# IP networking support (Required)
631.1Sjandbergoptions 	INET6		# IPV6
641.1Sjandberg#options 	IPSEC		# IP security
651.1Sjandberg#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
661.1Sjandberg#options 	IPSEC_DEBUG	# debug for IP security
671.1Sjandberg#options 	GATEWAY		# Packet forwarding
681.1Sjandberg#options 	DIRECTED_BROADCAST	# Broadcast across subnets
691.1Sjandberg
701.1Sjandberg#options 	MROUTING	# Multicast routing
711.1Sjandbergoptions 	NS		# XNS
721.1Sjandberg#options 	NSIP		# XNS tunneling over IP
731.1Sjandbergoptions 	ISO,TPIP	# OSI
741.1Sjandberg#options 	EON		# OSI tunneling over IP
751.1Sjandbergoptions 	CCITT,LLC,HDLC	# X.25
761.1Sjandbergoptions 	NETATALK	# AppleTalk networking protocols
771.1Sjandberg#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
781.1Sjandberg
791.1Sjandbergoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
801.1Sjandbergoptions 	PPP_DEFLATE	# Deflate compression support for PPP
811.1Sjandbergoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
821.1Sjandbergoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
831.1Sjandbergoptions 	IPFILTER_LOG	# ipmon(8) log support
841.10Sprovos#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
851.1Sjandberg
861.21Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
871.21Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
881.21Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
891.21Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
901.21Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
911.21Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
921.21Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
931.21Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
941.21Sabs#options 	ALTQ_PRIQ	# Priority Queueing
951.21Sabs#options 	ALTQ_RED	# Random Early Detection
961.21Sabs#options 	ALTQ_RIO	# RED with IN/OUT
971.21Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
981.21Sabs
991.7Slukem# Filesystems
1001.1Sjandbergfile-system 	FFS		# Berkeley fast file system
1011.1Sjandbergfile-system 	EXT2FS		# second extended file system (linux)
1021.1Sjandberg#file-system 	LFS		# log-structured filesystem (experimental)
1031.1Sjandberg
1041.1Sjandbergfile-system 	MFS		# Memory based filesystem
1051.1Sjandberg
1061.1Sjandbergfile-system 	NFS		# Network File System client side code
1071.1Sjandbergfile-system 	ADOSFS		# AmigaDOS file system
1081.1Sjandbergfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
1091.1Sjandbergfile-system 	MSDOSFS		# MS-DOS filesystem
1101.1Sjandberg
1111.1Sjandbergfile-system 	KERNFS		# kernel data-structure filesystem
1121.1Sjandberg
1131.1Sjandbergfile-system 	FDESC		# user file descriptor filesystem
1141.1Sjandbergfile-system 	NULLFS		# loopback filesystem
1151.1Sjandbergfile-system 	OVERLAY		# overlay filesystem
1161.1Sjandberg#file-system 	PORTAL		# Portal filesystem
1171.1Sjandbergfile-system 	PROCFS		# /proc filesystem
1181.1Sjandbergfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1191.1Sjandbergfile-system 	UNION		# union filesystem
1201.1Sjandberg
1211.7Slukem# Filesystem options
1221.1Sjandberg
1231.1Sjandberg#options 	FFS_EI		# FFS Endian Independant support
1241.1Sjandberg
1251.1Sjandbergoptions 	QUOTA		# User and group quotas in FFS
1261.1Sjandbergoptions 	SOFTDEP		# FFS soft updates support.
1271.1Sjandbergoptions 	NFSSERVER	# Network File System server side code
1281.1Sjandberg
1291.1Sjandberg#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1301.7Slukem				# immutable) behave as system flags.
1311.1Sjandberg
1321.7Slukem#
1331.7Slukem# Compatibility options for various existing systems
1341.7Slukem#
1351.1Sjandberg
1361.1Sjandberg#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1371.1Sjandbergoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
1381.1Sjandbergoptions 	COMPAT_09	# compatibility with NetBSD 0.9
1391.1Sjandbergoptions 	COMPAT_10	# compatibility with NetBSD 1.0
1401.1Sjandbergoptions 	COMPAT_12	# compatibility with NetBSD 1.2
1411.1Sjandbergoptions 	COMPAT_13	# compatibility with NetBSD 1.3
1421.1Sjandbergoptions 	COMPAT_14	# compatibility with NetBSD 1.4
1431.17Scloptions 	COMPAT_15	# compatibility with NetBSD 1.5
1441.17Scloptions 	COMPAT_16	# compatibility with NetBSD 1.6
1451.1Sjandbergoptions 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
1461.1Sjandbergoptions 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
1471.1Sjandbergoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
1481.1Sjandberg#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1491.1Sjandberg
1501.1Sjandbergoptions 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
1511.1Sjandbergoptions 	COMPAT_AOUT_M68K # actually make some system calls work.
1521.1Sjandberg
1531.7Slukem#
1541.7Slukem# Support for System V IPC facilities.
1551.7Slukem#
1561.1Sjandbergoptions 	SYSVSHM		# System V-like shared memory
1571.1Sjandbergoptions 	SYSVMSG		# System V-like messages
1581.1Sjandbergoptions 	SYSVSEM		# System V-like semaphores
1591.1Sjandberg#options 	SEMMNI=10	# number of semaphore identifiers
1601.1Sjandberg#options 	SEMMNS=60	# number of semaphores in system
1611.1Sjandberg#options 	SEMUME=10	# max number of undo entries per process
1621.1Sjandberg#options 	SEMMNU=30	# number of undo structures in system
1631.1Sjandberg
1641.7Slukem#
1651.7Slukem# Support for various kernel options
1661.7Slukem#
1671.1Sjandberg
1681.1Sjandbergoptions 	KTRACE		# system call tracing support
1691.10Sprovosoptions 	SYSTRACE	# system call vetting via systrace(1)
1701.1Sjandbergoptions 	LKM		# Loadable kernel modules
1711.1Sjandberg#options 	INSECURE	# disable kernel security levels
1721.1Sjandbergoptions 	SCSIVERBOSE	# human readable SCSI error messages
1731.9Slukemoptions 	USERCONF	# userconf(4) support
1741.1Sjandbergoptions 	NTP		# NTP phase/frequency locked loop
1751.7Slukem#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1761.12Swiz
1771.12Swiz# Enable experimental buffer queue strategy for better responsiveness under 
1781.12Swiz# high disk I/O load. Use it with caution - it's not proven to be stable yet.
1791.12Swiz#options 	NEW_BUFQ_STRATEGY
1801.1Sjandberg
1811.7Slukem#
1821.7Slukem# Misc. debugging options
1831.7Slukem#
1841.1Sjandbergoptions 	DDB		# Kernel debugger
1851.1Sjandberg#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1861.1Sjandbergoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1871.1Sjandberg#options 	DEBUG		# Enable misc. kernel debugging code
1881.1Sjandberg#options 	SYSCALL_DEBUG	# debug all syscalls.
1891.1Sjandberg#options 	SCSIDEBUG	# Add SCSI debugging statements
1901.5Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
1911.1Sjandberg
1921.7Slukem#
1931.7Slukem# Amiga specific options
1941.7Slukem#
1951.1Sjandberg#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1961.7Slukem				# first bank of RAM. (default: unlimited)
1971.1Sjandberg#options 	NKPTADD=4	# set this for 4 additional KPT pages
1981.1Sjandberg#options 	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1991.7Slukem				# per 16 MB (1<<24 bytes) of RAM
2001.7Slukem				# uncomment and decrease this, or uncomment and
2011.7Slukem				# increase NKPTADD if you get "out of PT pages"
2021.7Slukem				# panics.
2031.7Slukem
2041.7Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
2051.7Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all.
2061.1Sjandberg#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
2071.1Sjandberg
2081.7Slukem# These options improve performance with the built-in serial port
2091.7Slukem# on slower Amigas.  Try the larger buffers first then lev6_defer.
2101.1Sjandberg#options 	SERIBUF_SIZE=4096
2111.1Sjandberg#options 	SEROBUF_SIZE=32
2121.1Sjandberg#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
2131.15Sis
2141.15Sis#options	DEVRELOAD	# implement /dev/reload
2151.15Sis#				# currently only works for a.out kernels
2161.1Sjandberg
2171.1Sjandbergoptions 	RETINACONSOLE	# enable code to allow retina to be console
2181.1Sjandbergoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
2191.1Sjandbergoptions 	CL5426CONSOLE	# Cirrus console
2201.1Sjandbergoptions 	CV64CONSOLE	# CyberVision console
2211.1Sjandbergoptions 	TSENGCONSOLE	# Tseng console
2221.1Sjandbergoptions 	CV3DCONSOLE	# CyberVision 64/3D console
2231.1Sjandberg
2241.1Sjandbergoptions 	GRF_ECS		# Enhanced Chip Set
2251.1Sjandbergoptions 	GRF_NTSC	# NTSC
2261.1Sjandbergoptions 	GRF_PAL		# PAL
2271.1Sjandbergoptions 	GRF_A2024	# Support for the A2024
2281.1Sjandbergoptions 	GRF_AGA		# AGA Chip Set
2291.1Sjandbergoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
2301.1Sjandbergoptions 	GRF_SUPER72	# AGA Super-72
2311.1Sjandberg#options 	KFONT_8X11	# 8x11 font
2321.1Sjandberg
2331.7Slukem# select a font for the console according to the character set and keymap
2341.7Slukem# you want to use
2351.3Sheinzoptions        KFONT_CONS_ISO8859_1
2361.3Sheinz#options         KFONT_CONS_ISO8859_2
2371.3Sheinz
2381.7Slukem# This is how you would tell the kernel the A2410 oscillator frequencies:
2391.7Slukem# The used frequencies are the defaults, and do not need option setting
2401.1Sjandberg#options 	ULOWELL_OSC1=36000000
2411.1Sjandberg#options 	ULOWELL_OSC2=66667000
2421.1Sjandberg
2431.7Slukem# This is how you specify the blitting speed, higher values may speed up blits
2441.7Slukem# a littel bit.  If you raise this value too much some trash may appear.
2451.7Slukem# the commented version is the default.
2461.1Sjandberg#options 	RH_MEMCLK=61000000
2471.7Slukem# this option enables the 64 bit sprite which does not work
2481.7Slukem# for quite a few people.  E.g. The cursor sprite will turn to a block
2491.7Slukem# when moved to the top of the screen in X.
2501.1Sjandberg#options 	RH_64BIT_SPRITE
2511.7Slukem# enables fast scroll code appears to now work on 040 systems.
2521.1Sjandberg#options 	RETINA_SPEED_HACK
2531.7Slukem# enables the Hardwarecursor which does not work on some systems.
2541.1Sjandberg#options 	RH_HARDWARECURSOR
2551.1Sjandberg
2561.7Slukem# wscons aware interface to amiga custom chips.
2571.7Slukem# If you enable it enable also wskbd.
2581.7Slukem#
2591.1Sjandbergamidisplaycc0	at mainbus0		# wscons interface to custom chips
2601.1Sjandbergwsdisplay0	at amidisplaycc0 console ?
2611.7Slukemoptions 	WSEMUL_VT100
2621.7Slukemoptions 	FONT_VT220L8x10
2631.20Sjandbergoptions 	FONT_VT220ISO8x16
2641.7Slukem
2651.1Sjandberg
2661.1Sjandbergmsc0		at zbus0		# A2232 MSC multiport serial.
2671.1Sjandbergmfc0		at zbus0		# MultiFaceCard I/O board
2681.1Sjandbergmfcs0		at mfc0 unit 0		# MFC serial
2691.1Sjandbergmfcs1		at mfc0 unit 1		# MFC serial
2701.1Sjandberg#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2711.1Sjandberg#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2721.1Sjandberg#mfcs2		at mfc1 unit 0
2731.1Sjandberg#mfcs3		at mfc1 unit 1
2741.1Sjandberg#mfcp1		at mfc1 unit 0
2751.1Sjandberg
2761.1Sjandberghyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2771.1Sjandberg#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2781.1Sjandbergcom*		at hyper? port ?	# Hypercom3/4 serial ports
2791.1Sjandberglpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2801.1Sjandberg
2811.1Sjandberg#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
2821.1Sjandberg#options 	IOBZCLOCK=24000000	# if needed.
2831.1Sjandberg
2841.1Sjandbergiobl*		at zbus?		# zbus IOBlix
2851.1Sjandbergcom*		at iobl? port ?		# IOBlix serial ports
2861.1Sjandberglpt*		at iobl? port ?		# IOBlix parallel ports
2871.1Sjandberg
2881.7Slukem
2891.7Slukem#
2901.7Slukem# Keyboard device. Optionally can attach a wskbd.
2911.7Slukem# wskbd works together with a wsdisplay so enable them both if you will.
2921.7Slukem# Don't enable wskbd if you use ite.
2931.4Satatat#
2941.7Slukem# XXX in std.amiga: kbd0 at mainbus0
2951.1Sjandbergwskbd0		at kbd0 console ?
2961.1Sjandberg
2971.7Slukem
2981.7Slukem#
2991.7Slukem# Amiga Mainboard devices (sans graphics and keyboard)
3001.7Slukem#
3011.1Sjandberg
3021.1Sjandbergser0		at mainbus0		# Amiga onboard serial
3031.1Sjandbergpar0		at mainbus0		# Amiga onboard parallel
3041.1Sjandbergms*		at mainbus0		# Amiga mice
3051.1Sjandbergfdc0		at mainbus0		# Amiga FDC
3061.1Sjandbergfd*		at fdc0 unit ?		# floppy disks on the later
3071.1Sjandberga34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
3081.1Sjandberga2kbbc0 	at mainbus0		# A2000 battery backed clock
3091.1Sjandbergaucc*		at mainbus0		# Amiga CC audio
3101.1Sjandbergaudio*		at aucc?
3111.18Sjandberg
3121.18Sjandbergwsmouse*	at ms?
3131.1Sjandberg
3141.7Slukem#
3151.7Slukem# DraCo Mainboard devices (sans keyboard)
3161.7Slukem#
3171.1Sjandberg
3181.1Sjandbergdrbbc0		at mainbus0		# DraCo battery backed clock
3191.1Sjandbergdrsupio0	at mainbus0		# DraCo superio chip
3201.1Sjandbergcom*		at drsupio? port ?	# DraCo serial
3211.1Sjandberglpt0		at drsupio? port ?	# DraCo parallel
3221.1Sjandberg
3231.7Slukem#
3241.7Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
3251.7Slukem#
3261.7Slukem
3271.1Sjandberg
3281.1Sjandbergrepulse*	at zbus0		# ALiENDESiGN Repulse
3291.1Sjandbergaudio*		at repulse?
3301.1Sjandberg
3311.1Sjandbergtoccata*	at zbus0		# MacroSystem GmbH Toccata
3321.1Sjandbergaudio*		at toccata?
3331.1Sjandberg
3341.7Slukem# Ethernet cards:
3351.1Sjandbergle*		at zbus0		# A2065, Ameristar, Ariadne
3361.1Sjandbergne*		at zbus0		# AriadneII, X-surf
3371.1Sjandberged*		at zbus0		# Hydra, ASDG LanRover
3381.1Sjandberges*		at zbus0		# CEI A4066 EthernetPLUS
3391.1Sjandbergqn*		at zbus0		# Quicknet
3401.1Sjandberg
3411.7Slukem# Arcnet
3421.1Sjandbergbah*		at zbus0		# C=/Ameristar A2060 / 560
3431.1Sjandberg
3441.7Slukem# Greater Valley Product Bus
3451.1Sjandberggvpbus* 	at zbus0
3461.1Sjandberg
3471.7Slukem# scsi stuff, all possible
3481.1Sjandberggtsc0		at gvpbus?		# GVP series II scsi
3491.1Sjandbergscsibus*	at gtsc0
3501.1Sjandbergahsc0		at mainbus0		# A3000 scsi
3511.1Sjandbergscsibus*	at ahsc0
3521.1Sjandbergatzsc0		at zbus0		# A2091 scsi
3531.1Sjandbergscsibus*	at atzsc0
3541.1Sjandbergwstsc0		at zbus0		# Wordsync II scsi
3551.1Sjandbergscsibus*	at wstsc0
3561.1Sjandbergivsc0		at zbus0		# IVS scsi
3571.1Sjandbergscsibus*	at ivsc0
3581.1Sjandbergmlhsc0		at zbus0		# Hacker scsi
3591.1Sjandbergscsibus*	at mlhsc0
3601.1Sjandbergotgsc0		at zbus0		# 12 gauge scsi
3611.1Sjandbergscsibus*	at otgsc0
3621.1Sjandbergzssc0		at zbus0		# Zeus scsi
3631.1Sjandbergscsibus*	at zssc0
3641.1Sjandbergmgnsc0		at zbus0		# Magnum scsi
3651.1Sjandbergscsibus*	at mgnsc0
3661.1Sjandbergwesc0		at zbus0		# Warp Engine scsi
3671.1Sjandbergscsibus*	at wesc0
3681.1Sjandbergafsc0		at zbus0		# A4091 scsi
3691.1Sjandbergscsibus*	at afsc0
3701.1Sjandbergaftsc0		at mainbus0		# A4000T scsi
3711.1Sjandbergscsibus*	at aftsc0
3721.1Sjandbergflsc0		at zbus0		# FastlaneZ3 scsi
3731.1Sjandbergscsibus*	at flsc0
3741.1Sjandbergbzsc0		at zbus0		# Blizzard 1230 I,II scsi
3751.1Sjandbergscsibus*	at bzsc0
3761.1Sjandbergbzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
3771.1Sjandbergscsibus*	at bzivsc0
3781.1Sjandbergbztzsc0 	at zbus0		# Blizzard 2060 scsi
3791.1Sjandbergscsibus*	at bztzsc0
3801.1Sjandbergcbsc0		at zbus0		# CyberSCSI I
3811.1Sjandbergscsibus*	at cbsc0
3821.1Sjandbergcbiisc0 	at zbus0		# CyberSCSI II
3831.1Sjandbergscsibus*	at cbiisc0
3841.1Sjandbergcbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3851.1Sjandbergscsibus*	at cbiiisc0
3861.1Sjandbergempsc0		at zbus0		# Emplant scsi
3871.1Sjandbergscsibus*	at empsc0
3881.1Sjandberg#idesc0		at mainbus0		# A4000 & A1200 IDE
3891.1Sjandberg#scsibus*	at idesc0
3901.1Sjandberg
3911.7Slukem# <<< comment out the wdc/atapibus entries below if the idesc lines above >>>
3921.7Slukem# <<< are uncommented >>>
3931.1Sjandbergwdc0		at mainbus0		# A4000 & A1200 IDE bus
3941.19Sbouyeratabus* 	at wdc? channel ?	# ATA bus
3951.19Sbouyerwd*		at atabus? drive ?	#  + drives
3961.19Sbouyeratapibus*	at atabus?		# ATAPI bus
3971.1Sjandbergcd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3981.1Sjandbergsd*		at atapibus? drive ?	# ATAPI disk drives
3991.1Sjandberg
4001.1Sjandbergpccard0		at mainbus0
4011.1Sjandbergpcmcia*		at pccard0
4021.1Sjandbergcom*		at pcmcia? function ?		# Modems and serial cards
4031.1Sjandbergpcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
4041.1Sjandbergaic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
4051.1Sjandbergwdc*		at pcmcia? function ?
4061.1Sjandbergawi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
4071.1Sjandbergep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
4081.1Sjandbergmbe*		at pcmcia? function ?		# MB8696x based Ethernet
4091.1Sjandbergne*		at pcmcia? function ?		# NE2000-compatible Ethernet
4101.1Sjandbergsm*		at pcmcia? function ?		# Megahertz Ethernet
4111.1Sjandbergmhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
4121.1Sjandbergcom*		at mhzc?
4131.1Sjandbergsm*		at mhzc?
4141.1Sjandberg
4151.7Slukem
4161.1Sjandbergdrsc0		at mainbus0		# DraCo scsi
4171.1Sjandbergscsibus*	at drsc0
4181.1Sjandberg
4191.7Slukem
4201.7Slukem# each hard drive from low target to high
4211.7Slukem# will configure to the next available sd unit number
4221.1Sjandbergsd*	at scsibus? target ? lun ?	# scsi disks
4231.1Sjandbergst*	at scsibus? target ? lun ?	# scsi tapes
4241.1Sjandbergcd*	at scsibus? target ? lun ?	# scsi cds
4251.1Sjandbergch*	at scsibus? target ? lun ?	# scsi autochangers
4261.1Sjandbergss*	at scsibus? target ? lun ?	# scsi scanner
4271.1Sjandberguk*	at scsibus? target ? lun ?	# scsi unknown
4281.1Sjandberg
4291.1Sjandbergpseudo-device	loop			# loopback network interface
4301.1Sjandbergpseudo-device	sl		1	# SLIP network interfaces
4311.1Sjandbergpseudo-device	ppp		1	# PPP network interfaces
4321.1Sjandbergpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
4331.1Sjandbergpseudo-device	tun		1	# network tunnel line discipline
4341.1Sjandberg#pseudo-device	gre		2	# generic L3 over IP tunnel
4351.1Sjandbergpseudo-device	bpfilter	16	# Berkeley packet filter
4361.1Sjandbergpseudo-device	ipfilter		# IP Filter package
4371.1Sjandbergpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
4381.1Sjandberg#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
4391.1Sjandberg#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
4401.1Sjandbergpseudo-device	vlan			# IEEE 802.1q encapsulation
4411.1Sjandbergpseudo-device	bridge			# simple inter-network bridging
4421.13Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
4431.21Sabs#pseudo-device	pf			# PF packet filter
4441.21Sabs#pseudo-device	pflog			# PF log if
4451.1Sjandberg
4461.1Sjandbergpseudo-device	view		4	# views (needed for grfcc)
4471.1Sjandbergpseudo-device	pty			# pseudo-terminals
4481.6Slukempseudo-device	clockctl		# user control of clock subsystem
4491.1Sjandberg
4501.20Sjandbergpseudo-device	wsfont			# wsfont(4) dynamic font loading support
4511.20Sjandberg
4521.1Sjandbergpseudo-device	vnd		4	# vnode pseudo-disks
4531.1Sjandbergpseudo-device	ccd		4	# concatenated disk devices
4541.11Selric#pseudo-device	cgd		4	# cryptographic disk devices
4551.1Sjandbergpseudo-device	raid		8	# RAIDframe disk driver
4561.1Sjandbergoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4571.7Slukem# Options to enable various other RAIDframe RAID types.
4581.7Slukem# options 	RF_INCLUDE_EVENODD=1
4591.7Slukem# options 	RF_INCLUDE_RAID5_RS=1
4601.7Slukem# options 	RF_INCLUDE_PARITYLOGGING=1
4611.7Slukem# options 	RF_INCLUDE_CHAINDECLUSTER=1
4621.7Slukem# options 	RF_INCLUDE_INTERDECLUSTER=1
4631.7Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4641.7Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4651.1Sjandberg
4661.1Sjandbergpseudo-device	rnd			# /dev/random and in-kernel generator
4671.1Sjandberg#options 	RND_COM			# use "com" randomness as well (BROKEN)
4681.16Sis
4691.16Sispseudo-device	ksyms			# /dev/ksyms (kernel symbols)
4701.1Sjandberg
4711.1Sjandbergconfig	netbsd root on ? type ?
472