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