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