DRACO revision 1.11
11.11Sveego#	$NetBSD: DRACO,v 1.11 1997/03/27 21:21:11 veego Exp $
21.1Sis
31.1Sis#
41.4Sveego# Macro System GmbH "DraCo", currently 68060-only until FPE is integrated.
51.1Sis#
61.1Sis
71.4Sveego# this will be replace by std.amiga soon:
81.6Sveegoinclude "arch/amiga/conf/std.draco"
91.1Sis
101.1Sismaxusers	8
111.8Sperryoptions		RTC_OFFSET=300
121.1Sis
131.4Sveego#
141.1Sis# mainboards to support (in addition to Amiga)
151.4Sveego#
161.1Sisoptions		DRACO
171.4Sveego
181.1Sis#
191.1Sis# processors this kernel should support
201.1Sis#
211.4Sveego
221.4Sveegooptions		"M68060"	# support for 060
231.4Sveegooptions		"M060SP"	# MC68060 software support (Required for 060)
241.1Sisoptions		FPCOPROC	# Support for MC6888[12] (Required)
251.1Sis
261.4Sveego#
271.1Sis# Networking options
281.1Sis#
291.1Sisoptions		INET		# IP networking support (Required)
301.1Sis#options	ISO		# ISO Networking support
311.1Sis#options	TPIP		# ARGO TP networking support
321.1Sis#options	CCITT		# CCITT X.25
331.1Sis#options	NS		# Xerox XNS
341.1Sis#options	EON		# ISO CLNL over IP
351.1Sis#options	GATEWAY		# Packet forwarding
361.1Sis#options	DIRECTED_BROADCAST	# Broadcast across subnets
371.1Sis#options	NSIP		# XNS over IP
381.1Sis
391.1Sis#
401.1Sis# File system related options
411.1Sis#
421.1Sisoptions		QUOTA		# Disk quotas for local disks
431.1Sisoptions		NFSSERVER	# Network File System server side code
441.9Sthorpejoptions		FIFO		# FIFO operations on vnodes (Recommended)
451.1Sis
461.1Sis#
471.1Sis# File systems
481.1Sis#
491.9Sthorpejfile-system 	FFS		# Berkeley fast file system
501.9Sthorpejfile-system 	MFS		# Memory based filesystem
511.9Sthorpejfile-system 	NFS		# Network File System client side code
521.9Sthorpejfile-system 	PROCFS		# Process filesystem
531.9Sthorpejfile-system 	KERNFS		# Kernel parameter filesystem (Recommended)
541.9Sthorpejfile-system 	FDESC		# /dev/fd filesystem
551.9Sthorpejfile-system 	NULLFS		# Loopback filesystem
561.9Sthorpejfile-system 	ADOSFS		# AmigaDOS file system
571.9Sthorpejfile-system 	"CD9660"	# ISO 9660 file system, with Rock Ridge
581.9Sthorpej#file-system 	PORTAL		# Portal filesystem
591.9Sthorpejfile-system 	MSDOSFS		# MS-DOS filesystem
601.1Sis
611.1Sis
621.1Sis#
631.1Sis# Compatability options for various existing systems
641.1Sis#
651.5Smrgoptions		COMPAT_12
661.1Sis#options	"COMPAT_10"	# compatability with older NetBSD release
671.1Sis#options	COMPAT_SUNOS	# Support to run Sun (m68k) executables
681.1Sisoptions		"TCP_COMPAT_42"	# Use 4.2 BSD style TCP
691.1Sisoptions		"COMPAT_NOMID"	# allow nonvalid machine id executables
701.1Sis#options	COMPAT_HPUX	# HP300 compatability
711.1Sis
721.1Sis#
731.1Sis# Support for System V IPC facilities.
741.1Sis#
751.1Sisoptions		SYSVSHM		# System V-like shared memory
761.1Sisoptions		SYSVMSG		# System V-like messages
771.1Sisoptions		SYSVSEM		# System V-like semaphores
781.1Sis
791.1Sis#
801.1Sis# Support for various kernel options
811.1Sis#
821.1Sisoptions		LKM		# Loadable kernel modules
831.1Sisoptions		KTRACE		# Add kernel tracing system call
841.1Sisoptions		DIAGNOSTIC	# Add additional error checking code
851.1Sisoptions		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
861.1Sis
871.1Sis#
881.1Sis# Misc. debuging options
891.1Sis#
901.1Sisoptions		DEBUG		# Add debugging statements
911.1Sisoptions		DDB		# Kernel debugger
921.1Sis#options	SYSCALL_DEBUG	# debug all syscalls.
931.1Sis#options	SCSIDEBUG	# Add SCSI debugging statements
941.1Sis#options	PANICBUTTON	# Forced crash via keypress (???)
951.1Sis
961.1Sis#
971.1Sis# Amiga specific options
981.1Sis#
991.1Sisoptions		MACHINE_NONCONTIG # Non-contiguous memory support 
1001.1Sis				  # higly recommended for DraCo
1011.1Sis
1021.1Sisoptions		RETINACONSOLE	# enable code to allow retina to be console
1031.1Sis
1041.1Sis#options		"KFONT_8X11"	# 8x11 font
1051.1Sis
1061.1Sis# This is how you specify the blitting speed, higher values may speed up blits
1071.1Sis# a littel bit.  If you raise this value too much some trash may appear.
1081.1Sis# the commented version is the default.
1091.1Sis#options	RH_MEMCLK 61000000
1101.1Sis# this option enables the 64 bit sprite which doesn't seems to be work
1111.1Sis# for quite a few people.  E.g. The cursor sprite will turn to a block
1121.1Sis# when moved to the top of the screen in X.
1131.1Sis#options	RH_64BIT_SPRITE
1141.1Sis# enables fast scroll code appears to now work on 040 systems.
1151.1Sis#options	RETINA_SPEED_HACK
1161.3Sveego# enables the Hardwarecursor which does not work on some systems.
1171.3Sveego#options	RH_HARDWARECURSOR
1181.1Sis
1191.1Sisgrfrh0		at zbus0		# Altais looks just like the Retina Z3
1201.1Sisgrf2		at grfrh0
1211.1Sisite2		at grf2			# terminal emulators for grf's
1221.1Sis
1231.4Sveegomsc0		at zbus0		# A2232 MSC multiport serial.
1241.4Sveegomfc0		at zbus0		# MultiFaceCard I/O board
1251.4Sveegomfcs0		at mfc0 unit 0		# MFC serial
1261.4Sveegomfcs1		at mfc0 unit 1		# MFC serial
1271.1Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
1281.1Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
1291.1Sis#mfcs2		at mfc1 unit 0
1301.1Sis#mfcs3		at mfc1 unit 1
1311.1Sis#mfcp1		at mfc1 unit 0
1321.1Sis
1331.11Sveegole*		at zbus0		# Lance ethernet.
1341.4Sveegoed0		at zbus0		# dp8390 ethernet
1351.4Sveegoes0		at zbus0		# SMC 91C90 ethernet
1361.4Sveegoqn0		at zbus0		# quicknet ethernet
1371.1Sisbah*		at zbus0		# C= arcnet
1381.1Sis
1391.1Sis
1401.1Sis# scsi stuff
1411.1Sisdrsc0		at mainbus0		# DraCo mainboard scsi
1421.1Sisscsibus*	at drsc0
1431.1Sis
1441.1Sis# each hard drive from low target to high
1451.1Sis# will configure to the next available sd unit number
1461.1Sissd*	at scsibus? target ? lun ?	# scsi disks
1471.1Sisst*	at scsibus? target ? lun ?	# scsi tapes
1481.7Sveegocd*	at scsibus? target ? lun ?	# scsi cd's
1491.4Sveegoss*	at scsibus? target ? lun ?	# scsi scanner
1501.7Sveegoch*	at scsibus? target ? lun ?	# scsi autochangers
1511.7Sveegouk*	at scsibus? target ? lun ?	# scsi unknown
1521.1Sis
1531.1Sispseudo-device	pty 16			# pseudo terminals
1541.1Sispseudo-device	loop			# network loopback
1551.1Sispseudo-device	bpfilter 2		# berkeley packet filters
1561.1Sispseudo-device	tun 2
1571.1Sis
1581.9Sthorpejconfig	netbsd root on ? type ?
159