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