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