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