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