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