GENERIC revision 1.50
1#	$NetBSD: GENERIC,v 1.50 1996/01/28 19:37:45 chopps 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	ISO		# ISO Networking support
32#options	TPIP		# ARGO TP networking support
33#options	CCITT		# CCITT X.25
34#options	NS		# Xerox XNS
35#options	EON		# ISO CLNL over IP
36#options	GATEWAY		# Packet forwarding
37#options	DIRECTED_BROADCAST	# Broadcast across subnets
38#options	NSIP		# XNS over IP
39
40#
41# File system related options
42#
43options		QUOTA		# Disk quotas for local disks
44options		NFSSERVER	# Network File System server side code
45options		NFSCLIENT	# Network File System client side code
46
47#
48# File systems
49#
50options		FFS		# Berkeley fast file system
51options		MFS		# Memory based filesystem
52options		PROCFS		# Process filesystem
53options		KERNFS		# Kernel parameter filesystem (Recommended)
54options		FDESC		# /dev/fd filesystem
55options		NULLFS		# Loopback filesystem
56options		FIFO		# FIFO operations on vnodes (Recommended)
57options		ADOSFS		# AmigaDOS file system
58options		"CD9660"	# ISO 9660 file system, with Rock Ridge
59options		UNION		# union file system
60options		UMAPFS		# uid/gid remapping filesystem
61#options	PORTAL		# Portal filesystem
62#options	MSDOSFS		# MS-DOS filesystem
63
64
65#
66# Compatability options for various existing systems
67#
68options		"COMPAT_10"	# compatability with older NetBSD release
69options		"COMPAT_09"	# compatability with older NetBSD release
70options		"COMPAT_43"	# 4.3 BSD compatible system calls
71options		COMPAT_SUNOS	# Support to run Sun (m68k) executables
72options		"TCP_COMPAT_42"	# Use 4.2 BSD style TCP
73options		"COMPAT_NOMID"	# allow nonvalid machine id executables
74#options	COMPAT_HPUX	# HP300 compatability
75
76#
77# Support for System V IPC facilities.
78#
79options		SYSVSHM		# System V-like shared memory
80options		SYSVMSG		# System V-like messages
81options		SYSVSEM		# System V-like semaphores
82
83#
84# Support for various kernel options
85#
86options		GENERIC		# Mini-root boot support
87options		LKM		# Loadable kernel modules
88options		KTRACE		# Add kernel tracing system call
89options		DIAGNOSTIC	# Add additional error checking code
90options		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
91
92#
93# Misc. debuging options
94#
95options		PANICWAIT	# Require keystroke to dump/reboot
96#options	DEBUG		# Add debugging statements
97options		DDB		# Kernel debugger
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
108options		RETINACONSOLE	# enable code to allow retina to be console
109options		ULOWELLCONSOLE	# enable code to allow a2410 to be console
110options         CL5426CONSOLE   # Cirrus console
111
112options		GRF_ECS		# Enhanced Chip Set
113options		GRF_NTSC	# NTSC
114options		GRF_PAL		# PAL
115options		"GRF_A2024"	# Support for the A2024
116options		GRF_AGA		# AGA Chip Set
117options		GRF_CL5426	# Cirrus board support
118#options	"KFONT_8X11"	# 8x11 font
119
120# This is how you would tell the kernel the A2410 oscillator frequencies:
121# The used frequencies are the defaults, and don't need option setting
122#options	"ULOWELL_OSC1=36000000"
123#options	"ULOWELL_OSC2=66667000"
124
125# This is how you specify the blitting speed, higher values may speed up blits
126# a littel bit.  If you raise this value too much some trash may appear.
127# the commented version is the default.
128#options	RH_MEMCLK 61000000
129# this option enables the 64 bit sprite which doesn't seems to be work
130# for quite a few people.  E.g. The cursor sprite will turn to a block
131# when moved to the top of the screen in X.
132#options	RH_64BIT_SPRITE
133# enables fast scroll code appears to now work on 040 systems.
134#options	RETINA_SPEED_HACK
135
136grfcc0		at mainbus0		# custom chips
137grfrt0		at zbus0		# retina II
138grfrh0		at zbus0		# retina III
139grfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
140grful0		at zbus0		# A2410
141grfcv0		at zbus0		# CyverVision 64
142
143grf0		at grfcc0
144grf1		at grfrt0
145grf2		at grfrh0
146grf3		at grfcl?
147grf4		at grful0
148grf5		at grfcv0
149
150ite0		at grf0			# terminal emulators for grf's
151ite1		at grf1			# terminal emulators for grf's
152ite2		at grf2			# terminal emulators for grf's
153ite3		at grf3			# terminal emulators for grf's
154ite4		at grf4			# terminal emulators for grf's
155
156msc0		at zbus0		# A2232 MSC multiport serial.
157mfc0		at zbus0		# MultiFaceCard I/O board
158mfcs0		at mfc0 unit 0		# MFC serial
159mfcs1		at mfc0 unit 1		# MFC serial
160#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
161#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
162#mfcs2		at mfc1 unit 0
163#mfcs3		at mfc1 unit 1
164#mfcp1		at mfc1 unit 0
165
166le0		at zbus0		# Lance ethernet.
167ed0		at zbus0		# dp8390 ethernet
168es0		at zbus0		# SMC 91C90 ethernet
169qn0		at zbus0		# quicknet ethernet
170ae0		at zbus0		# Ariadne ethernet
171bah0		at zbus0		# C= arcnet
172
173
174# scsi stuff, all possible
175gvpbus*		at zbus0
176gtsc0		at gvpbus?		# GVP series II scsi
177ahsc0		at mainbus0		# A3000 scsi
178atzsc0		at zbus0
179wstsc0		at zbus0		# Wordsync II scsi
180ivsc0		at zbus0		# IVS scsi
181mlhsc0		at zbus0		# Hacker scsi
182otgsc0		at zbus0		# 12 gauge scsi
183zssc0		at zbus0		# Zeus scsi
184mgnsc0		at zbus0		# Magnum scsi
185wesc0		at zbus0		# Warp Engine scsi
186idesc0		at mainbus0		# A4000 & A1200 IDE
187afsc0		at zbus0		# A4091 scsi
188aftsc0		at mainbus0		# A4000T scsi
189flsc0		at zbus0		# FastlaneZ3 scsi
190bzsc0		at zbus0		# Blizzard 1230 scsi
191
192scsibus*	at gtsc0
193scsibus*	at ahsc0
194scsibus*	at atzsc0
195scsibus*	at wstsc0
196scsibus*	at ivsc0
197scsibus*	at mlhsc0
198scsibus*	at otgsc0
199scsibus*	at zssc0
200scsibus*	at mgnsc0
201scsibus*	at wesc0
202scsibus*	at idesc0
203scsibus*	at afsc0
204scsibus*	at aftsc0
205scsibus*	at flsc0
206scsibus*	at bzsc0
207
208# each hard drive from low target to high
209# will configure to the next available sd unit number
210sd*	at scsibus? target ? lun ?	# scsi disks
211
212st*	at scsibus? target ? lun ?	# scsi tapes
213cd*	at scsibus? target ? lun ?	# scsi cd's
214
215pseudo-device	sl			# slip
216pseudo-device	ppp			# ppp
217pseudo-device	view	10		# views
218pseudo-device	pty	16		# pseudo terminals
219pseudo-device	loop			# network loopback
220pseudo-device	vnd	4
221#pseudo-device	bpfilter	2	# berkeley packet filters
222#pseudo-device	tun 2
223
224config	netbsd swap on generic
225