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