DRACO revision 1.21
11.21Sis#	$NetBSD: DRACO,v 1.21 1998/02/05 20:07:17 is 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.21Sisinclude "arch/amiga/conf/std.amiga"
91.1Sis
101.1Sismaxusers	8
111.19Slukemoptions 	RTC_OFFSET=0
121.1Sis
131.4Sveego#
141.1Sis# mainboards to support (in addition to Amiga)
151.4Sveego#
161.19Slukemoptions 	DRACO
171.4Sveego
181.1Sis#
191.1Sis# processors this kernel should support
201.1Sis#
211.4Sveego
221.19Slukemoptions 	"M68060"	# support for 060
231.19Slukemoptions 	"M060SP"	# MC68060 software support (Required for 060)
241.1Sis
251.4Sveego#
261.1Sis# Networking options
271.1Sis#
281.19Slukemoptions 	INET		# IP networking support (Required)
291.19Slukem#options 	ISO		# ISO Networking support
301.19Slukem#options 	TPIP		# ARGO TP networking support
311.19Slukem#options 	CCITT		# CCITT X.25
321.19Slukem#options 	NS		# Xerox XNS
331.19Slukem#options 	EON		# ISO CLNL over IP
341.19Slukem#options 	GATEWAY		# Packet forwarding
351.19Slukem#options 	DIRECTED_BROADCAST	# Broadcast across subnets
361.19Slukem#options 	NSIP		# XNS over IP
371.21Sis#options	MROUTING
381.1Sis
391.1Sis#
401.1Sis# File system related options
411.1Sis#
421.19Slukemoptions 	QUOTA		# Disk quotas for local disks
431.19Slukemoptions 	NFSSERVER	# Network File System server side code
441.19Slukemoptions 	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# Compatability options for various existing systems
631.1Sis#
641.19Slukemoptions 	COMPAT_12
651.20Skleinkoptions 	COMPAT_13
661.19Slukem#options 	"COMPAT_10"	# compatability with older NetBSD release
671.19Slukem#options 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
681.19Slukemoptions 	"TCP_COMPAT_42"	# Use 4.2 BSD style TCP
691.19Slukemoptions 	"COMPAT_NOMID"	# allow nonvalid machine id executables
701.19Slukem#options 	COMPAT_HPUX	# HP300 compatability
711.1Sis
721.1Sis#
731.1Sis# Support for System V IPC facilities.
741.1Sis#
751.19Slukemoptions 	SYSVSHM		# System V-like shared memory
761.19Slukemoptions 	SYSVMSG		# System V-like messages
771.19Slukemoptions 	SYSVSEM		# System V-like semaphores
781.1Sis
791.1Sis#
801.1Sis# Support for various kernel options
811.1Sis#
821.19Slukemoptions 	LKM		# Loadable kernel modules
831.19Slukemoptions 	KTRACE		# Add kernel tracing system call
841.19Slukemoptions 	DIAGNOSTIC	# Add additional error checking code
851.19Slukemoptions 	"NKMEMCLUSTERS=256"	# Size of kernel malloc area
861.1Sis
871.1Sis#
881.19Slukem# Misc. debugging options
891.19Slukem#
901.19Slukemoptions 	DEBUG		# Add debugging statements
911.19Slukemoptions 	DDB		# Kernel debugger
921.19Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
931.19Slukem#options 	SYSCALL_DEBUG	# debug all syscalls.
941.19Slukem#options 	SCSIDEBUG	# Add SCSI debugging statements
951.19Slukem#options 	PANICBUTTON	# Forced crash via keypress (???)
961.1Sis
971.1Sis#
981.1Sis# Amiga specific options
991.1Sis#
1001.19Slukemoptions 	MACHINE_NONCONTIG # Non-contiguous memory support 
1011.1Sis				  # higly recommended for DraCo
1021.1Sis
1031.19Slukemoptions 	RETINACONSOLE	# enable code to allow retina to be console
1041.1Sis
1051.19Slukem#options 	"KFONT_8X11"	# 8x11 font
1061.1Sis
1071.1Sis# This is how you specify the blitting speed, higher values may speed up blits
1081.1Sis# a littel bit.  If you raise this value too much some trash may appear.
1091.1Sis# the commented version is the default.
1101.19Slukem#options 	RH_MEMCLK 61000000
1111.1Sis# this option enables the 64 bit sprite which doesn't seems to be work
1121.1Sis# for quite a few people.  E.g. The cursor sprite will turn to a block
1131.1Sis# when moved to the top of the screen in X.
1141.19Slukem#options 	RH_64BIT_SPRITE
1151.1Sis# enables fast scroll code appears to now work on 040 systems.
1161.19Slukem#options 	RETINA_SPEED_HACK
1171.3Sveego# enables the Hardwarecursor which does not work on some systems.
1181.19Slukemoptions 	RH_HARDWARECURSOR
1191.1Sis
1201.1Sisgrfrh0		at zbus0		# Altais looks just like the Retina Z3
1211.1Sisgrf2		at grfrh0
1221.1Sisite2		at grf2			# terminal emulators for grf's
1231.1Sis
1241.4Sveegomsc0		at zbus0		# A2232 MSC multiport serial.
1251.4Sveegomfc0		at zbus0		# MultiFaceCard I/O board
1261.4Sveegomfcs0		at mfc0 unit 0		# MFC serial
1271.4Sveegomfcs1		at mfc0 unit 1		# MFC serial
1281.1Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
1291.1Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
1301.1Sis#mfcs2		at mfc1 unit 0
1311.1Sis#mfcs3		at mfc1 unit 1
1321.1Sis#mfcp1		at mfc1 unit 0
1331.12Sis
1341.14Sisdrbbc0		at mainbus0		# DraCo battery backed clock
1351.15Sisdrsupio0	at mainbus0		# DraCo superio chip
1361.15Siscom*		at drsupio? port ?	# DraCo serial
1371.17Sislpt0		at drsupio? port ?	# DraCo parallel
1381.1Sis
1391.18Sishyper*		at zbus?		# zbus HyperCom 3/4
1401.18Siscom*		at hyper? port ?	# Hypercom serial
1411.18Sis
1421.11Sveegole*		at zbus0		# Lance ethernet.
1431.4Sveegoed0		at zbus0		# dp8390 ethernet
1441.4Sveegoes0		at zbus0		# SMC 91C90 ethernet
1451.4Sveegoqn0		at zbus0		# quicknet ethernet
1461.1Sisbah*		at zbus0		# C= arcnet
1471.1Sis
1481.1Sis
1491.1Sis# scsi stuff
1501.1Sisdrsc0		at mainbus0		# DraCo mainboard scsi
1511.1Sisscsibus*	at drsc0
1521.1Sis
1531.1Sis# each hard drive from low target to high
1541.1Sis# will configure to the next available sd unit number
1551.1Sissd*	at scsibus? target ? lun ?	# scsi disks
1561.1Sisst*	at scsibus? target ? lun ?	# scsi tapes
1571.7Sveegocd*	at scsibus? target ? lun ?	# scsi cd's
1581.4Sveegoss*	at scsibus? target ? lun ?	# scsi scanner
1591.7Sveegoch*	at scsibus? target ? lun ?	# scsi autochangers
1601.7Sveegouk*	at scsibus? target ? lun ?	# scsi unknown
1611.1Sis
1621.1Sispseudo-device	pty 16			# pseudo terminals
1631.1Sispseudo-device	loop			# network loopback
1641.1Sispseudo-device	bpfilter 2		# berkeley packet filters
1651.1Sispseudo-device	tun 2
1661.15Sispseudo-device	ppp 2			# ppp protocol network drivers
1671.21Sispseudo-device	vnd 4			# pseudo disk on file
1681.1Sis
1691.9Sthorpejconfig	netbsd root on ? type ?
170