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