DRACO revision 1.45
11.45Sis# $NetBSD: DRACO,v 1.45 2000/03/28 20:17:14 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.27Sis# Created from: 
71.45Sis#$ NetBSD: GENERIC,v 1.140 2000/03/23 22:44:42 is Exp $
81.1Sis
91.21Sisinclude "arch/amiga/conf/std.amiga"
101.43Smhitch
111.45Sis#ident  		"GENERIC-$Revision: 1.45 $"
121.1Sis
131.1Sismaxusers	8
141.19Slukemoptions 	RTC_OFFSET=0
151.1Sis
161.27Sis#mainboards to support (in addition to Amiga)
171.27Sis
181.19Slukemoptions 	DRACO
191.4Sveego
201.27Sis#processors this kernel should support
211.27Sis
221.27Sisoptions 	M68060		# support for 060
231.27Sisoptions 	M060SP		# MC68060 software support (Required for 060)
241.4Sveego
251.42Sis#Pull in config fragments for kernel crypto.  This is required for
261.42Sis#options IPSEC etc. to work. If you want to run with IPSEC, uncomment
271.42Sis#one of these, based on whether you use crypto-us or crypto-intl, and
281.42Sis#adjust the prefixes as necessary.
291.42Sis
301.42Sis#prefix ../crypto-us/sys
311.42Sis#cinclude "conf/files.crypto-us"
321.42Sis#prefix
331.42Sis#prefix ../crypto-intl/sys
341.42Sis#cinclude "conf/files.crypto-intl"
351.42Sis#prefix
361.27Sis#Networking options
371.1Sis
381.19Slukemoptions 	INET		# IP networking support (Required)
391.42Sisoptions 	INET6		# IPV6
401.42Sis#options 	IPSEC		# IP security
411.42Sis#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
421.42Sis#options 	IPSEC_DEBUG	# debug for IP security
431.19Slukem#options 	GATEWAY		# Packet forwarding
441.19Slukem#options 	DIRECTED_BROADCAST	# Broadcast across subnets
451.45Sis
461.27Sis#options 	MROUTING	# Multicast routing
471.27Sisoptions 	NS		# XNS
481.27Sis#options 	NSIP		# XNS tunneling over IP
491.27Sisoptions 	ISO,TPIP	# OSI
501.27Sisoptions 	EON		# OSI tunneling over IP
511.27Sisoptions 	CCITT,LLC,HDLC	# X.25
521.27Sisoptions 	NETATALK	# AppleTalk networking protocols
531.45Sis
541.27Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
551.27Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
561.27Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
571.27Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
581.27Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
591.1Sis
601.9Sthorpejfile-system 	FFS		# Berkeley fast file system
611.34Stronfile-system 	EXT2FS		# second extended file system (linux)
621.27Sis#file-system 	LFS		# log-structured filesystem (experimental)
631.45Sis
641.9Sthorpejfile-system 	MFS		# Memory based filesystem
651.45Sis
661.9Sthorpejfile-system 	NFS		# Network File System client side code
671.9Sthorpejfile-system 	ADOSFS		# AmigaDOS file system
681.27Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
691.27Sisfile-system 	MSDOSFS		# MS-DOS filesystem
701.45Sis
711.45Sisfile-system 	KERNFS		# kernel data-structure filesystem
721.45Sis
731.27Sisfile-system 	FDESC		# user file descriptor filesystem
741.27Sisfile-system 	NULLFS		# loopback filesystem
751.42Sisfile-system 	OVERLAY		# overlay filesystem
761.9Sthorpej#file-system 	PORTAL		# Portal filesystem
771.27Sisfile-system 	PROCFS		# /proc filesystem
781.27Sisfile-system 	UMAPFS		# NULLFS + uid and gid remapping
791.27Sisfile-system 	UNION		# union filesystem
801.27Sis
811.27Sis#Filesystem options
821.45Sis
831.45Sis#options 	FFS_EI		# FFS Endian Independant support
841.45Sis
851.27Sisoptions 	QUOTA		# User and group quotas in FFS
861.42Sis#options 	SOFTDEP         # FFS soft updates support.
871.34Stronoptions 	NFSSERVER	# Network File System server side code
881.45Sis
891.34Stron#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
901.34Stron				# immutable) behave as system flags.
911.27Sis
921.27Sis#Compatability options for various existing systems
931.27Sis
941.27Sisoptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
951.27Sisoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
961.27Sisoptions 	COMPAT_09	# compatibility with NetBSD 0.9
971.27Sisoptions 	COMPAT_10	# compatibility with NetBSD 1.0
981.27Sisoptions 	COMPAT_12	# compatibility with NetBSD 1.2
991.27Sisoptions 	COMPAT_13	# compatibility with NetBSD 1.3
1001.40Saugustssoptions 	COMPAT_14	# compatibility with NetBSD 1.4
1011.30Sisoptions 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
1021.34Stronoptions 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
1031.27Sisoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
1041.30Sis#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1051.37Sisoptions 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
1061.1Sis
1071.27Sis#Support for System V IPC facilities.
1081.1Sis
1091.19Slukemoptions 	SYSVSHM		# System V-like shared memory
1101.19Slukemoptions 	SYSVMSG		# System V-like messages
1111.19Slukemoptions 	SYSVSEM		# System V-like semaphores
1121.1Sis
1131.27Sis#Support for various kernel options
1141.27Sis
1151.27Sisoptions 	KTRACE		# system call tracing support
1161.19Slukemoptions 	LKM		# Loadable kernel modules
1171.27Sisoptions 	UCONSOLE	# anyone can redirect a virtual console
1181.45Sis
1191.27Sis#options 	INSECURE	# allow, among other insecure stuff, LKM 
1201.32Sis				# loading in multi-user mode.
1211.27Sisoptions 	SCSIVERBOSE	# Verbose SCSI errors
1221.27Sis
1231.27Sisoptions 	NTP		# NTP phase/frequency locked loop
1241.27Sis
1251.27Sis#Misc. debugging options
1261.1Sis
1271.19Slukemoptions 	DDB		# Kernel debugger
1281.19Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1291.27Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1301.27Sis#options 	DEBUG		# Enable misc. kernel debugging code
1311.19Slukem#options 	SYSCALL_DEBUG	# debug all syscalls.
1321.19Slukem#options 	SCSIDEBUG	# Add SCSI debugging statements
1331.19Slukem#options 	PANICBUTTON	# Forced crash via keypress (???)
1341.1Sis
1351.27Sis#Amiga specific options
1361.27Sis
1371.30Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1381.32Sis				# first bank of RAM. (default: unlimited)
1391.27Sis#options	NKPTADD=4	# set this for 4 additional KPT pages
1401.27Sis#options	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1411.32Sis				# per 16 MB (1<<24 bytes) of RAM
1421.32Sis                                # define and decrease this, or define and
1431.32Sis                                # increase NKPTADD if you get "out of PT pages"
1441.32Sis                                # panics.
1451.32Sis
1461.27Sis#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1471.27Sis#before the 10 secondinterval ends, or that KBDRESET does work at all.
1481.27Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1491.27Sis
1501.27Sis#These options improve performance with the built-in serial port
1511.27Sis#on slower Amigas.  Try the larger buffers first then lev6_defer.
1521.27Sis#options 	SERIBUF_SIZE=4096
1531.27Sis#options 	SEROBUF_SIZE=32
1541.27Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1551.1Sis
1561.19Slukemoptions 	RETINACONSOLE	# enable code to allow retina to be console
1571.1Sis
1581.27Sis#options 	KFONT_8X11	# 8x11 font
1591.1Sis
1601.27Sis#This is how you would tell the kernel the A2410 oscillator frequencies:
1611.32Sis#The used frequencies are the defaults, and do not need option setting
1621.27Sis#options 	ULOWELL_OSC1=36000000
1631.27Sis#options 	ULOWELL_OSC2=66667000
1641.27Sis
1651.27Sis#This is how you specify the blitting speed, higher values may speed up blits
1661.27Sis#a littel bit.  If you raise this value too much some trash may appear.
1671.27Sis#the commented version is the default.
1681.27Sis#options 	RH_MEMCLK=61000000
1691.30Sis#this option enables the 64 bit sprite which does not work
1701.27Sis#for quite a few people.  E.g. The cursor sprite will turn to a block
1711.27Sis#when moved to the top of the screen in X.
1721.19Slukem#options 	RH_64BIT_SPRITE
1731.27Sis#enables fast scroll code appears to now work on 040 systems.
1741.19Slukem#options 	RETINA_SPEED_HACK
1751.27Sis#enables the Hardwarecursor which does not work on some systems.
1761.27Sis#options 	RH_HARDWARECURSOR
1771.27Sis
1781.27Sisgrfrh0		at zbus0		# retina III
1791.1Sis
1801.1Sisgrf2		at grfrh0
1811.27Sis
1821.30Sisite2		at grf2			# terminal emulators for grfs
1831.1Sis
1841.27Sismsc0		at zbus0		# A2232 MSC multiport serial.
1851.27Sismfc0		at zbus0		# MultiFaceCard I/O board
1861.27Sismfcs0		at mfc0 unit 0		# MFC serial
1871.27Sismfcs1		at mfc0 unit 1		# MFC serial
1881.1Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
1891.1Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
1901.1Sis#mfcs2		at mfc1 unit 0
1911.1Sis#mfcs3		at mfc1 unit 1
1921.1Sis#mfcp1		at mfc1 unit 0
1931.12Sis
1941.35Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
1951.27Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
1961.27Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
1971.35Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
1981.27Sis
1991.45Sis#not enabled yet... needs more testing and clock frequency autodetection
2001.45Sis#iobl*		at zbus?		# zbus IOBlix
2011.45Sis#com*		at iobl? port ?		# IOBlix serial ports
2021.45Sis#lpt*		at iobl? port ?		# IOBlix parallel ports
2031.45Sis
2041.27Sis#DraCo Mainboard devices (sans keyboard)
2051.27Sis
2061.14Sisdrbbc0		at mainbus0		# DraCo battery backed clock
2071.15Sisdrsupio0	at mainbus0		# DraCo superio chip
2081.15Siscom*		at drsupio? port ?	# DraCo serial
2091.17Sislpt0		at drsupio? port ?	# DraCo parallel
2101.1Sis
2111.27Sis#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2121.18Sis
2131.27Sis#Ethernet cards:
2141.27Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2151.27Sisne*		at zbus0		# AriadneII
2161.36Sised*		at zbus0		# Hydra, ASDG LanRover
2171.36Sises*		at zbus0		# CEI A4066 EthernetPLUS
2181.36Sisqn*		at zbus0		# Quicknet
2191.1Sis
2201.27Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2211.27Sis
2221.27Sisdrsc0		at mainbus0		# DraCo scsi
2231.1Sisscsibus*	at drsc0
2241.1Sis
2251.27Sis#each hard drive from low target to high
2261.27Sis#will configure to the next available sd unit number
2271.1Sissd*	at scsibus? target ? lun ?	# scsi disks
2281.1Sisst*	at scsibus? target ? lun ?	# scsi tapes
2291.30Siscd*	at scsibus? target ? lun ?	# scsi cds
2301.4Sveegoss*	at scsibus? target ? lun ?	# scsi scanner
2311.7Sveegoch*	at scsibus? target ? lun ?	# scsi autochangers
2321.7Sveegouk*	at scsibus? target ? lun ?	# scsi unknown
2331.1Sis
2341.27Sispseudo-device	loop			# loopback network interface
2351.27Sispseudo-device	sl		1	# SLIP network interfaces
2361.27Sispseudo-device	ppp		1	# PPP network interfaces
2371.27Sispseudo-device	tun		1	# network tunnel line discipline
2381.27Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
2391.33Stron#pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
2401.27Sispseudo-device	bpfilter	16	# Berkeley packet filter
2411.27Sispseudo-device	ipfilter		# IP Filter package
2421.42Sispseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2431.42Sis#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
2441.27Sis
2451.38Sispseudo-device	view		4	# views (needed for grfcc)
2461.27Sispseudo-device	pty		16	# pseudo ptys
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.27Sis#rnd is EXPERIMENTAL at this point.
2541.32Sis#pseudo-device  rnd                     # /dev/random and in-kernel generator
2551.27Sis#options        RND_COM                 # use "com" randomness as well (BROKEN)
2561.1Sis
2571.9Sthorpejconfig	netbsd root on ? type ?
258