INSTALL revision 1.18
1# $NetBSD: INSTALL,v 1.18 2001/11/20 12:56:20 lukem Exp $
2#
3# This file was automatically created. Changes will be
4# lost when running make in this directory.
5#
6# Created from: #NetBSD: GENERIC,v 1.161 2001/08/25 21:15:46 is Exp $
7
8include "arch/amiga/conf/std.amiga"
9
10#ident		"GENERIC-$Revision: 1.18 $"
11
12makeoptions	COPTS="-Os"
13
14maxusers	8
15options 	RTC_OFFSET=0
16
17#mainboards to support (in addition to Amiga)
18
19options 	DRACO
20
21options 	BB060STUPIDROM	# You need this, if you have a non-DraCo
22				# MC68060 with an OS ROM up to (at least)
23				# V40 (OS3.1) and want to boot with the
24				# bootblock.
25				# You do not need this if you have a DraCo,
26				# have no 68060 or NEVER use the bootblock
27options 	P5PPC68KBOARD	# Phase5 PPC/68K board support
28
29#processors this kernel should support
30
31options 	M68060		# support for 060
32options 	M060SP		# MC68060 software support (Required for 060)
33
34options 	M68040		# support for 040
35options 	FPSP		# MC68040 floating point support
36options 	M68030		# support for 030
37options 	M68020		# support for 020/851
38options 	FPU_EMULATE	# FPU emulation
39
40#Networking options
41
42options 	INET		# IP networking support (Required)
43options 	INET6		# IPV6
44#options 	IPSEC		# IP security
45#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
46#options 	IPSEC_DEBUG	# debug for IP security
47#options 	GATEWAY		# Packet forwarding
48#options 	DIRECTED_BROADCAST	# Broadcast across subnets
49
50options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
51options 	PPP_DEFLATE	# Deflate compression support for PPP
52options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
53options 	PFIL_HOOKS	# pfil(9) packet filter hooks
54options 	IPFILTER_LOG	# ipmon(8) log support
55
56file-system 	FFS		# Berkeley fast file system
57file-system 	EXT2FS		# second extended file system (linux)
58#file-system 	LFS		# log-structured filesystem (experimental)
59
60file-system 	NFS		# Network File System client side code
61file-system 	ADOSFS		# AmigaDOS file system
62file-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
63file-system 	MSDOSFS		# MS-DOS filesystem
64
65file-system 	KERNFS		# kernel data-structure filesystem
66
67#Filesystem options
68
69#options 	FFS_EI		# FFS Endian Independant support
70
71#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
72				# immutable) behave as system flags.
73
74#Compatibility options for various existing systems
75
76#Support for various kernel options
77
78#options 	INSECURE	# allow, among other insecure stuff, LKM
79				# loading in multi-user mode.
80options 	SCSIVERBOSE	# Verbose SCSI errors
81
82#Misc. debugging options
83
84options 	DDB		# Kernel debugger
85#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
86options 	DIAGNOSTIC	# Extra kernel sanity checks
87#options 	DEBUG		# Enable misc. kernel debugging code
88#options 	SYSCALL_DEBUG	# debug all syscalls.
89#options 	SCSIDEBUG	# Add SCSI debugging statements
90#options 	PANICBUTTON	# Forced crash via keypress (???)
91
92#Amiga specific options
93
94#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
95				# first bank of RAM. (default: unlimited)
96#options 	NKPTADD=4	# set this for 4 additional KPT pages
97#options 	NKPTADDSHIFT=24	# set this for 1 additional KPT page
98				# per 16 MB (1<<24 bytes) of RAM
99				# define and decrease this, or define and
100				# increase NKPTADD if you get "out of PT pages"
101				# panics.
102
103#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
104#before the 10 secondinterval ends, or that KBDRESET does work at all.
105#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
106
107#These options improve performance with the built-in serial port
108#on slower Amigas.  Try the larger buffers first then lev6_defer.
109#options 	SERIBUF_SIZE=4096
110#options 	SEROBUF_SIZE=32
111#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
112
113options 	RETINACONSOLE	# enable code to allow retina to be console
114
115options 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
116options 	CL5426CONSOLE	# Cirrus console
117options 	CV64CONSOLE	# CyberVision console
118options 	TSENGCONSOLE	# Tseng console
119options 	CV3DCONSOLE	# CyberVision 64/3D console
120
121options 	GRF_ECS		# Enhanced Chip Set
122options 	GRF_NTSC	# NTSC
123options 	GRF_PAL		# PAL
124options 	GRF_A2024	# Support for the A2024
125options 	GRF_AGA		# AGA Chip Set
126options 	GRF_AGA_VGA	# AGA VGAONLY timing
127options 	GRF_SUPER72	# AGA Super-72
128
129#options 	KFONT_8X11	# 8x11 font
130
131#This is how you would tell the kernel the A2410 oscillator frequencies:
132#The used frequencies are the defaults, and do not need option setting
133#options 	ULOWELL_OSC1=36000000
134#options 	ULOWELL_OSC2=66667000
135
136#This is how you specify the blitting speed, higher values may speed up blits
137#a littel bit.  If you raise this value too much some trash may appear.
138#the commented version is the default.
139#options 	RH_MEMCLK=61000000
140#this option enables the 64 bit sprite which does not work
141#for quite a few people.  E.g. The cursor sprite will turn to a block
142#when moved to the top of the screen in X.
143#options 	RH_64BIT_SPRITE
144#enables fast scroll code appears to now work on 040 systems.
145#options 	RETINA_SPEED_HACK
146#enables the Hardwarecursor which does not work on some systems.
147#options 	RH_HARDWARECURSOR
148
149#wscons aware interface to amiga custom chips. Text-only console.
150#If you enable it enable also wskbd.
151
152#amidisplaycc0	at mainbus0		# wscons interface to custom chips
153#wsdisplay0	at amidisplaycc0 console ?
154#options 	WSEMUL_VT100
155
156grfcc0		at mainbus0		# custom chips
157grfrt0		at zbus0		# retina II
158
159grfrh0		at zbus0		# retina III
160
161grfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
162grful0		at zbus0		# A2410
163grfcv0		at zbus0		# CyberVision 64
164grfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
165grfcv3d0	at zbus0		# CyberVision 64/3D
166
167grf0		at grfcc0
168grf1		at grfrt0
169
170grf2		at grfrh0
171
172grf3		at grfcl?
173grf4		at grful0
174grf5		at grfcv0
175grf6		at grfet?
176grf7		at grfcv3d0
177
178ite0		at grf0			# terminal emulators for grfs
179ite1		at grf1			# terminal emulators for grfs
180
181ite2		at grf2			# terminal emulators for grfs
182
183ite3		at grf3			# terminal emulators for grfs
184ite4		at grf4			# terminal emulators for grfs
185ite5		at grf5			# terminal emulators for grfs
186ite6		at grf6			# terminal emulators for grfs
187ite7		at grf7			# terminal emulators for grfs
188
189msc0		at zbus0		# A2232 MSC multiport serial.
190mfc0		at zbus0		# MultiFaceCard I/O board
191mfcs0		at mfc0 unit 0		# MFC serial
192mfcs1		at mfc0 unit 1		# MFC serial
193#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
194#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
195#mfcs2		at mfc1 unit 0
196#mfcs3		at mfc1 unit 1
197#mfcp1		at mfc1 unit 0
198
199hyper*		at zbus?		# zbus HyperCom3/3+/4/4+
200#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
201com*		at hyper? port ?	# Hypercom3/4 serial ports
202lpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
203
204#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
205#options 	IOBZCLOCK=24000000	# if needed.
206
207iobl*		at zbus?		# zbus IOBlix
208com*		at iobl? port ?		# IOBlix serial ports
209lpt*		at iobl? port ?		# IOBlix parallel ports
210
211#Keyboard device. Optionally can attach a wskbd.
212#wskbd works together with a wsdisplay so enable them both if you will.
213#Don't enable wskbd if you use ite.
214
215#XXX in std.amiga: kbd0 at mainbus0
216#wskbd0		at kbd0 console ?
217
218#Amiga Mainboard devices (sans graphics and keyboard)
219
220ser0		at mainbus0		# Amiga onboard serial
221par0		at mainbus0		# Amiga onboard parallel
222ms*		at mainbus0		# Amiga mice
223fdc0		at mainbus0		# Amiga FDC
224fd*		at fdc0 unit ?		# floppy disks on the later
225a34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
226a2kbbc0 	at mainbus0		# A2000 battery backed clock
227aucc*		at mainbus0		# Amiga CC audio
228audio*		at aucc?
229
230#DraCo Mainboard devices (sans keyboard)
231
232drbbc0		at mainbus0		# DraCo battery backed clock
233drsupio0	at mainbus0		# DraCo superio chip
234com*		at drsupio? port ?	# DraCo serial
235lpt0		at drsupio? port ?	# DraCo parallel
236
237#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
238
239repulse*	at zbus0		# ALiENDESiGN Repulse
240audio*		at repulse?
241
242#Ethernet cards:
243le*		at zbus0		# A2065, Ameristar, Ariadne
244ne*		at zbus0		# AriadneII, X-surf
245ed*		at zbus0		# Hydra, ASDG LanRover
246es*		at zbus0		# CEI A4066 EthernetPLUS
247qn*		at zbus0		# Quicknet
248
249bah*		at zbus0		# C=/Ameristar A2060 / 560
250
251#Greater Valley Product Bus
252gvpbus* 	at zbus0
253
254#scsi stuff, all possible
255gtsc0		at gvpbus?		# GVP series II scsi
256scsibus*	at gtsc0
257ahsc0		at mainbus0		# A3000 scsi
258scsibus*	at ahsc0
259atzsc0		at zbus0		# A2091 scsi
260scsibus*	at atzsc0
261wstsc0		at zbus0		# Wordsync II scsi
262scsibus*	at wstsc0
263ivsc0		at zbus0		# IVS scsi
264scsibus*	at ivsc0
265mlhsc0		at zbus0		# Hacker scsi
266scsibus*	at mlhsc0
267otgsc0		at zbus0		# 12 gauge scsi
268scsibus*	at otgsc0
269zssc0		at zbus0		# Zeus scsi
270scsibus*	at zssc0
271mgnsc0		at zbus0		# Magnum scsi
272scsibus*	at mgnsc0
273wesc0		at zbus0		# Warp Engine scsi
274scsibus*	at wesc0
275afsc0		at zbus0		# A4091 scsi
276scsibus*	at afsc0
277aftsc0		at mainbus0		# A4000T scsi
278scsibus*	at aftsc0
279flsc0		at zbus0		# FastlaneZ3 scsi
280scsibus*	at flsc0
281bzsc0		at zbus0		# Blizzard 1230 I,II scsi
282scsibus*	at bzsc0
283bzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
284scsibus*	at bzivsc0
285bztzsc0 	at zbus0		# Blizzard 2060 scsi
286scsibus*	at bztzsc0
287cbsc0		at zbus0		# CyberSCSI I
288scsibus*	at cbsc0
289cbiisc0 	at zbus0		# CyberSCSI II
290scsibus*	at cbiisc0
291cbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
292scsibus*	at cbiiisc0
293empsc0		at zbus0		# Emplant scsi
294scsibus*	at empsc0
295#idesc0		at mainbus0		# A4000 & A1200 IDE
296#scsibus*	at idesc0
297
298#<<< comment out the wdc/atapibus entries below if the idesc lines above >>>
299#<<< are uncommented >>>
300wdc0		at mainbus0		# A4000 & A1200 IDE bus
301wd*		at wdc? drive ?		#  + drives
302atapibus*	at wdc? channel ?	# ATAPI bus
303cd*		at atapibus? drive ?	# ATAPI CD-ROM drives
304sd*		at atapibus? drive ?	# ATAPI disk drives
305
306pccard0		at mainbus0
307pcmcia*		at pccard0
308com*		at pcmcia? function ?		# Modems and serial cards
309pcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
310aic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
311wdc*		at pcmcia? function ?
312awi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
313ep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
314mbe*		at pcmcia? function ?		# MB8696x based Ethernet
315ne*		at pcmcia? function ?		# NE2000-compatible Ethernet
316sm*		at pcmcia? function ?		# Megahertz Ethernet
317mhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
318com*		at mhzc?
319sm*		at mhzc?
320
321drsc0		at mainbus0		# DraCo scsi
322scsibus*	at drsc0
323
324#each hard drive from low target to high
325#will configure to the next available sd unit number
326sd*	at scsibus? target ? lun ?	# scsi disks
327st*	at scsibus? target ? lun ?	# scsi tapes
328cd*	at scsibus? target ? lun ?	# scsi cds
329ch*	at scsibus? target ? lun ?	# scsi autochangers
330
331pseudo-device	loop			# loopback network interface
332pseudo-device	sl		1	# SLIP network interfaces
333pseudo-device	ppp		1	# PPP network interfaces
334pseudo-device	tun		1	# network tunnel line discipline
335#pseudo-device	gre		2	# generic L3 over IP tunnel
336#pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
337pseudo-device	bpfilter	16	# Berkeley packet filter
338pseudo-device	ipfilter		# IP Filter package
339pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
340#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
341#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
342pseudo-device	vlan			# IEEE 802.1q encapsulation
343
344pseudo-device	view		4	# views (needed for grfcc)
345pseudo-device	pty 2			# pseudo-terminals
346
347pseudo-device	vnd		4	# vnode pseudo-disks
348pseudo-device	ccd		4	# concatenated disk devices
349#pseudo-device	raid		4	# RAIDframe disk driver
350#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
351
352pseudo-device	rnd			# /dev/random and in-kernel generator
353#options 	RND_COM			# use "com" randomness as well (BROKEN)
354
355config	netbsd root on ? type ?
356