GENERIC revision 1.134
1#	$NetBSD: GENERIC,v 1.134 2000/01/23 21:29:55 aymeric Exp $
2
3#
4#if 0
5# GENERIC Amiga or DraCo
6#
7# This configuration file contains all possible options
8#
9# make AMIGA extracts the AMIGA configuration file.
10# make DRACO extracts the DRACO configuration file.
11#
12# commit them, too.
13#endif
14#
15
16include "arch/amiga/conf/std.amiga"
17
18maxusers	8
19options 	RTC_OFFSET=0
20
21#
22# mainboards to support (in addition to Amiga)
23#
24#ifdef DRACO_CONFIGURATION
25options 	DRACO
26
27#endif
28#ifdef AMIGA_CONFIGURATION
29options 	BB060STUPIDROM	# You need this, if you have a non-DraCo
30				# MC68060 with an OS ROM up to (at least) 
31				# V40 (OS3.1) and want to boot with the
32				# bootblock.
33				# You do not need this if you have a DraCo,
34				# have no 68060 or NEVER use the bootblock
35options		P5PPC68KBOARD	# Phase5 PPC/68K board support
36#endif
37#
38# processors this kernel should support
39#
40options 	M68060		# support for 060
41options 	M060SP		# MC68060 software support (Required for 060)
42#ifdef AMIGA_CONFIGURATION
43options 	M68040		# support for 040
44options 	FPSP		# MC68040 floating point support
45options 	M68030		# support for 030
46options 	M68020		# support for 020/851
47options 	FPU_EMULATE	# FPU emulation
48#endif
49
50# Pull in config fragments for kernel crypto.  This is required for
51# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
52# one of these, based on whether you use crypto-us or crypto-intl, and
53# adjust the prefixes as necessary.
54
55#prefix ../crypto-us/sys
56#cinclude "conf/files.crypto-us"
57#prefix
58
59#prefix ../crypto-intl/sys
60#cinclude "conf/files.crypto-intl"
61#prefix
62
63#
64# Networking options
65#
66options 	INET		# IP networking support (Required)
67options 	INET6		# IPV6
68#options 	IPSEC		# IP security
69#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
70#options 	IPSEC_DEBUG	# debug for IP security
71#options 	GATEWAY		# Packet forwarding
72#options 	DIRECTED_BROADCAST	# Broadcast across subnets
73#options 	MROUTING	# Multicast routing
74options 	NS		# XNS
75#options 	NSIP		# XNS tunneling over IP
76options 	ISO,TPIP	# OSI
77options 	EON		# OSI tunneling over IP
78options 	CCITT,LLC,HDLC	# X.25
79options 	NETATALK	# AppleTalk networking protocols
80options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
81options 	PPP_DEFLATE	# Deflate compression support for PPP
82options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
83options 	PFIL_HOOKS	# pfil(9) packet filter hooks
84options 	IPFILTER_LOG	# ipmon(8) log support
85
86# Filesystems
87file-system 	FFS		# Berkeley fast file system
88file-system 	EXT2FS		# second extended file system (linux)
89#file-system 	LFS		# log-structured filesystem (experimental)
90file-system 	MFS		# Memory based filesystem
91file-system 	NFS		# Network File System client side code
92file-system 	ADOSFS		# AmigaDOS file system
93file-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
94file-system 	MSDOSFS		# MS-DOS filesystem
95file-system 	FDESC		# user file descriptor filesystem
96file-system 	KERNFS		# kernel data-structure filesystem
97file-system 	NULLFS		# loopback filesystem
98file-system 	OVERLAY		# overlay filesystem
99#file-system 	PORTAL		# Portal filesystem
100file-system 	PROCFS		# /proc filesystem
101file-system 	UMAPFS		# NULLFS + uid and gid remapping
102file-system 	UNION		# union filesystem
103
104# Filesystem options
105options 	QUOTA		# User and group quotas in FFS
106#options 	FFS_EI		# FFS Endian Independant support
107#options 	SOFTDEP         # FFS soft updates support.
108options 	NFSSERVER	# Network File System server side code
109#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
110				# immutable) behave as system flags.
111
112#
113# Compatability options for various existing systems
114#
115options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
116options 	COMPAT_43	# compatibility with 4.3BSD interfaces
117options 	COMPAT_09	# compatibility with NetBSD 0.9
118options 	COMPAT_10	# compatibility with NetBSD 1.0
119options 	COMPAT_12	# compatibility with NetBSD 1.2
120options 	COMPAT_13	# compatibility with NetBSD 1.3
121options 	COMPAT_14	# compatibility with NetBSD 1.4
122options 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
123options 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
124options 	COMPAT_NOMID	# allow nonvalid machine id executables
125#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
126options 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
127
128#
129# Support for System V IPC facilities.
130#
131options 	SYSVSHM		# System V-like shared memory
132options 	SYSVMSG		# System V-like messages
133options 	SYSVSEM		# System V-like semaphores
134
135#
136# Support for various kernel options
137#
138options 	KTRACE		# system call tracing support
139options 	LKM		# Loadable kernel modules
140options 	NKMEMCLUSTERS=256	# Size of kernel malloc area
141options 	UCONSOLE	# anyone can redirect a virtual console
142#options 	INSECURE	# allow, among other insecure stuff, LKM 
143				# loading in multi-user mode.
144options 	SCSIVERBOSE	# Verbose SCSI errors
145
146options 	NTP		# NTP phase/frequency locked loop
147
148#
149# Misc. debugging options
150#
151options 	DDB		# Kernel debugger
152#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
153options 	DIAGNOSTIC	# Extra kernel sanity checks
154#options 	DEBUG		# Enable misc. kernel debugging code
155#options 	SYSCALL_DEBUG	# debug all syscalls.
156#options 	SCSIDEBUG	# Add SCSI debugging statements
157#options 	PANICBUTTON	# Forced crash via keypress (???)
158
159#
160# Amiga specific options
161#
162#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
163				# first bank of RAM. (default: unlimited)
164#options	NKPTADD=4	# set this for 4 additional KPT pages
165#options	NKPTADDSHIFT=24	# set this for 1 additional KPT page
166				# per 16 MB (1<<24 bytes) of RAM
167                                # define and decrease this, or define and
168                                # increase NKPTADD if you get "out of PT pages"
169                                # panics.
170
171# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
172# before the 10 secondinterval ends, or that KBDRESET does work at all.
173#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
174
175# These options improve performance with the built-in serial port
176# on slower Amigas.  Try the larger buffers first then lev6_defer.
177#options 	SERIBUF_SIZE=4096
178#options 	SEROBUF_SIZE=32
179#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
180
181options 	RETINACONSOLE	# enable code to allow retina to be console
182#ifdef AMIGA_CONFIGURATION
183options 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
184options 	CL5426CONSOLE	# Cirrus console
185options 	CV64CONSOLE	# CyberVision console
186options 	TSENGCONSOLE	# Tseng console
187options 	CV3DCONSOLE	# CyberVision 64/3D console
188#endif
189
190#ifdef AMIGA_CONFIGURATION
191options 	GRF_ECS		# Enhanced Chip Set
192options 	GRF_NTSC	# NTSC
193options 	GRF_PAL		# PAL
194options 	GRF_A2024	# Support for the A2024
195options 	GRF_AGA		# AGA Chip Set
196options 	GRF_AGA_VGA	# AGA VGAONLY timing
197options 	GRF_SUPER72	# AGA Super-72
198#endif
199#options 	KFONT_8X11	# 8x11 font
200
201# This is how you would tell the kernel the A2410 oscillator frequencies:
202# The used frequencies are the defaults, and do not need option setting
203#options 	ULOWELL_OSC1=36000000
204#options 	ULOWELL_OSC2=66667000
205
206# This is how you specify the blitting speed, higher values may speed up blits
207# a littel bit.  If you raise this value too much some trash may appear.
208# the commented version is the default.
209#options 	RH_MEMCLK=61000000
210# this option enables the 64 bit sprite which does not work
211# for quite a few people.  E.g. The cursor sprite will turn to a block
212# when moved to the top of the screen in X.
213#options 	RH_64BIT_SPRITE
214# enables fast scroll code appears to now work on 040 systems.
215#options 	RETINA_SPEED_HACK
216# enables the Hardwarecursor which does not work on some systems.
217#options 	RH_HARDWARECURSOR
218
219#ifdef AMIGA_CONFIGURATION
220grfcc0		at mainbus0		# custom chips
221grfrt0		at zbus0		# retina II
222#endif
223grfrh0		at zbus0		# retina III
224#ifdef AMIGA_CONFIGURATION
225grfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
226grful0		at zbus0		# A2410
227grfcv0		at zbus0		# CyberVision 64
228grfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
229grfcv3d0	at zbus0		# CyberVision 64/3D
230#endif
231
232#ifdef AMIGA_CONFIGURATION
233grf0		at grfcc0
234grf1		at grfrt0
235#endif
236grf2		at grfrh0
237#ifdef AMIGA_CONFIGURATION
238grf3		at grfcl?
239grf4		at grful0
240grf5		at grfcv0
241grf6		at grfet?
242grf7		at grfcv3d0
243#endif
244#ifdef AMIGA_CONFIGURATION
245ite0		at grf0			# terminal emulators for grfs
246ite1		at grf1			# terminal emulators for grfs
247#endif
248ite2		at grf2			# terminal emulators for grfs
249#ifdef AMIGA_CONFIGURATION
250ite3		at grf3			# terminal emulators for grfs
251ite4		at grf4			# terminal emulators for grfs
252ite5		at grf5			# terminal emulators for grfs
253ite6		at grf6			# terminal emulators for grfs
254ite7		at grf7			# terminal emulators for grfs
255#endif
256
257msc0		at zbus0		# A2232 MSC multiport serial.
258mfc0		at zbus0		# MultiFaceCard I/O board
259mfcs0		at mfc0 unit 0		# MFC serial
260mfcs1		at mfc0 unit 1		# MFC serial
261#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
262#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
263#mfcs2		at mfc1 unit 0
264#mfcs3		at mfc1 unit 1
265#mfcp1		at mfc1 unit 0
266
267hyper*		at zbus?		# zbus HyperCom3/3+/4/4+
268#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
269com*		at hyper? port ?	# Hypercom3/4 serial ports
270lpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
271
272#ifdef AMIGA_CONFIGURATION
273#
274# Amiga Mainboard devices (sans graphics and keyboard)
275#
276
277ser0		at mainbus0		# Amiga onboard serial
278par0		at mainbus0		# Amiga onboard parallel
279ms*		at mainbus0		# Amiga mice
280fdc0		at mainbus0		# Amiga FDC
281fd*		at fdc0 unit ?		# floppy disks on the later
282a34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
283a2kbbc0 	at mainbus0		# A2000 battery backed clock
284aucc*		at mainbus0		# Amiga CC audio
285audio*		at aucc?
286#endif
287
288#ifdef DRACO_CONFIGURATION
289#
290# DraCo Mainboard devices (sans keyboard)
291#
292
293drbbc0		at mainbus0		# DraCo battery backed clock
294drsupio0	at mainbus0		# DraCo superio chip
295com*		at drsupio? port ?	# DraCo serial
296lpt0		at drsupio? port ?	# DraCo parallel
297#endif
298
299#
300# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
301#
302
303#ifndef DRACO_CONFIGURATION
304# Alas, Melody-Z2 dont configure in the DraCo bus. 
305melody* 	at zbus0		# Melody MPEG audio decoder
306audio*		at melody?
307#endif
308
309# Ethernet cards:
310le*		at zbus0		# A2065, Ameristar, Ariadne
311ne*		at zbus0		# AriadneII
312ed*		at zbus0		# Hydra, ASDG LanRover
313es*		at zbus0		# CEI A4066 EthernetPLUS
314qn*		at zbus0		# Quicknet
315
316# Arcnet
317bah*		at zbus0		# C=/Ameristar A2060 / 560
318
319#ifdef AMIGA_CONFIGURATION
320# Greater Valley Product Bus
321gvpbus* 	at zbus0
322
323# scsi stuff, all possible
324gtsc0		at gvpbus?		# GVP series II scsi
325scsibus*	at gtsc0
326ahsc0		at mainbus0		# A3000 scsi
327scsibus*	at ahsc0
328atzsc0		at zbus0		# A2091 scsi
329scsibus*	at atzsc0
330wstsc0		at zbus0		# Wordsync II scsi
331scsibus*	at wstsc0
332ivsc0		at zbus0		# IVS scsi
333scsibus*	at ivsc0
334mlhsc0		at zbus0		# Hacker scsi
335scsibus*	at mlhsc0
336otgsc0		at zbus0		# 12 gauge scsi
337scsibus*	at otgsc0
338zssc0		at zbus0		# Zeus scsi
339scsibus*	at zssc0
340mgnsc0		at zbus0		# Magnum scsi
341scsibus*	at mgnsc0
342wesc0		at zbus0		# Warp Engine scsi
343scsibus*	at wesc0
344afsc0		at zbus0		# A4091 scsi
345scsibus*	at afsc0
346aftsc0		at mainbus0		# A4000T scsi
347scsibus*	at aftsc0
348flsc0		at zbus0		# FastlaneZ3 scsi
349scsibus*	at flsc0
350bzsc0		at zbus0		# Blizzard 1230 I,II scsi 
351scsibus*	at bzsc0
352bzivsc0 	at zbus0		# Blizzard 12x0 IV scsi 
353scsibus*	at bzivsc0
354bztzsc0 	at zbus0		# Blizzard 2060 scsi
355scsibus*	at bztzsc0
356cbsc0		at zbus0		# CyberSCSI I
357scsibus*	at cbsc0
358cbiisc0 	at zbus0		# CyberSCSI II
359scsibus*	at cbiisc0
360cbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
361scsibus*	at cbiiisc0
362empsc0		at zbus0		# Emplant scsi
363scsibus*	at empsc0
364idesc0		at mainbus0		# A4000 & A1200 IDE
365scsibus*	at idesc0
366
367#pccard0		at mainbus0
368#pcmcia*		at pccard0
369#com*		at pcmcia? function ?		# Modems and serial cards
370#pcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
371#aic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
372##wdc*		at pcmcia? function ?
373#awi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
374##ep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
375#mbe*		at pcmcia? function ?		# MB8696x based Ethernet
376#ne*		at pcmcia? function ?		# NE2000-compatible Ethernet
377#sm*		at pcmcia? function ?		# Megahertz Ethernet
378#mhzc*		at pcmcia? function ?    # Megahertz Ethernet/Modem combo cards
379#com*		at mhzc?
380#sm*		at mhzc?
381
382#endif
383
384#ifdef DRACO_CONFIGURATION
385drsc0		at mainbus0		# DraCo scsi
386scsibus*	at drsc0
387#endif
388
389
390# each hard drive from low target to high
391# will configure to the next available sd unit number
392sd*	at scsibus? target ? lun ?	# scsi disks
393st*	at scsibus? target ? lun ?	# scsi tapes
394cd*	at scsibus? target ? lun ?	# scsi cds
395ss*	at scsibus? target ? lun ?	# scsi scanner
396ch*	at scsibus? target ? lun ?	# scsi autochangers
397uk*	at scsibus? target ? lun ?	# scsi unknown
398
399pseudo-device	loop			# loopback network interface
400pseudo-device	sl		1	# SLIP network interfaces
401pseudo-device	ppp		1	# PPP network interfaces
402pseudo-device	tun		1	# network tunnel line discipline
403#pseudo-device	gre		2	# generic L3 over IP tunnel
404#pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
405pseudo-device	bpfilter	16	# Berkeley packet filter
406pseudo-device	ipfilter		# IP Filter package
407pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
408#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
409
410pseudo-device	view		4	# views (needed for grfcc)
411pseudo-device	pty		16	# pseudo ptys
412
413pseudo-device	vnd		4	# vnode pseudo-disks
414pseudo-device	ccd		4	# concatenated disk devices
415#pseudo-device	raid		4	# RAIDframe disk driver
416
417# rnd is EXPERIMENTAL at this point.
418#pseudo-device  rnd                     # /dev/random and in-kernel generator
419#options        RND_COM                 # use "com" randomness as well (BROKEN)
420
421config	netbsd root on ? type ?
422