DRACO revision 1.52
11.50Sis# $NetBSD: DRACO,v 1.52 2001/03/10 23:55:31 is Exp $
21.28Sis#
31.27Sis# This file was automatically created. Changes will be
41.27Sis# lost when running make in this directory.
51.1Sis#
61.52Sis# Created from: #NetBSD: GENERIC,v 1.156 2001/02/02 21:52:13 is Exp $
71.1Sis
81.21Sisinclude "arch/amiga/conf/std.amiga"
91.43Smhitch
101.52Sis#ident  		"GENERIC-$Revision: 1.52 $"
111.1Sis
121.1Sismaxusers	8
131.19Slukemoptions 	RTC_OFFSET=0
141.1Sis
151.27Sis#mainboards to support (in addition to Amiga)
161.27Sis
171.19Slukemoptions 	DRACO
181.4Sveego
191.27Sis#processors this kernel should support
201.27Sis
211.27Sisoptions 	M68060		# support for 060
221.27Sisoptions 	M060SP		# MC68060 software support (Required for 060)
231.1Sis
241.47Ssommerfe#Networking options
251.47Ssommerfe
261.19Slukemoptions 	INET		# IP networking support (Required)
271.42Sisoptions 	INET6		# IPV6
281.42Sis#options 	IPSEC		# IP security
291.42Sis#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
301.42Sis#options 	IPSEC_DEBUG	# debug for IP security
311.19Slukem#options 	GATEWAY		# Packet forwarding
321.19Slukem#options 	DIRECTED_BROADCAST	# Broadcast across subnets
331.45Sis
341.27Sis#options 	MROUTING	# Multicast routing
351.27Sisoptions 	NS		# XNS
361.27Sis#options 	NSIP		# XNS tunneling over IP
371.27Sisoptions 	ISO,TPIP	# OSI
381.47Ssommerfe#options 	EON		# OSI tunneling over IP
391.27Sisoptions 	CCITT,LLC,HDLC	# X.25
401.27Sisoptions 	NETATALK	# AppleTalk networking protocols
411.45Sis
421.27Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
431.27Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
441.27Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
451.27Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
461.27Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
471.1Sis
481.9Sthorpejfile-system 	FFS		# Berkeley fast file system
491.34Stronfile-system 	EXT2FS		# second extended file system (linux)
501.27Sis#file-system 	LFS		# log-structured filesystem (experimental)
511.45Sis
521.9Sthorpejfile-system 	MFS		# Memory based filesystem
531.45Sis
541.9Sthorpejfile-system 	NFS		# Network File System client side code
551.9Sthorpejfile-system 	ADOSFS		# AmigaDOS file system
561.27Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
571.27Sisfile-system 	MSDOSFS		# MS-DOS filesystem
581.45Sis
591.45Sisfile-system 	KERNFS		# kernel data-structure filesystem
601.45Sis
611.27Sisfile-system 	FDESC		# user file descriptor filesystem
621.27Sisfile-system 	NULLFS		# loopback filesystem
631.42Sisfile-system 	OVERLAY		# overlay filesystem
641.9Sthorpej#file-system 	PORTAL		# Portal filesystem
651.27Sisfile-system 	PROCFS		# /proc filesystem
661.27Sisfile-system 	UMAPFS		# NULLFS + uid and gid remapping
671.27Sisfile-system 	UNION		# union filesystem
681.27Sis
691.27Sis#Filesystem options
701.45Sis
711.45Sis#options 	FFS_EI		# FFS Endian Independant support
721.45Sis
731.27Sisoptions 	QUOTA		# User and group quotas in FFS
741.47Ssommerfeoptions 	SOFTDEP         # FFS soft updates support.
751.34Stronoptions 	NFSSERVER	# Network File System server side code
761.45Sis
771.34Stron#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
781.34Stron				# immutable) behave as system flags.
791.27Sis
801.27Sis#Compatability options for various existing systems
811.27Sis
821.27Sisoptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
831.27Sisoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
841.27Sisoptions 	COMPAT_09	# compatibility with NetBSD 0.9
851.27Sisoptions 	COMPAT_10	# compatibility with NetBSD 1.0
861.27Sisoptions 	COMPAT_12	# compatibility with NetBSD 1.2
871.27Sisoptions 	COMPAT_13	# compatibility with NetBSD 1.3
881.40Saugustssoptions 	COMPAT_14	# compatibility with NetBSD 1.4
891.30Sisoptions 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
901.34Stronoptions 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
911.27Sisoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
921.30Sis#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
931.37Sisoptions 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
941.1Sis
951.27Sis#Support for System V IPC facilities.
961.1Sis
971.19Slukemoptions 	SYSVSHM		# System V-like shared memory
981.19Slukemoptions 	SYSVMSG		# System V-like messages
991.19Slukemoptions 	SYSVSEM		# System V-like semaphores
1001.1Sis
1011.27Sis#Support for various kernel options
1021.27Sis
1031.27Sisoptions 	KTRACE		# system call tracing support
1041.19Slukemoptions 	LKM		# Loadable kernel modules
1051.27Sisoptions 	UCONSOLE	# anyone can redirect a virtual console
1061.45Sis
1071.27Sis#options 	INSECURE	# allow, among other insecure stuff, LKM 
1081.32Sis				# loading in multi-user mode.
1091.27Sisoptions 	SCSIVERBOSE	# Verbose SCSI errors
1101.27Sis
1111.27Sisoptions 	NTP		# NTP phase/frequency locked loop
1121.27Sis
1131.27Sis#Misc. debugging options
1141.1Sis
1151.19Slukemoptions 	DDB		# Kernel debugger
1161.19Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1171.27Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1181.27Sis#options 	DEBUG		# Enable misc. kernel debugging code
1191.19Slukem#options 	SYSCALL_DEBUG	# debug all syscalls.
1201.19Slukem#options 	SCSIDEBUG	# Add SCSI debugging statements
1211.19Slukem#options 	PANICBUTTON	# Forced crash via keypress (???)
1221.1Sis
1231.27Sis#Amiga specific options
1241.27Sis
1251.30Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1261.32Sis				# first bank of RAM. (default: unlimited)
1271.27Sis#options	NKPTADD=4	# set this for 4 additional KPT pages
1281.27Sis#options	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1291.32Sis				# per 16 MB (1<<24 bytes) of RAM
1301.32Sis                                # define and decrease this, or define and
1311.32Sis                                # increase NKPTADD if you get "out of PT pages"
1321.32Sis                                # panics.
1331.32Sis
1341.27Sis#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1351.27Sis#before the 10 secondinterval ends, or that KBDRESET does work at all.
1361.27Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1371.27Sis
1381.27Sis#These options improve performance with the built-in serial port
1391.27Sis#on slower Amigas.  Try the larger buffers first then lev6_defer.
1401.27Sis#options 	SERIBUF_SIZE=4096
1411.27Sis#options 	SEROBUF_SIZE=32
1421.27Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1431.1Sis
1441.19Slukemoptions 	RETINACONSOLE	# enable code to allow retina to be console
1451.1Sis
1461.27Sis#options 	KFONT_8X11	# 8x11 font
1471.1Sis
1481.27Sis#This is how you would tell the kernel the A2410 oscillator frequencies:
1491.32Sis#The used frequencies are the defaults, and do not need option setting
1501.27Sis#options 	ULOWELL_OSC1=36000000
1511.27Sis#options 	ULOWELL_OSC2=66667000
1521.27Sis
1531.27Sis#This is how you specify the blitting speed, higher values may speed up blits
1541.27Sis#a littel bit.  If you raise this value too much some trash may appear.
1551.27Sis#the commented version is the default.
1561.27Sis#options 	RH_MEMCLK=61000000
1571.30Sis#this option enables the 64 bit sprite which does not work
1581.27Sis#for quite a few people.  E.g. The cursor sprite will turn to a block
1591.27Sis#when moved to the top of the screen in X.
1601.19Slukem#options 	RH_64BIT_SPRITE
1611.27Sis#enables fast scroll code appears to now work on 040 systems.
1621.19Slukem#options 	RETINA_SPEED_HACK
1631.27Sis#enables the Hardwarecursor which does not work on some systems.
1641.27Sis#options 	RH_HARDWARECURSOR
1651.27Sis
1661.27Sisgrfrh0		at zbus0		# retina III
1671.1Sis
1681.1Sisgrf2		at grfrh0
1691.27Sis
1701.30Sisite2		at grf2			# terminal emulators for grfs
1711.1Sis
1721.27Sismsc0		at zbus0		# A2232 MSC multiport serial.
1731.27Sismfc0		at zbus0		# MultiFaceCard I/O board
1741.27Sismfcs0		at mfc0 unit 0		# MFC serial
1751.27Sismfcs1		at mfc0 unit 1		# MFC serial
1761.1Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
1771.1Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
1781.1Sis#mfcs2		at mfc1 unit 0
1791.1Sis#mfcs3		at mfc1 unit 1
1801.1Sis#mfcp1		at mfc1 unit 0
1811.12Sis
1821.35Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
1831.27Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
1841.27Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
1851.35Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
1861.27Sis
1871.52Sis#options IOBZCLOCK=22118400 		# default, uncomment the next line
1881.52Sis#options IOBZCLOCK=24000000		# if needed.
1891.52Sis
1901.52Sisiobl*		at zbus?		# zbus IOBlix
1911.52Siscom*		at iobl? port ?		# IOBlix serial ports
1921.52Sislpt*		at iobl? port ?		# IOBlix parallel ports
1931.52Sis
1941.52Sis#Keyboard device. Optionally can attach a wskbd.
1951.52Sis#wskbd works together with a wsdisplay so enable them both if you will.
1961.52Sis#Don't enable wskbd if you use ite.
1971.52Sis
1981.52Sis#XXX in std.amiga: kbd0 at mainbus0
1991.52Sis#wskbd0		at kbd0 console ?
2001.45Sis
2011.27Sis#DraCo Mainboard devices (sans keyboard)
2021.27Sis
2031.14Sisdrbbc0		at mainbus0		# DraCo battery backed clock
2041.15Sisdrsupio0	at mainbus0		# DraCo superio chip
2051.15Siscom*		at drsupio? port ?	# DraCo serial
2061.17Sislpt0		at drsupio? port ?	# DraCo parallel
2071.1Sis
2081.27Sis#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2091.18Sis
2101.27Sis#Ethernet cards:
2111.27Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2121.51Sisne*		at zbus0		# AriadneII, X-surf
2131.36Sised*		at zbus0		# Hydra, ASDG LanRover
2141.36Sises*		at zbus0		# CEI A4066 EthernetPLUS
2151.36Sisqn*		at zbus0		# Quicknet
2161.1Sis
2171.27Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2181.27Sis
2191.27Sisdrsc0		at mainbus0		# DraCo scsi
2201.1Sisscsibus*	at drsc0
2211.1Sis
2221.27Sis#each hard drive from low target to high
2231.27Sis#will configure to the next available sd unit number
2241.1Sissd*	at scsibus? target ? lun ?	# scsi disks
2251.1Sisst*	at scsibus? target ? lun ?	# scsi tapes
2261.30Siscd*	at scsibus? target ? lun ?	# scsi cds
2271.47Ssommerfech*	at scsibus? target ? lun ?	# scsi autochangers
2281.47Ssommerfe
2291.4Sveegoss*	at scsibus? target ? lun ?	# scsi scanner
2301.7Sveegouk*	at scsibus? target ? lun ?	# scsi unknown
2311.1Sis
2321.27Sispseudo-device	loop			# loopback network interface
2331.27Sispseudo-device	sl		1	# SLIP network interfaces
2341.27Sispseudo-device	ppp		1	# PPP network interfaces
2351.27Sispseudo-device	tun		1	# network tunnel line discipline
2361.27Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
2371.33Stron#pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
2381.27Sispseudo-device	bpfilter	16	# Berkeley packet filter
2391.27Sispseudo-device	ipfilter		# IP Filter package
2401.42Sispseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2411.42Sis#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
2421.47Ssommerfe#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
2431.51Sispseudo-device	vlan			# IEEE 802.1q encapsulation
2441.27Sis
2451.38Sispseudo-device	view		4	# views (needed for grfcc)
2461.49Sjdolecekpseudo-device	pty			# pseudo-terminals
2471.27Sis
2481.27Sispseudo-device	vnd		4	# vnode pseudo-disks
2491.27Sispseudo-device	ccd		4	# concatenated disk devices
2501.27Sis#pseudo-device	raid		4	# RAIDframe disk driver
2511.45Sis#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2521.27Sis
2531.50Sispseudo-device  rnd                     # /dev/random and in-kernel generator
2541.27Sis#options        RND_COM                 # use "com" randomness as well (BROKEN)
2551.1Sis
2561.9Sthorpejconfig	netbsd root on ? type ?
257