GENERIC.in revision 1.51
1# $NetBSD: GENERIC.in,v 1.51 2006/02/05 05:01:49 cube Exp $
2#
3# GENERIC machine description file
4#
5# This machine description file is used to generate the default NetBSD
6# kernel.  The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications.
8#
9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance.
11#
12# For further information on compiling NetBSD kernels, see the config(8)
13# man page.
14#
15# For further information on hardware support for this architecture, see
16# the intro(4) man page.  For further information about kernel options
17# for this architecture, see the options(4) man page.  For an explanation
18# of each device driver in this file see the section 4 man page for the
19# device.
20
21m4_divert(-1)
22#
23# GENERIC Amiga or DraCo
24#
25# This configuration file contains all possible options
26#
27# make AMIGA extracts the AMIGA configuration file.
28# make DRACO extracts the DRACO configuration file.
29# make GENERIC extracts the GENERIC configuration file.
30# make INSTALL extracts the INSTALL configuration file.
31# make WSCONS extracts the WSCONS configuration file.
32#
33# commit them, too.
34#
35
36# Define XXX_CONFIGURATION
37#
38m4_define(M4_Target`_CONFIGURATION', `')
39
40# If not building AMIGA, set DRACO_CONFIGURATION
41#
42m4_ifelse(M4_Target, `AMIGA', `', `m4_define(`DRACO_CONFIGURATION', `')')
43
44# If not building DRACO, set AMIGA_CONFIGURATION
45#
46m4_ifelse(M4_Target, `DRACO', `', `m4_define(`AMIGA_CONFIGURATION', `')')
47
48# If building WSCONS, uncomment various options
49#
50m4_ifdef(`WSCONS_CONFIGURATION', `m4_define(`WSOFF', `wson')', `m4_define(`WSOFF', `wsoff')')
51
52
53m4_divert(0)m4_dnl
54
55include "arch/amiga/conf/std.amiga"
56
57options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
58
59#ident 		"GENERIC-$Revision: 1.51 $"
60
61m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
62makeoptions	COPTS="-Os"
63')m4_dnl
64
65maxusers	8
66options 	RTC_OFFSET=0
67
68#
69# mainboards to support (in addition to Amiga)
70#
71m4_ifdef(`DRACO_CONFIGURATION', `m4_dnl
72options 	DRACO
73')m4_dnl
74m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
75options 	BB060STUPIDROM	# You need this, if you have a non-DraCo
76				# MC68060 with an OS ROM up to (at least)
77				# V40 (OS3.1) and want to boot with the
78				# bootblock.
79				# You do not need this if you have a DraCo,
80				# have no 68060 or NEVER use the bootblock
81options 	P5PPC68KBOARD	# Phase5 PPC/68K board support
82')m4_dnl
83#
84# processors this kernel should support
85#
86options 	M68060		# support for 060
87options 	M060SP		# MC68060 software support (Required for 060)
88m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
89options 	M68040		# support for 040
90options 	FPSP		# MC68040 floating point support
91options 	M68030		# support for 030
92options 	M68020		# support for 020/851
93options 	FPU_EMULATE	# FPU emulation
94')m4_dnl
95
96#
97# Networking options
98#
99options 	INET		# IP networking support (Required)
100options 	INET6		# IPV6
101#options 	IPSEC		# IP security
102#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
103#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
104#options 	IPSEC_DEBUG	# debug for IP security
105#options 	GATEWAY		# Packet forwarding
106#options 	DIRECTED_BROADCAST	# Broadcast across subnets
107
108m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
109#options 	MROUTING	# Multicast routing
110#options 	PIM		# Protocol Independent Multicast
111options 	NS		# XNS
112#options 	NSIP		# XNS tunneling over IP
113options 	ISO,TPIP	# OSI
114#options 	EON		# OSI tunneling over IP
115options 	CCITT,LLC,HDLC	# X.25
116options 	NETATALK	# AppleTalk networking protocols
117#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
118')m4_dnl
119
120options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
121options 	PPP_DEFLATE	# Deflate compression support for PPP
122options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
123options 	PFIL_HOOKS	# pfil(9) packet filter hooks
124options 	IPFILTER_LOG	# ipmon(8) log support
125#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
126
127#options 	ALTQ		# Manipulate network interfaces' output queues
128#options 	ALTQ_BLUE	# Stochastic Fair Blue
129#options 	ALTQ_CBQ	# Class-Based Queueing
130#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
131#options 	ALTQ_FIFOQ	# First-In First-Out Queue
132#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
133#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
134#options 	ALTQ_LOCALQ	# Local queueing discipline
135#options 	ALTQ_PRIQ	# Priority Queueing
136#options 	ALTQ_RED	# Random Early Detection
137#options 	ALTQ_RIO	# RED with IN/OUT
138#options 	ALTQ_WFQ	# Weighted Fair Queueing
139
140# Filesystems
141file-system 	FFS		# Berkeley fast file system
142file-system 	EXT2FS		# second extended file system (linux)
143#file-system 	LFS		# log-structured filesystem (experimental)
144
145m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
146file-system 	MFS		# Memory based filesystem
147')m4_dnl
148
149file-system 	NFS		# Network File System client side code
150file-system 	ADOSFS		# AmigaDOS file system
151file-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
152file-system 	MSDOSFS		# MS-DOS filesystem
153
154file-system 	KERNFS		# kernel data-structure filesystem
155
156m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
157file-system 	FDESC		# user file descriptor filesystem
158file-system 	NULLFS		# loopback filesystem
159file-system 	OVERLAY		# overlay filesystem
160#file-system 	PORTAL		# Portal filesystem
161file-system 	PROCFS		# /proc filesystem
162file-system 	UMAPFS		# NULLFS + uid and gid remapping
163file-system 	UNION		# union filesystem
164file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
165file-system	PTYFS		# /dev/pts/N support
166#file-system	TMPFS		# experimental - Efficient memory file-system
167#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
168')m4_dnl
169
170# Filesystem options
171
172#options 	FFS_EI		# FFS Endian Independant support
173
174m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
175options 	QUOTA		# User and group quotas in FFS
176options 	SOFTDEP		# FFS soft updates support.
177#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
178options 	NFSSERVER	# Network File System server side code
179#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
180')m4_dnl
181
182#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
183				# immutable) behave as system flags.
184
185#
186# Compatibility options for various existing systems
187#
188
189m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
190#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
191options 	COMPAT_43	# compatibility with 4.3BSD interfaces
192options 	COMPAT_09	# compatibility with NetBSD 0.9
193options 	COMPAT_10	# compatibility with NetBSD 1.0
194options 	COMPAT_12	# compatibility with NetBSD 1.2
195options 	COMPAT_13	# compatibility with NetBSD 1.3
196options 	COMPAT_14	# compatibility with NetBSD 1.4
197options 	COMPAT_15	# compatibility with NetBSD 1.5
198options 	COMPAT_16	# compatibility with NetBSD 1.6
199options 	COMPAT_20	# compatibility with NetBSD 2.0
200options 	COMPAT_30	# NetBSD 3.0 compatibility.
201options 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
202options 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
203options 	COMPAT_NOMID	# allow nonvalid machine id executables
204#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
205')m4_dnl
206
207options 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
208options 	COMPAT_AOUT_M68K # actually make some system calls work.
209options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
210
211m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
212#
213# Support for System V IPC facilities.
214#
215options 	SYSVSHM		# System V-like shared memory
216options 	SYSVMSG		# System V-like messages
217options 	SYSVSEM		# System V-like semaphores
218#options 	SEMMNI=10	# number of semaphore identifiers
219#options 	SEMMNS=60	# number of semaphores in system
220#options 	SEMUME=10	# max number of undo entries per process
221#options 	SEMMNU=30	# number of undo structures in system
222options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
223')m4_dnl
224
225#
226# Support for various kernel options
227#
228
229m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
230options 	KTRACE		# system call tracing support
231options 	SYSTRACE	# system call vetting via systrace(1)
232options 	LKM		# Loadable kernel modules
233')m4_dnl
234#options 	INSECURE	# disable kernel security levels
235options 	SCSIVERBOSE	# human readable SCSI error messages
236options 	USERCONF	# userconf(4) support
237m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
238options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
239options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
240options 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
241', `m4_dnl
242options 	NTP		# NTP phase/frequency locked loop
243#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
244')m4_dnl
245
246# Enable experimental buffer queue strategy for better responsiveness under 
247# high disk I/O load. Use it with caution - it's not proven to be stable yet.
248#options 	BUFQ_READPRIO
249#options 	BUFQ_PRIOCSCAN
250
251#
252# Misc. debugging options
253#
254options 	DDB		# Kernel debugger
255#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
256#options 	DIAGNOSTIC	# Extra kernel sanity checks
257#options 	DEBUG		# Enable misc. kernel debugging code
258#options 	SYSCALL_DEBUG	# debug all syscalls.
259#options 	SCSIDEBUG	# Add SCSI debugging statements
260#options 	PANICBUTTON	# Forced crash via keypress (?)
261
262#
263# Amiga specific options
264#
265#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
266				# first bank of RAM. (default: unlimited)
267#options 	NKPTADD=4	# set this for 4 additional KPT pages
268#options 	NKPTADDSHIFT=24	# set this for 1 additional KPT page
269				# per 16 MB (1<<24 bytes) of RAM
270				# uncomment and decrease this, or uncomment and
271				# increase NKPTADD if you get "out of PT pages"
272				# panics.
273
274# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
275# before the 10 secondinterval ends, or that KBDRESET does work at all.
276#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
277
278# These options improve performance with the built-in serial port
279# on slower Amigas.  Try the larger buffers first then lev6_defer.
280#options 	SERIBUF_SIZE=4096
281#options 	SEROBUF_SIZE=32
282#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
283
284m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
285#options	DEVRELOAD	# implement /dev/reload
286#				# currently only works for a.out kernels
287')m4_dnl
288
289options 	RETINACONSOLE	# enable code to allow retina to be console
290m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
291options 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
292options 	CL5426CONSOLE	# Cirrus console
293options 	CV64CONSOLE	# CyberVision console
294options 	TSENGCONSOLE	# Tseng console
295options 	CV3DCONSOLE	# CyberVision 64/3D console
296
297options 	GRF_ECS		# Enhanced Chip Set
298options 	GRF_NTSC	# NTSC
299options 	GRF_PAL		# PAL
300options 	GRF_A2024	# Support for the A2024
301options 	GRF_AGA		# AGA Chip Set
302options 	GRF_AGA_VGA	# AGA VGAONLY timing
303options 	GRF_SUPER72	# AGA Super-72
304')m4_dnl
305#options 	KFONT_8X11	# 8x11 font
306
307# select a font for the console according to the character set and keymap
308# you want to use
309options        KFONT_CONS_ISO8859_1
310#options         KFONT_CONS_ISO8859_2
311
312# This is how you would tell the kernel the A2410 oscillator frequencies:
313# The used frequencies are the defaults, and do not need option setting
314#options 	ULOWELL_OSC1=36000000
315#options 	ULOWELL_OSC2=66667000
316
317# This is how you specify the blitting speed, higher values may speed up blits
318# a littel bit.  If you raise this value too much some trash may appear.
319# the commented version is the default.
320#options 	RH_MEMCLK=61000000
321# this option enables the 64 bit sprite which does not work
322# for quite a few people.  E.g. The cursor sprite will turn to a block
323# when moved to the top of the screen in X.
324#options 	RH_64BIT_SPRITE
325# enables fast scroll code appears to now work on 040 systems.
326#options 	RETINA_SPEED_HACK
327# enables the Hardwarecursor which does not work on some systems.
328#options 	RH_HARDWARECURSOR
329
330m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
331# wscons aware interface to amiga custom chips.
332# If you enable it enable also wskbd.
333#
334m4_ifdef(`WSCONS_CONFIGURATION', `m4_dnl
335amidisplaycc0	at mainbus0		# wscons interface to custom chips
336wsdisplay0	at amidisplaycc0 console ?
337options 	WSEMUL_VT100
338options 	FONT_VT220L8x10
339options 	FONT_VT220ISO8x16
340', `
341#amidisplaycc0	at mainbus0		# wscons interface to custom chips
342#wsdisplay0	at amidisplaycc0 console ?
343#options 	WSEMUL_VT100
344#options 	FONT_VT220L8x10
345#options	FONT_VT220ISO8x16
346')m4_dnl
347')m4_dnl
348
349m4_ifdef(`WSCONS_CONFIGURATION', `', `m4_dnl
350m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
351grfcc0		at mainbus0		# custom chips
352grfrt0		at zbus0		# retina II
353')m4_dnl
354grfrh0		at zbus0		# retina III
355m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
356grfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
357grful0		at zbus0		# A2410
358grfcv0		at zbus0		# CyberVision 64
359grfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
360grfcv3d0	at zbus0		# CyberVision 64/3D
361')m4_dnl
362
363m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
364grf0		at grfcc0
365grf1		at grfrt0
366')m4_dnl
367grf2		at grfrh0
368m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
369grf3		at grfcl?
370grf4		at grful0
371grf5		at grfcv0
372grf6		at grfet?
373grf7		at grfcv3d0
374ite0		at grf0			# terminal emulators for grfs
375ite1		at grf1			# terminal emulators for grfs
376')m4_dnl
377ite2		at grf2			# terminal emulators for grfs
378m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
379ite3		at grf3			# terminal emulators for grfs
380ite4		at grf4			# terminal emulators for grfs
381ite5		at grf5			# terminal emulators for grfs
382ite6		at grf6			# terminal emulators for grfs
383ite7		at grf7			# terminal emulators for grfs
384')m4_dnl
385')m4_dnl
386
387msc0		at zbus0		# A2232 MSC multiport serial.
388mfc0		at zbus0		# MultiFaceCard I/O board
389mfcs0		at mfc0 unit 0		# MFC serial
390mfcs1		at mfc0 unit 1		# MFC serial
391#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
392#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
393#mfcs2		at mfc1 unit 0
394#mfcs3		at mfc1 unit 1
395#mfcp1		at mfc1 unit 0
396
397hyper*		at zbus?		# zbus HyperCom3/3+/4/4+
398#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
399com*		at hyper? port ?	# Hypercom3/4 serial ports
400lpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
401
402#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
403#options 	IOBZCLOCK=24000000	# if needed.
404
405iobl*		at zbus?		# zbus IOBlix
406com*		at iobl? port ?		# IOBlix serial ports
407lpt*		at iobl? port ?		# IOBlix parallel ports
408
409
410#
411# Keyboard device. Optionally can attach a wskbd.
412# wskbd works together with a wsdisplay so enable them both if you will.
413# Don't enable wskbd if you use ite.
414#
415# XXX in std.amiga: kbd0 at mainbus0
416m4_ifdef(`WSCONS_CONFIGURATION', `m4_dnl
417wskbd0		at kbd0 console ?
418', `
419#wskbd0		at kbd0 console ?
420')m4_dnl
421
422
423m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
424#
425# Amiga Mainboard devices (sans graphics and keyboard)
426#
427
428ser0		at mainbus0		# Amiga onboard serial
429par0		at mainbus0		# Amiga onboard parallel
430ms*		at mainbus0		# Amiga mice
431fdc0		at mainbus0		# Amiga FDC
432fd*		at fdc0 unit ?		# floppy disks on the later
433a34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
434a2kbbc0 	at mainbus0		# A2000 battery backed clock
435m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
436aucc*		at mainbus0		# Amiga CC audio
437audio*		at aucc?
438')m4_dnl
439')m4_dnl
440
441m4_ifdef(`WSCONS_CONFIGURATION', `m4_dnl
442wsmouse*	at ms?
443', `
444#wsmouse*	at ms?
445')m4_dnl
446
447m4_ifdef(`DRACO_CONFIGURATION', `m4_dnl
448#
449# DraCo Mainboard devices (sans keyboard)
450#
451
452drbbc0		at mainbus0		# DraCo battery backed clock
453drsupio0	at mainbus0		# DraCo superio chip
454com*		at drsupio? port ?	# DraCo serial
455lpt0		at drsupio? port ?	# DraCo parallel
456')m4_dnl
457
458#
459# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
460#
461
462m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
463m4_ifdef(`DRACO_CONFIGURATION', `', `m4_dnl
464# Alas, Melody-Z2 dont configure in the DraCo bus.
465melody* 	at zbus0		# Melody MPEG audio decoder
466audio*		at melody?
467')m4_dnl
468
469repulse*	at zbus0		# ALiENDESiGN Repulse
470audio*		at repulse?
471
472toccata*	at zbus0		# MacroSystem GmbH Toccata
473audio*		at toccata?
474')m4_dnl
475
476# Ethernet cards:
477le*		at zbus0		# A2065, Ameristar, Ariadne
478ne*		at zbus0		# AriadneII, X-surf
479ed*		at zbus0		# Hydra, ASDG LanRover
480es*		at zbus0		# CEI A4066 EthernetPLUS
481qn*		at zbus0		# Quicknet
482
483# Arcnet
484bah*		at zbus0		# C=/Ameristar A2060 / 560
485
486m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
487# Greater Valley Product Bus
488gvpbus* 	at zbus0
489
490# scsi stuff, all possible
491gtsc0		at gvpbus?		# GVP series II scsi
492scsibus*	at gtsc0
493ahsc0		at mainbus0		# A3000 scsi
494scsibus*	at ahsc0
495atzsc0		at zbus0		# A2091 scsi
496scsibus*	at atzsc0
497wstsc0		at zbus0		# Wordsync II scsi
498scsibus*	at wstsc0
499ivsc0		at zbus0		# IVS scsi
500scsibus*	at ivsc0
501mlhsc0		at zbus0		# Hacker scsi
502scsibus*	at mlhsc0
503otgsc0		at zbus0		# 12 gauge scsi
504scsibus*	at otgsc0
505zssc0		at zbus0		# Zeus scsi
506scsibus*	at zssc0
507mgnsc0		at zbus0		# Magnum scsi
508scsibus*	at mgnsc0
509wesc0		at zbus0		# Warp Engine scsi
510scsibus*	at wesc0
511afsc0		at zbus0		# A4091 scsi
512scsibus*	at afsc0
513aftsc0		at mainbus0		# A4000T scsi
514scsibus*	at aftsc0
515flsc0		at zbus0		# FastlaneZ3 scsi
516scsibus*	at flsc0
517bzsc0		at zbus0		# Blizzard 1230 I,II scsi
518scsibus*	at bzsc0
519bzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
520scsibus*	at bzivsc0
521bztzsc0 	at zbus0		# Blizzard 2060 scsi
522scsibus*	at bztzsc0
523cbsc0		at zbus0		# CyberSCSI I
524scsibus*	at cbsc0
525cbiisc0 	at zbus0		# CyberSCSI II
526scsibus*	at cbiisc0
527cbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
528scsibus*	at cbiiisc0
529empsc0		at zbus0		# Emplant scsi
530scsibus*	at empsc0
531
532wdc0		at mainbus0		# A4000 & A1200 IDE bus
533atabus* 	at wdc? channel ?	# ATA bus
534wd*		at atabus? drive ?	#  + drives
535atapibus*	at atabus?		# ATAPI bus
536cd*		at atapibus? drive ?	# ATAPI CD-ROM drives
537sd*		at atapibus? drive ?	# ATAPI disk drives
538
539pccard0		at mainbus0
540pcmcia*		at pccard0
541com*		at pcmcia? function ?		# Modems and serial cards
542pcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
543aic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
544wdc*		at pcmcia? function ?
545awi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
546ep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
547mbe*		at pcmcia? function ?		# MB8696x based Ethernet
548ne*		at pcmcia? function ?		# NE2000-compatible Ethernet
549sm*		at pcmcia? function ?		# Megahertz Ethernet
550mhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
551com*		at mhzc?
552sm*		at mhzc?
553
554')m4_dnl
555
556m4_ifdef(`DRACO_CONFIGURATION', `m4_dnl
557drsc0		at mainbus0		# DraCo scsi
558scsibus*	at drsc0
559')m4_dnl
560
561
562# each hard drive from low target to high
563# will configure to the next available sd unit number
564sd*	at scsibus? target ? lun ?	# scsi disks
565st*	at scsibus? target ? lun ?	# scsi tapes
566cd*	at scsibus? target ? lun ?	# scsi cds
567ch*	at scsibus? target ? lun ?	# scsi autochangers
568m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
569ss*	at scsibus? target ? lun ?	# scsi scanner
570uk*	at scsibus? target ? lun ?	# scsi unknown
571')m4_dnl
572
573pseudo-device	loop			# loopback network interface
574pseudo-device	sl			# SLIP network interfaces
575pseudo-device	ppp			# PPP network interfaces
576pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
577pseudo-device	tun			# network tunnel line discipline
578pseudo-device	tap			# virtual Ethernet
579#pseudo-device	gre			# generic L3 over IP tunnel
580pseudo-device	bpfilter		# Berkeley packet filter
581pseudo-device	ipfilter		# IP Filter package
582pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
583#pseudo-device	faith			# IPv[46] tcp relay translation i/f
584#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
585pseudo-device	vlan			# IEEE 802.1q encapsulation
586pseudo-device	bridge			# simple inter-network bridging
587#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
588#pseudo-device	pf			# PF packet filter
589#pseudo-device	pflog			# PF log if
590m4_ifdef(`GENERIC_CONFIGURATION', `m4_dnl
591pseudo-device	fss		4	# file system snapshot device
592', `m4_dnl
593#pseudo-device	fss		4	# file system snapshot device
594')m4_dnl
595
596pseudo-device	view		4	# views (needed for grfcc)
597m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
598pseudo-device	pty		2	# pseudo-terminals
599', `m4_dnl
600pseudo-device	pty			# pseudo-terminals
601')m4_dnl
602pseudo-device	clockctl		# user control of clock subsystem
603
604m4_ifdef(`WSCONS_CONFIGURATION', `m4_dnl
605pseudo-device	wsfont			# wsfont(4) dynamic font loading support
606pseudo-device	wsmux			# mouse & keyboard multiplexor
607', `m4_dnl
608#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
609#pseudo-device	wsmux			# mouse & keyboard multiplexor
610')m4_dnl
611
612pseudo-device	vnd			# vnode pseudo-disks
613#options 	VND_COMPRESSION		# compressed vnd(4)
614pseudo-device	ccd		4	# concatenated disk devices
615#pseudo-device	cgd		4	# cryptographic disk devices
616pseudo-device	raid		8	# RAIDframe disk driver
617options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
618# Options to enable various other RAIDframe RAID types.
619# options 	RF_INCLUDE_EVENODD=1
620# options 	RF_INCLUDE_RAID5_RS=1
621# options 	RF_INCLUDE_PARITYLOGGING=1
622# options 	RF_INCLUDE_CHAINDECLUSTER=1
623# options 	RF_INCLUDE_INTERDECLUSTER=1
624# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
625# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
626
627pseudo-device	rnd			# /dev/random and in-kernel generator
628#options 	RND_COM			# use "com" randomness as well (BROKEN)
629
630m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
631pseudo-device	ksyms			# /dev/ksyms (kernel symbols)
632pseudo-device	nsmb			# experimental - SMB requester
633')m4_dnl
634
635# Veriexec
636#options VERIFIED_EXEC
637#
638# a pseudo device needed for veriexec
639#pseudo-device	veriexec		1
640#
641# Uncomment the fingerprint methods below that are desired. Note that
642# removing fingerprint methods will have almost no impact on the kernel
643# code size.
644#
645#options VERIFIED_EXEC_FP_RMD160
646#options VERIFIED_EXEC_FP_SHA256
647#options VERIFIED_EXEC_FP_SHA384
648#options VERIFIED_EXEC_FP_SHA512
649#options VERIFIED_EXEC_FP_SHA1
650#options VERIFIED_EXEC_FP_MD5
651
652config	netbsd root on ? type ?
653