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