GENERIC.in revision 1.127
1# $NetBSD: GENERIC.in,v 1.127 2014/08/23 20:26:56 dholland 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.127 $"
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
172')m4_dnl
173
174#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
175				# immutable) behave as system flags.
176
177#
178# Compatibility options for various existing systems
179#
180
181m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
182#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
183options 	COMPAT_43	# compatibility with 4.3BSD interfaces
184options 	COMPAT_09	# NetBSD 0.9,
185options 	COMPAT_10	# NetBSD 1.0,
186options 	COMPAT_12	# NetBSD 1.2,
187options 	COMPAT_13	# NetBSD 1.3,
188options 	COMPAT_14	# NetBSD 1.4,
189options 	COMPAT_15	# NetBSD 1.5,
190options 	COMPAT_16	# NetBSD 1.6,
191options 	COMPAT_20	# NetBSD 2.0,
192options 	COMPAT_30	# NetBSD 3.0,
193options 	COMPAT_40	# NetBSD 4.0,
194options 	COMPAT_50	# NetBSD 5.0,
195options 	COMPAT_60	# NetBSD 6.0, and
196options 	COMPAT_70	# NetBSD 7.0 binary compatibility.
197options 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
198options 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
199options 	COMPAT_NOMID	# allow nonvalid machine id executables
200#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
201')m4_dnl
202
203options 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
204options 	COMPAT_AOUT_M68K # actually make some system calls work.
205options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
206
207m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
208#
209# Support for System V IPC facilities.
210#
211options 	SYSVSHM		# System V-like shared memory
212options 	SYSVMSG		# System V-like messages
213options 	SYSVSEM		# System V-like semaphores
214')m4_dnl
215
216#
217# Support for various kernel options
218#
219
220m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
221options 	KTRACE		# system call tracing support
222')m4_dnl
223#options 	INSECURE	# disable kernel security levels
224options 	SCSIVERBOSE	# human readable SCSI error messages
225options 	USERCONF	# userconf(4) support
226m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
227options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
228options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
229', `m4_dnl
230options 	NTP		# NTP phase/frequency locked loop
231#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
232')m4_dnl
233
234# Enable experimental buffer queue strategy for better responsiveness under 
235# high disk I/O load. Use it with caution - it's not proven to be stable yet.
236#options 	BUFQ_READPRIO
237#options 	BUFQ_PRIOCSCAN
238
239#
240# Misc. debugging options
241#
242options 	DDB		# Kernel debugger
243#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
244#options 	DIAGNOSTIC	# Extra kernel sanity checks
245#options 	DEBUG		# Enable misc. kernel debugging code
246#options 	SYSCALL_DEBUG	# debug all syscalls.
247#options 	SCSIDEBUG	# Add SCSI debugging statements
248#options 	PANICBUTTON	# Forced crash via keypress (?)
249
250#
251# Amiga specific options
252#
253#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
254				# first bank of RAM. (default: unlimited)
255
256# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
257# before the 10 secondinterval ends, or that KBDRESET does work at all.
258#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
259
260# These options improve performance with the built-in serial port
261# on slower Amigas.  Try the larger buffers first then lev6_defer.
262#options 	SERIBUF_SIZE=4096
263#options 	SEROBUF_SIZE=32
264#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
265
266m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
267#options	DEVRELOAD	# implement /dev/reload
268#				# currently only works for a.out kernels
269')m4_dnl
270
271options 	RETINACONSOLE	# enable code to allow retina to be console
272m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
273options 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
274options 	CL5426CONSOLE	# Cirrus console
275options 	CV64CONSOLE	# CyberVision console
276options 	TSENGCONSOLE	# Tseng console
277options 	CV3DCONSOLE	# CyberVision 64/3D console
278
279options 	GRF_ECS		# Enhanced Chip Set
280options 	GRF_NTSC	# NTSC
281options 	GRF_PAL		# PAL
282options 	GRF_A2024	# Support for the A2024
283options 	GRF_AGA		# AGA Chip Set
284options 	GRF_AGA_VGA	# AGA VGAONLY timing
285options 	GRF_SUPER72	# AGA Super-72
286')m4_dnl
287#options 	KFONT_8X11	# 8x11 font
288
289# select a font for the console according to the character set and keymap
290# you want to use
291options        KFONT_CONS_ISO8859_1
292#options         KFONT_CONS_ISO8859_2
293
294# This is how you would tell the kernel the A2410 oscillator frequencies:
295# The used frequencies are the defaults, and do not need option setting
296#options 	ULOWELL_OSC1=36000000
297#options 	ULOWELL_OSC2=66667000
298
299# This is how you specify the blitting speed, higher values may speed up blits
300# a littel bit.  If you raise this value too much some trash may appear.
301# the commented version is the default.
302#options 	RH_MEMCLK=61000000
303# this option enables the 64 bit sprite which does not work
304# for quite a few people.  E.g. The cursor sprite will turn to a block
305# when moved to the top of the screen in X.
306#options 	RH_64BIT_SPRITE
307# enables fast scroll code appears to now work on 040 systems.
308#options 	RETINA_SPEED_HACK
309# enables the Hardwarecursor which does not work on some systems.
310#options 	RH_HARDWARECURSOR
311
312m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
313# wscons aware interface to amiga custom chips.
314# If you enable it enable also wskbd.
315#
316#amidisplaycc0	at mainbus0		# wscons interface to custom chips
317#wsdisplay0	at amidisplaycc0 console ?
318#options 	WSEMUL_VT100
319#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
320#options 	FONT_VT220L8x10
321#options	FONT_VT220ISO8x16
322')m4_dnl
323
324m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
325#z3rambd*	at zbus0		# Zorro III RAM block devices
326#altmem*	at z3rambd?
327
328p5bus0		at zbus0		# Phase5 CSPPC/BPPC internal bus
329
330grfcc0		at mainbus0		# custom chips
331grfrt0		at zbus0		# retina II
332')m4_dnl
333grfrh0		at zbus0		# retina III
334m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
335grfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
336grful0		at zbus0		# A2410
337grfcv0		at zbus0		# CyberVision 64
338grfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
339grfcv3d0	at zbus0		# CyberVision 64/3D
340')m4_dnl
341
342m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
343grf0		at grfcc0
344grf1		at grfrt0
345')m4_dnl
346grf2		at grfrh0
347m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
348grf3		at grfcl?
349grf4		at grful0
350grf5		at grfcv0
351grf6		at grfet?
352grf7		at grfcv3d0
353ite0		at grf0			# terminal emulators for grfs
354ite1		at grf1			# terminal emulators for grfs
355')m4_dnl
356ite2		at grf2			# terminal emulators for grfs
357m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
358ite3		at grf3			# terminal emulators for grfs
359ite4		at grf4			# terminal emulators for grfs
360ite5		at grf5			# terminal emulators for grfs
361ite6		at grf6			# terminal emulators for grfs
362ite7		at grf7			# terminal emulators for grfs
363
364#wsdisplay*	at grf5 console ?	# wsdisplay on top of grf (CV64)
365#wsdisplay*	at grf7 console ?	# wsdisplay on top of grf (CV64/3D)
366')m4_dnl
367
368msc0		at zbus0		# A2232 MSC multiport serial.
369mfc0		at zbus0		# MultiFaceCard I/O board
370mfcs0		at mfc0 unit 0		# MFC serial
371mfcs1		at mfc0 unit 1		# MFC serial
372#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
373#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
374#mfcs2		at mfc1 unit 0
375#mfcs3		at mfc1 unit 1
376#mfcp1		at mfc1 unit 0
377
378hyper*		at zbus?		# zbus HyperCom3/3+/4/4+
379#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
380com*		at hyper? port ?	# Hypercom3/4 serial ports
381lpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
382
383#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
384#options 	IOBZCLOCK=24000000	# if needed.
385
386iobl*		at zbus?		# zbus IOBlix
387com*		at iobl? port ?		# IOBlix serial ports
388lpt*		at iobl? port ?		# IOBlix parallel ports
389
390
391#
392# Keyboard device. Optionally can attach a wskbd.
393# wskbd works together with a wsdisplay so enable them both if you will.
394# Don't enable wskbd if you use ite.
395#
396# XXX in std.amiga: kbd0 at mainbus0
397#wskbd0		at kbd0 console ?
398
399
400m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
401#
402# Amiga Mainboard devices (sans graphics and keyboard)
403#
404
405ser0		at mainbus0		# Amiga onboard serial
406par0		at mainbus0		# Amiga onboard parallel
407ms*		at mainbus0		# Amiga mice
408fdc0		at mainbus0		# Amiga FDC
409fd*		at fdc0 unit ?		# floppy disks on the later
410a34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
411a2kbbc0 	at mainbus0		# A2000 battery backed clock
412m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
413aucc*		at mainbus0		# Amiga CC audio
414audio*		at aucc?
415
416a1k2cp0         at mainbus0             # A1200 on-board clockport
417clockport*      at a1k2cp0
418
419#com*            at clockport?           # Individual Computers SilverSurfer
420')m4_dnl
421')m4_dnl
422
423#wsmouse*	at ms?
424
425m4_ifdef(`DRACO_CONFIGURATION', `m4_dnl
426#
427# DraCo Mainboard devices (sans keyboard)
428#
429
430drbbc0		at mainbus0		# DraCo battery backed clock
431drsupio0	at mainbus0		# DraCo superio chip
432com*		at drsupio? port ?	# DraCo serial
433lpt0		at drsupio? port ?	# DraCo parallel
434')m4_dnl
435
436#
437# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
438#
439
440m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
441m4_ifdef(`DRACO_CONFIGURATION', `', `m4_dnl
442# Alas, Melody-Z2 dont configure in the DraCo bus.
443melody* 	at zbus0		# Melody MPEG audio decoder
444audio*		at melody?
445')m4_dnl
446
447repulse*	at zbus0		# ALiENDESiGN Repulse
448audio*		at repulse?
449
450toccata*	at zbus0		# MacroSystem GmbH Toccata
451audio*		at toccata?
452')m4_dnl
453
454# Ethernet cards:
455le*		at zbus0		# A2065, Ameristar, Ariadne
456ne*		at zbus0		# AriadneII
457ed*		at zbus0		# Hydra, ASDG LanRover
458es*		at zbus0		# CEI A4066 EthernetPLUS
459qn*		at zbus0		# Quicknet
460
461m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
462xsh*		at zbus0		# X-Surf 100
463ne*		at xshbus?		# NE2000 chip on X-Surf 100
464
465xsurf*		at zbus0		# X-Surf
466ne*		at xsurfbus?		# NE2000 chip on X-Surf
467gencp*		at xsurfbus?		# clockports on X-Surf
468wdc*		at xsurfbus?		# IDE on X-Surf
469
470clockport*	at gencp?
471')m4_dnl
472
473# Arcnet
474bah*		at zbus0		# C=/Ameristar A2060 / 560
475
476m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
477# Greater Valley Product Bus
478gvpbus* 	at zbus0
479
480# scsi stuff, all possible
481gtsc0		at gvpbus?		# GVP series II scsi
482scsibus*	at gtsc0
483ahsc0		at mainbus0		# A3000 scsi
484scsibus*	at ahsc0
485atzsc0		at zbus0		# A2091 scsi
486scsibus*	at atzsc0
487wstsc0		at zbus0		# Wordsync II scsi
488scsibus*	at wstsc0
489ivsc0		at zbus0		# IVS scsi
490scsibus*	at ivsc0
491mlhsc0		at zbus0		# Hacker scsi
492scsibus*	at mlhsc0
493otgsc0		at zbus0		# 12 gauge scsi
494scsibus*	at otgsc0
495zssc0		at zbus0		# Zeus scsi
496scsibus*	at zssc0
497mgnsc0		at zbus0		# Magnum scsi
498scsibus*	at mgnsc0
499wesc0		at zbus0		# Warp Engine scsi
500scsibus*	at wesc0
501bppcsc0		at p5bus0		# BlizzardPPC 603e+ scsi
502scsibus*	at bppcsc0
503afsc0		at zbus0		# A4091 scsi
504scsibus*	at afsc0
505aftsc0		at mainbus0		# A4000T scsi
506scsibus*	at aftsc0
507flsc0		at zbus0		# FastlaneZ3 scsi
508scsibus*	at flsc0
509bzsc0		at zbus0		# Blizzard 1230 I,II scsi
510scsibus*	at bzsc0
511bzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
512scsibus*	at bzivsc0
513bztzsc0 	at zbus0		# Blizzard 2060 scsi
514scsibus*	at bztzsc0
515cbsc0		at zbus0		# CyberSCSI I
516scsibus*	at cbsc0
517cbiisc0 	at zbus0		# CyberSCSI II
518scsibus*	at cbiisc0
519cbiiisc0 	at p5bus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
520scsibus*	at cbiiisc0
521empsc0		at zbus0		# Emplant scsi
522scsibus*	at empsc0
523
524acafh0		at mainbus0		# Individual Computers ACA500
525wdc*		at acafhbus?		# CF slots on ACA500
526gencp*		at acafhbus?		# clockport on ACA500
527
528wdc0		at mainbus0		# A4000 & A1200 IDE bus
529wdc*		at zbus0		# Buddha / Catweasel
530#efa0		at mainbus0		# ELBOX FastATA 1200 Mk-III/Mk-IV 
531
532atabus* 	at wdc? channel ?	# ATA bus
533#atabus*	at efa? channel ?	# ATA bus 
534atabus*		at ata? channel ?	# ATA bus 
535wd*		at atabus? drive ?	#  + drives
536atapibus*	at atabus?		# ATAPI bus
537cd*		at atapibus? drive ?	# ATAPI CD-ROM drives
538sd*		at atapibus? drive ?	# ATAPI disk drives
539
540pccard0		at mainbus0
541pcmcia*		at pccard0
542com*		at pcmcia? function ?	# Modems and serial cards
543pcmcom*		at pcmcia? function ?	# PCMCIA multi-port serial cards
544aic*		at pcmcia? function ?	# Adaptec APA-1460 SCSI
545wdc*		at pcmcia? function ?
546awi*		at pcmcia? function ?	# BayStack 650 (802.11FH)
547ep*		at pcmcia? function ?	# 3Com 3c589 and 3c562 Ethernet
548mbe*		at pcmcia? function ?	# MB8696x based Ethernet
549ne*		at pcmcia? function ?	# NE2000-compatible Ethernet
550sm*		at pcmcia? function ?	# Megahertz Ethernet
551mhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
552com*		at mhzc?
553sm*		at mhzc?
554
555nsphyter*	at mii? phy ?		# NS83843 PHYs
556ukphy*		at mii? phy ?		# generic unknown PHYs
557')m4_dnl
558
559m4_ifdef(`DRACO_CONFIGURATION', `m4_dnl
560drsc0		at mainbus0		# DraCo scsi
561scsibus*	at drsc0
562')m4_dnl
563
564
565# each hard drive from low target to high
566# will configure to the next available sd unit number
567sd*	at scsibus? target ? lun ?	# scsi disks
568st*	at scsibus? target ? lun ?	# scsi tapes
569cd*	at scsibus? target ? lun ?	# scsi cds
570ch*	at scsibus? target ? lun ?	# scsi autochangers
571m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
572ss*	at scsibus? target ? lun ?	# scsi scanner
573uk*	at scsibus? target ? lun ?	# scsi unknown
574')m4_dnl
575m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
576
577# PCI bus support
578options		PCIVERBOSE              # verbose PCI device autoconfig messages
579#options	PCI_CONFIG_DUMP
580options		PCI_NETBSD_CONFIGURE	# supported by mppb(4), p5pb(4), empb(4)
581
582p5pb0		at p5bus0		# Phase5 PCI bridge (CVPPC/BVPPC/G-REX)
583p5membar*	at zbus0		# Phase5 PCI bridge autoconfiguring BARs
584#options	P5PB_DEBUG		# enable excessive debug for p5pb
585#options	P5PB_CONSOLE		# console on CVPPC/BVPPC/Voodoo3
586pci*		at p5pb0
587
588mppb*           at zbus0		# Matay Prometheus Zorro-PCI bridge
589pci*            at mppb?
590
591empb0		at zbus0		# ELBOX Mediator PCI 1200
592em4k0		at zbus0		# ELBOX Mediator PCI 4000
593emmem0		at zbus0		# ELBOX Mediator PCI memory space
594empm0		at empb0		# ELBOX Mediator PCI Power Management
595pci*		at empb0
596pci*		at em4k0
597
598#cv3dpb*	at zbus0		# CyberVision 64/3D PCI bridge
599
600#genfb*		at pci?			# generic fb, CVPPC/BVPPC only
601#voodoofb*	at pci?			# 3Dfx Voodoo 3 in G-REX
602#radeonfb*	at pci?			# untested
603
604ne*             at pci?			# NE2000 Ethernet
605satalink* at pci? dev ? function ? flags 0x0002	# SiI SATALink 3112 
606
607# Bluetooth Controller and Device support
608# tested only with btuart on an A1200
609
610# Bluetooth PCMCIA Controllers
611bt3c*   at pcmcia? function ?           # 3Com 3CRWB6096-A
612btbc*   at pcmcia? function ?           # AnyCom BlueCard LSE041/039/139
613
614# Bluetooth Device Hub
615bthub*  at bcsp?
616bthub*  at bt3c?
617bthub*  at btbc?
618bthub*  at btuart?
619
620# Bluetooth HID support
621bthidev* at bthub?
622
623# Bluetooth Mouse
624#btms*   at bthidev? reportid ?
625#wsmouse* at btms? mux 0
626
627# Bluetooth Keyboard
628#btkbd* at bthidev? reportid ?
629#wskbd* at btkbd? console ? mux 1
630
631# Bluetooth Apple Magic Mouse
632#btmagic* at bthub?
633#wsmouse* at btmagic? mux 0
634
635# Bluetooth Audio support
636#btsco* at bthub?
637
638# USB
639slhci*		at zbus?                # Thylacine
640usb*		at slhci?
641
642uhub*		at usb?
643uhub*		at uhub? port ?
644
645uhidev*		at uhub? port ? configuration ? interface ?
646uhid*		at uhidev? reportid ?
647
648')m4_dnl
649m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
650#
651# accept filters
652pseudo-device	accf_data		# "dataready" accept filter
653pseudo-device	accf_http		# "httpready" accept filter
654')m4_dnl
655
656pseudo-device	loop			# loopback network interface
657pseudo-device	sl			# SLIP network interfaces
658pseudo-device	ppp			# PPP network interfaces
659pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
660pseudo-device	tun			# network tunnel line discipline
661pseudo-device	tap			# virtual Ethernet
662#pseudo-device	gre			# generic L3 over IP tunnel
663pseudo-device	bpfilter		# Berkeley packet filter
664#pseudo-device	carp			# Common Address Redundancy Protocol
665pseudo-device	ipfilter		# IP Filter package
666pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
667#pseudo-device	faith			# IPv[46] tcp relay translation i/f
668pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
669pseudo-device	vlan			# IEEE 802.1q encapsulation
670pseudo-device	bridge			# simple inter-network bridging
671#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
672pseudo-device	agr			# IEEE 802.3ad link aggregation
673#pseudo-device	pf			# PF packet filter
674#pseudo-device	pflog			# PF log if
675m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
676#pseudo-device	fss			# file system snapshot device
677', `m4_dnl
678pseudo-device	fss			# file system snapshot device
679')m4_dnl
680m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
681#pseudo-device	putter			# for puffs and pud
682', `m4_dnl
683pseudo-device	putter			# for puffs and pud
684')m4_dnl
685
686pseudo-device	view		4	# views (needed for grfcc)
687m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
688pseudo-device	pty			# pseudo-terminals
689', `m4_dnl
690pseudo-device	pty			# pseudo-terminals
691')m4_dnl
692pseudo-device	clockctl		# user control of clock subsystem
693
694#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
695#pseudo-device	wsmux			# mouse & keyboard multiplexor
696
697pseudo-device	vnd			# vnode pseudo-disks
698#options 	VND_COMPRESSION		# compressed vnd(4)
699pseudo-device	ccd			# concatenated disk devices
700#pseudo-device	cgd			# cryptographic disk devices
701pseudo-device	raid			# RAIDframe disk driver
702options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
703# Options to enable various other RAIDframe RAID types.
704# options 	RF_INCLUDE_EVENODD=1
705# options 	RF_INCLUDE_RAID5_RS=1
706# options 	RF_INCLUDE_PARITYLOGGING=1
707# options 	RF_INCLUDE_CHAINDECLUSTER=1
708# options 	RF_INCLUDE_INTERDECLUSTER=1
709# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
710# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
711
712#options 	RND_COM			# use "com" randomness as well (BROKEN)
713
714m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
715pseudo-device	ksyms			# /dev/ksyms (kernel symbols)
716pseudo-device	nsmb			# experimental - SMB requester
717')m4_dnl
718m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
719pseudo-device   bcsp                    # BlueCore Serial Protocol
720pseudo-device   btuart                  # Bluetooth HCI UART (H4)
721')m4_dnl
722
723# Veriexec
724#
725# a pseudo device needed for veriexec
726#pseudo-device	veriexec
727#
728# Uncomment the fingerprint methods below that are desired. Note that
729# removing fingerprint methods will have almost no impact on the kernel
730# code size.
731#
732#options VERIFIED_EXEC_FP_RMD160
733#options VERIFIED_EXEC_FP_SHA256
734#options VERIFIED_EXEC_FP_SHA384
735#options VERIFIED_EXEC_FP_SHA512
736#options VERIFIED_EXEC_FP_SHA1
737#options VERIFIED_EXEC_FP_MD5
738
739config	netbsd root on ? type ?
740