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