GENERIC revision 1.54
1#	$NetBSD: GENERIC,v 1.54 1996/04/21 21:09:40 veego Exp $
2
3#
4# GENERIC AMIGA
5#
6# This configuration file contains all possible options
7#
8
9include "std.amiga"
10
11maxusers	8
12options		TIMEZONE=300, DST=1
13
14#
15# processors this kernel should support
16#
17options		"M68040"	# support for 040
18options		FPSP		# MC68040 floating point support
19options		"M68030"	# support for 030
20options		"M68020"	# support for 020/851
21options		FPCOPROC	# Support for MC6888[12] (Required)
22
23options		SWAPPAGER	# Pager for processes (Required)
24options		VNODEPAGER	# Pager for vnodes (Required)
25options		DEVPAGER	# Pager for devices (Required)
26
27#
28# Networking options
29#
30options		INET		# IP networking support (Required)
31#options	GATEWAY		# Packet forwarding
32#options	DIRECTED_BROADCAST	# Broadcast across subnets
33#options	MROUTING	# Multicast routing
34#options	NS		# XNS
35#options	ISO,TPIP	# OSI
36#options	EON		# OSI tunneling over IP
37#options	CCITT,LLC,HDLC	# X.25
38
39#
40# File systems
41#
42options		FFS		# Berkeley fast file system
43options		QUOTA		# UFS quotas
44#options	LFS		# log-structured filesystem
45options		MFS		# Memory based filesystem
46
47options		NFSSERVER	# Network File System server side code
48options		NFSCLIENT	# Network File System client side code
49
50options		ADOSFS		# AmigaDOS file system
51options		CD9660		# ISO 9660 + Rock Ridge file system
52#options	MSDOSFS		# MS-DOS file system [does not work]
53options		FDESC		# /dev/fd
54options		FIFO		# FIFOs; RECOMMENDED
55options		KERNFS		# /kern
56options		NULLFS		# loopback file system
57#options	PORTAL		# Portal Filesystem
58options		PROCFS		# /proc
59options		UMAPFS		# NULLFS + uid and gid remapping
60options		UNION		# union file system
61
62
63#
64# Compatability options for various existing systems
65#
66options		"COMPAT_10"	# compatability with older NetBSD release
67options		"COMPAT_09"	# compatability with older NetBSD release
68options		"COMPAT_43"	# 4.3 BSD compatible system calls
69options		COMPAT_SUNOS	# Support to run Sun (m68k) executables
70options		"TCP_COMPAT_42"	# Use 4.2 BSD style TCP
71options		"COMPAT_NOMID"	# allow nonvalid machine id executables
72#options	COMPAT_HPUX	# HP300 compatability
73
74#
75# Support for System V IPC facilities.
76#
77options		SYSVSHM		# System V-like shared memory
78options		SYSVMSG		# System V-like messages
79options		SYSVSEM		# System V-like semaphores
80
81#
82# Support for various kernel options
83#
84
85options		UCONSOLE	# anyone can redirect a virtual console
86
87options		GENERIC		# Mini-root boot support
88options		LKM		# Loadable kernel modules
89options		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
90
91#
92# Misc. debuging options
93#
94options		DDB		# Kernel debugger
95options		DIAGNOSTIC	# Add additional error checking code
96options		KTRACE		# Add kernel tracing system call
97#options	DEBUG		# Add debugging statements
98#options	SYSCALL_DEBUG	# debug all syscalls.
99#options	SCSIDEBUG	# Add SCSI debugging statements
100#options	KGDB		# Kernel debugger (KGDB) support
101#options	PANICBUTTON	# Forced crash via keypress (???)
102
103#
104# Amiga specific options
105#
106options		MACHINE_NONCONTIG # Non-contiguous memory support
107#options	KBDRESET	# sync on Ctrl-Amiga-Amiga
108
109# These options improve performance with the built-in serial port
110# on slower Amigas.  Try the larger buffers first then lev6_defer.
111#options	"SERIBUF_SIZE=4096"
112#options	"SEROBUF_SIZE=32"
113#options	LEV6_DEFER	# defers l6 to l4 (below serial l5)
114
115options		RETINACONSOLE	# enable code to allow retina to be console
116options		ULOWELLCONSOLE	# enable code to allow a2410 to be console
117options		CL5426CONSOLE	# Cirrus console
118options		CV64CONSOLE	# CyberVision console
119
120options		GRF_ECS		# Enhanced Chip Set
121options		GRF_NTSC	# NTSC
122options		GRF_PAL		# PAL
123options		"GRF_A2024"	# Support for the A2024
124options		GRF_AGA		# AGA Chip Set
125options		GRF_CL5426	# Cirrus board support
126#options	"KFONT_8X11"	# 8x11 font
127
128# This is how you would tell the kernel the A2410 oscillator frequencies:
129# The used frequencies are the defaults, and don't need option setting
130#options	"ULOWELL_OSC1=36000000"
131#options	"ULOWELL_OSC2=66667000"
132
133# This is how you specify the blitting speed, higher values may speed up blits
134# a littel bit.  If you raise this value too much some trash may appear.
135# the commented version is the default.
136#options	RH_MEMCLK 61000000
137# this option enables the 64 bit sprite which doesn't seems to be work
138# for quite a few people.  E.g. The cursor sprite will turn to a block
139# when moved to the top of the screen in X.
140#options	RH_64BIT_SPRITE
141# enables fast scroll code appears to now work on 040 systems.
142#options	RETINA_SPEED_HACK
143
144grfcc0		at mainbus0		# custom chips
145grfrt0		at zbus0		# retina II
146grfrh0		at zbus0		# retina III
147grfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
148grful0		at zbus0		# A2410
149grfcv0		at zbus0		# CyverVision 64
150
151grf0		at grfcc0
152grf1		at grfrt0
153grf2		at grfrh0
154grf3		at grfcl?
155grf4		at grful0
156grf5		at grfcv0
157
158ite0		at grf0			# terminal emulators for grf's
159ite1		at grf1			# terminal emulators for grf's
160ite2		at grf2			# terminal emulators for grf's
161ite3		at grf3			# terminal emulators for grf's
162ite4		at grf4			# terminal emulators for grf's
163ite5		at grf5			# terminal emulators for grf's
164
165msc0		at zbus0		# A2232 MSC multiport serial.
166mfc0		at zbus0		# MultiFaceCard I/O board
167mfcs0		at mfc0 unit 0		# MFC serial
168mfcs1		at mfc0 unit 1		# MFC serial
169#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
170#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
171#mfcs2		at mfc1 unit 0
172#mfcs3		at mfc1 unit 1
173#mfcp1		at mfc1 unit 0
174
175le0		at zbus0		# Lance ethernet.
176ed0		at zbus0		# dp8390 ethernet
177es0		at zbus0		# SMC 91C90 ethernet
178qn0		at zbus0		# quicknet ethernet
179ae0		at zbus0		# Ariadne ethernet
180bah0		at zbus0		# C= arcnet
181
182
183# scsi stuff, all possible
184gvpbus*		at zbus0
185gtsc0		at gvpbus?		# GVP series II scsi
186ahsc0		at mainbus0		# A3000 scsi
187atzsc0		at zbus0
188wstsc0		at zbus0		# Wordsync II scsi
189ivsc0		at zbus0		# IVS scsi
190mlhsc0		at zbus0		# Hacker scsi
191otgsc0		at zbus0		# 12 gauge scsi
192zssc0		at zbus0		# Zeus scsi
193mgnsc0		at zbus0		# Magnum scsi
194wesc0		at zbus0		# Warp Engine scsi
195idesc0		at mainbus0		# A4000 & A1200 IDE
196afsc0		at zbus0		# A4091 scsi
197aftsc0		at mainbus0		# A4000T scsi
198flsc0		at zbus0		# FastlaneZ3 scsi
199bzsc0		at zbus0		# Blizzard 1230 scsi
200empsc0		at zbus0		# Emplant
201
202scsibus*	at gtsc0
203scsibus*	at ahsc0
204scsibus*	at atzsc0
205scsibus*	at wstsc0
206scsibus*	at ivsc0
207scsibus*	at mlhsc0
208scsibus*	at otgsc0
209scsibus*	at zssc0
210scsibus*	at mgnsc0
211scsibus*	at wesc0
212scsibus*	at idesc0
213scsibus*	at afsc0
214scsibus*	at aftsc0
215scsibus*	at flsc0
216scsibus*	at bzsc0
217scsibus*	at empsc0
218
219# each hard drive from low target to high
220# will configure to the next available sd unit number
221sd*	at scsibus? target ? lun ?	# scsi disks
222
223st*	at scsibus? target ? lun ?	# scsi tapes
224cd*	at scsibus? target ? lun ?	# scsi cd's
225
226fd*	at fdc0 unit ?			# floppy drives
227
228pseudo-device	loop	1		# network loopback
229pseudo-device	sl	1		# slip
230pseudo-device	ppp	1		# ppp
231#pseudo-device	tun	1		# network tunnel line discipline
232pseudo-device	bpfilter	4	# berkeley packet filters
233
234pseudo-device	view	10		# views
235pseudo-device	pty	16		# pseudo terminals
236
237pseudo-device	vnd	4		# paging to files
238
239config	netbsd swap on generic
240