DRACO revision 1.54
1# $NetBSD: DRACO,v 1.54 2001/07/08 16:34:03 abs 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.160 2001/07/08 16:32:13 abs Exp $
7
8include "arch/amiga/conf/std.amiga"
9
10#ident  		"GENERIC-$Revision: 1.54 $"
11
12maxusers	8
13options 	RTC_OFFSET=0
14
15#mainboards to support (in addition to Amiga)
16
17options 	DRACO
18
19#processors this kernel should support
20
21options 	M68060		# support for 060
22options 	M060SP		# MC68060 software support (Required for 060)
23
24#Networking options
25
26options 	INET		# IP networking support (Required)
27options 	INET6		# IPV6
28#options 	IPSEC		# IP security
29#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
30#options 	IPSEC_DEBUG	# debug for IP security
31#options 	GATEWAY		# Packet forwarding
32#options 	DIRECTED_BROADCAST	# Broadcast across subnets
33
34#options 	MROUTING	# Multicast routing
35options 	NS		# XNS
36#options 	NSIP		# XNS tunneling over IP
37options 	ISO,TPIP	# OSI
38#options 	EON		# OSI tunneling over IP
39options 	CCITT,LLC,HDLC	# X.25
40options 	NETATALK	# AppleTalk networking protocols
41#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
42
43options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
44options 	PPP_DEFLATE	# Deflate compression support for PPP
45options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
46options 	PFIL_HOOKS	# pfil(9) packet filter hooks
47options 	IPFILTER_LOG	# ipmon(8) log support
48
49file-system 	FFS		# Berkeley fast file system
50file-system 	EXT2FS		# second extended file system (linux)
51#file-system 	LFS		# log-structured filesystem (experimental)
52
53file-system 	MFS		# Memory based filesystem
54
55file-system 	NFS		# Network File System client side code
56file-system 	ADOSFS		# AmigaDOS file system
57file-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
58file-system 	MSDOSFS		# MS-DOS filesystem
59
60file-system 	KERNFS		# kernel data-structure filesystem
61
62file-system 	FDESC		# user file descriptor filesystem
63file-system 	NULLFS		# loopback filesystem
64file-system 	OVERLAY		# overlay filesystem
65#file-system 	PORTAL		# Portal filesystem
66file-system 	PROCFS		# /proc filesystem
67file-system 	UMAPFS		# NULLFS + uid and gid remapping
68file-system 	UNION		# union filesystem
69
70#Filesystem options
71
72#options 	FFS_EI		# FFS Endian Independant support
73
74options 	QUOTA		# User and group quotas in FFS
75options 	SOFTDEP         # FFS soft updates support.
76options 	NFSSERVER	# Network File System server side code
77
78#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
79				# immutable) behave as system flags.
80
81#Compatibility options for various existing systems
82
83#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
84options 	COMPAT_43	# compatibility with 4.3BSD interfaces
85options 	COMPAT_09	# compatibility with NetBSD 0.9
86options 	COMPAT_10	# compatibility with NetBSD 1.0
87options 	COMPAT_12	# compatibility with NetBSD 1.2
88options 	COMPAT_13	# compatibility with NetBSD 1.3
89options 	COMPAT_14	# compatibility with NetBSD 1.4
90options 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
91options 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
92options 	COMPAT_NOMID	# allow nonvalid machine id executables
93#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
94options 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
95
96#Support for System V IPC facilities.
97
98options 	SYSVSHM		# System V-like shared memory
99options 	SYSVMSG		# System V-like messages
100options 	SYSVSEM		# System V-like semaphores
101#options	SEMMNI=10	# number of semaphore identifiers
102#options	SEMMNS=60	# number of semaphores in system
103#options	SEMUME=10	# max number of undo entries per process
104#options	SEMMNU=30	# number of undo structures in system
105
106#Support for various kernel options
107
108options 	KTRACE		# system call tracing support
109options 	LKM		# Loadable kernel modules
110options 	UCONSOLE	# anyone can redirect a virtual console
111
112#options 	INSECURE	# allow, among other insecure stuff, LKM 
113				# loading in multi-user mode.
114options 	SCSIVERBOSE	# Verbose SCSI errors
115
116options 	NTP		# NTP phase/frequency locked loop
117
118#Misc. debugging options
119
120options 	DDB		# Kernel debugger
121#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
122options 	DIAGNOSTIC	# Extra kernel sanity checks
123#options 	DEBUG		# Enable misc. kernel debugging code
124#options 	SYSCALL_DEBUG	# debug all syscalls.
125#options 	SCSIDEBUG	# Add SCSI debugging statements
126#options 	PANICBUTTON	# Forced crash via keypress (???)
127
128#Amiga specific options
129
130#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
131				# first bank of RAM. (default: unlimited)
132#options	NKPTADD=4	# set this for 4 additional KPT pages
133#options	NKPTADDSHIFT=24	# set this for 1 additional KPT page
134				# per 16 MB (1<<24 bytes) of RAM
135                                # define and decrease this, or define and
136                                # increase NKPTADD if you get "out of PT pages"
137                                # panics.
138
139#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
140#before the 10 secondinterval ends, or that KBDRESET does work at all.
141#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
142
143#These options improve performance with the built-in serial port
144#on slower Amigas.  Try the larger buffers first then lev6_defer.
145#options 	SERIBUF_SIZE=4096
146#options 	SEROBUF_SIZE=32
147#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
148
149options 	RETINACONSOLE	# enable code to allow retina to be console
150
151#options 	KFONT_8X11	# 8x11 font
152
153#This is how you would tell the kernel the A2410 oscillator frequencies:
154#The used frequencies are the defaults, and do not need option setting
155#options 	ULOWELL_OSC1=36000000
156#options 	ULOWELL_OSC2=66667000
157
158#This is how you specify the blitting speed, higher values may speed up blits
159#a littel bit.  If you raise this value too much some trash may appear.
160#the commented version is the default.
161#options 	RH_MEMCLK=61000000
162#this option enables the 64 bit sprite which does not work
163#for quite a few people.  E.g. The cursor sprite will turn to a block
164#when moved to the top of the screen in X.
165#options 	RH_64BIT_SPRITE
166#enables fast scroll code appears to now work on 040 systems.
167#options 	RETINA_SPEED_HACK
168#enables the Hardwarecursor which does not work on some systems.
169#options 	RH_HARDWARECURSOR
170
171grfrh0		at zbus0		# retina III
172
173grf2		at grfrh0
174
175ite2		at grf2			# terminal emulators for grfs
176
177msc0		at zbus0		# A2232 MSC multiport serial.
178mfc0		at zbus0		# MultiFaceCard I/O board
179mfcs0		at mfc0 unit 0		# MFC serial
180mfcs1		at mfc0 unit 1		# MFC serial
181#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
182#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
183#mfcs2		at mfc1 unit 0
184#mfcs3		at mfc1 unit 1
185#mfcp1		at mfc1 unit 0
186
187hyper*		at zbus?		# zbus HyperCom3/3+/4/4+
188#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
189com*		at hyper? port ?	# Hypercom3/4 serial ports
190lpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
191
192#options IOBZCLOCK=22118400 		# default, uncomment the next line
193#options IOBZCLOCK=24000000		# if needed.
194
195iobl*		at zbus?		# zbus IOBlix
196com*		at iobl? port ?		# IOBlix serial ports
197lpt*		at iobl? port ?		# IOBlix parallel ports
198
199#Keyboard device. Optionally can attach a wskbd.
200#wskbd works together with a wsdisplay so enable them both if you will.
201#Don't enable wskbd if you use ite.
202
203#XXX in std.amiga: kbd0 at mainbus0
204#wskbd0		at kbd0 console ?
205
206#DraCo Mainboard devices (sans keyboard)
207
208drbbc0		at mainbus0		# DraCo battery backed clock
209drsupio0	at mainbus0		# DraCo superio chip
210com*		at drsupio? port ?	# DraCo serial
211lpt0		at drsupio? port ?	# DraCo parallel
212
213#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
214
215#Ethernet cards:
216le*		at zbus0		# A2065, Ameristar, Ariadne
217ne*		at zbus0		# AriadneII, X-surf
218ed*		at zbus0		# Hydra, ASDG LanRover
219es*		at zbus0		# CEI A4066 EthernetPLUS
220qn*		at zbus0		# Quicknet
221
222bah*		at zbus0		# C=/Ameristar A2060 / 560
223
224drsc0		at mainbus0		# DraCo scsi
225scsibus*	at drsc0
226
227#each hard drive from low target to high
228#will configure to the next available sd unit number
229sd*	at scsibus? target ? lun ?	# scsi disks
230st*	at scsibus? target ? lun ?	# scsi tapes
231cd*	at scsibus? target ? lun ?	# scsi cds
232ch*	at scsibus? target ? lun ?	# scsi autochangers
233
234ss*	at scsibus? target ? lun ?	# scsi scanner
235uk*	at scsibus? target ? lun ?	# scsi unknown
236
237pseudo-device	loop			# loopback network interface
238pseudo-device	sl		1	# SLIP network interfaces
239pseudo-device	ppp		1	# PPP network interfaces
240pseudo-device	tun		1	# network tunnel line discipline
241#pseudo-device	gre		2	# generic L3 over IP tunnel
242#pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
243pseudo-device	bpfilter	16	# Berkeley packet filter
244pseudo-device	ipfilter		# IP Filter package
245pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
246#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
247#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
248pseudo-device	vlan			# IEEE 802.1q encapsulation
249
250pseudo-device	view		4	# views (needed for grfcc)
251pseudo-device	pty			# pseudo-terminals
252
253pseudo-device	vnd		4	# vnode pseudo-disks
254pseudo-device	ccd		4	# concatenated disk devices
255#pseudo-device	raid		4	# RAIDframe disk driver
256#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
257
258pseudo-device  rnd                     # /dev/random and in-kernel generator
259#options        RND_COM                 # use "com" randomness as well (BROKEN)
260
261config	netbsd root on ? type ?
262