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