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