DRACO revision 1.3
1#	$NetBSD: DRACO,v 1.3 1996/08/11 09:48:17 veego Exp $
2
3#
4# Macro System GmbH "DraCo"
5#
6
7# look into this later.
8include "std.draco"
9
10maxusers	8
11options		TIMEZONE=300, DST=1
12
13# mainboards to support (in addition to Amiga)
14options		DRACO
15#
16# processors this kernel should support
17#
18options		"M68060"	# support for 060 might still need M68040.
19options		"M68040"	# support for 040
20options		M060SP		# MC68060 software support (Required)
21options		FPSP		# MC68040 floating point support
22options		FPCOPROC	# Support for MC6888[12] (Required)
23
24options		SWAPPAGER	# Pager for processes (Required)
25options		VNODEPAGER	# Pager for vnodes (Required)
26options		DEVPAGER	# Pager for devices (Required)
27
28#
29# Networking options
30#
31options		INET		# IP networking support (Required)
32#options	ISO		# ISO Networking support
33#options	TPIP		# ARGO TP networking support
34#options	CCITT		# CCITT X.25
35#options	NS		# Xerox XNS
36#options	EON		# ISO CLNL over IP
37#options	GATEWAY		# Packet forwarding
38#options	DIRECTED_BROADCAST	# Broadcast across subnets
39#options	NSIP		# XNS over IP
40
41#
42# File system related options
43#
44options		QUOTA		# Disk quotas for local disks
45options		NFSSERVER	# Network File System server side code
46options		NFSCLIENT	# Network File System client side code
47
48#
49# File systems
50#
51options		FFS		# Berkeley fast file system
52options		MFS		# Memory based filesystem
53options		PROCFS		# Process filesystem
54options		KERNFS		# Kernel parameter filesystem (Recommended)
55options		FDESC		# /dev/fd filesystem
56options		NULLFS		# Loopback filesystem
57options		FIFO		# FIFO operations on vnodes (Recommended)
58options		ADOSFS		# AmigaDOS file system
59options		"CD9660"	# ISO 9660 file system, with Rock Ridge
60#options	PORTAL		# Portal filesystem
61options		MSDOSFS		# MS-DOS filesystem
62
63
64#
65# Compatability options for various existing systems
66#
67#options	"COMPAT_10"	# compatability with older NetBSD release
68#options	COMPAT_SUNOS	# Support to run Sun (m68k) executables
69options		"TCP_COMPAT_42"	# Use 4.2 BSD style TCP
70options		"COMPAT_NOMID"	# allow nonvalid machine id executables
71#options	COMPAT_HPUX	# HP300 compatability
72
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#
81# Support for various kernel options
82#
83options		GENERIC		# Mini-root boot support
84options		LKM		# Loadable kernel modules
85options		KTRACE		# Add kernel tracing system call
86options		DIAGNOSTIC	# Add additional error checking code
87options		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
88
89#
90# Misc. debuging options
91#
92options		PANICWAIT	# Require keystroke to dump/reboot
93options		DEBUG		# Add debugging statements
94options		DDB		# Kernel debugger
95#options	SYSCALL_DEBUG	# debug all syscalls.
96#options	SCSIDEBUG	# Add SCSI debugging statements
97#options	PANICBUTTON	# Forced crash via keypress (???)
98
99#
100# Amiga specific options
101#
102options		MACHINE_NONCONTIG # Non-contiguous memory support 
103				  # higly recommended for DraCo
104
105options		RETINACONSOLE	# enable code to allow retina to be console
106
107#options		"KFONT_8X11"	# 8x11 font
108
109# This is how you specify the blitting speed, higher values may speed up blits
110# a littel bit.  If you raise this value too much some trash may appear.
111# the commented version is the default.
112#options	RH_MEMCLK 61000000
113# this option enables the 64 bit sprite which doesn't seems to be work
114# for quite a few people.  E.g. The cursor sprite will turn to a block
115# when moved to the top of the screen in X.
116#options	RH_64BIT_SPRITE
117# enables fast scroll code appears to now work on 040 systems.
118#options	RETINA_SPEED_HACK
119# enables the Hardwarecursor which does not work on some systems.
120#options	RH_HARDWARECURSOR
121
122grfrh0		at zbus0		# Altais looks just like the Retina Z3
123grful0		at zbus0		# A2410, for poor ZZA
124
125grf2		at grfrh0
126grf4		at grful0
127
128ite2		at grf2			# terminal emulators for grf's
129ite4		at grf4			# terminal emulators for grf's
130
131#msc0		at zbus0		# A2232 MSC multiport serial.
132#mfc0		at zbus0		# MultiFaceCard I/O board
133#mfcs0		at mfc0 unit 0		# MFC serial
134#mfcs1		at mfc0 unit 1		# MFC serial
135#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
136#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
137#mfcs2		at mfc1 unit 0
138#mfcs3		at mfc1 unit 1
139#mfcp1		at mfc1 unit 0
140
141#le0		at zbus0		# Lance ethernet.
142#ed0		at zbus0		# dp8390 ethernet
143#es0		at zbus0		# SMC 91C90 ethernet
144#qn0		at zbus0		# quicknet ethernet
145ae0		at zbus0		# Ariadne ethernet
146bah*		at zbus0		# C= arcnet
147
148
149# scsi stuff
150drsc0		at mainbus0		# DraCo mainboard scsi
151scsibus*	at drsc0
152
153# each hard drive from low target to high
154# will configure to the next available sd unit number
155sd*	at scsibus? target ? lun ?	# scsi disks
156st*	at scsibus? target ? lun ?	# scsi tapes
157cd*	at scsibus? target ? lun ?	# scsi cd's
158
159pseudo-device	pty 16			# pseudo terminals
160pseudo-device	loop			# network loopback
161pseudo-device	bpfilter 2		# berkeley packet filters
162pseudo-device	tun 2
163
164config	netbsd swap on generic
165