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