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