DRACO revision 1.27
11.27Sis# This file was automatically created. Changes will be
21.27Sis# lost when running make in this directory.
31.1Sis#
41.27Sis# Created from: 
51.27Sis#$ NetBSD: GENERIC,v 1.114 1999/02/04 19:01:38 is Exp $
61.1Sis
71.21Sisinclude "arch/amiga/conf/std.amiga"
81.1Sis
91.1Sismaxusers	8
101.19Slukemoptions 	RTC_OFFSET=0
111.1Sis
121.27Sis#mainboards to support (in addition to Amiga)
131.27Sis
141.19Slukemoptions 	DRACO
151.4Sveego
161.27Sis#processors this kernel should support
171.27Sis
181.27Sisoptions 	M68060		# support for 060
191.27Sisoptions 	M060SP		# MC68060 software support (Required for 060)
201.4Sveego
211.27Sis#Networking options
221.1Sis
231.19Slukemoptions 	INET		# IP networking support (Required)
241.19Slukem#options 	GATEWAY		# Packet forwarding
251.19Slukem#options 	DIRECTED_BROADCAST	# Broadcast across subnets
261.27Sis#options 	MROUTING	# Multicast routing
271.27Sisoptions 	NS		# XNS
281.27Sis#options 	NSIP		# XNS tunneling over IP
291.27Sisoptions 	ISO,TPIP	# OSI
301.27Sisoptions 	EON		# OSI tunneling over IP
311.27Sisoptions 	CCITT,LLC,HDLC	# X.25
321.27Sisoptions 	NETATALK	# AppleTalk networking protocols
331.27Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
341.27Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
351.27Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
361.27Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
371.27Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
381.1Sis
391.9Sthorpejfile-system 	FFS		# Berkeley fast file system
401.27Sis#file-system 	LFS		# log-structured filesystem (experimental)
411.9Sthorpejfile-system 	MFS		# Memory based filesystem
421.9Sthorpejfile-system 	NFS		# Network File System client side code
431.9Sthorpejfile-system 	ADOSFS		# AmigaDOS file system
441.27Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
451.27Sisfile-system 	MSDOSFS		# MS-DOS filesystem
461.27Sisfile-system 	FDESC		# user file descriptor filesystem
471.27Sisfile-system 	KERNFS		# kernel data-structure filesystem
481.27Sisfile-system 	NULLFS		# loopback filesystem
491.9Sthorpej#file-system 	PORTAL		# Portal filesystem
501.27Sisfile-system 	PROCFS		# /proc filesystem
511.27Sisfile-system 	UMAPFS		# NULLFS + uid and gid remapping
521.27Sisfile-system 	UNION		# union filesystem
531.27Sis
541.27Sis#Filesystem options
551.27Sisoptions 	NFSSERVER	# Network File System server side code
561.27Sisoptions 	QUOTA		# User and group quotas in FFS
571.27Sis#options 	FFS_EI		# FFS Endian Independant support
581.27Sis
591.27Sis#Compatability options for various existing systems
601.27Sis
611.27Sisoptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
621.27Sisoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
631.27Sisoptions 	COMPAT_09	# compatibility with NetBSD 0.9
641.27Sisoptions 	COMPAT_10	# compatibility with NetBSD 1.0
651.27Sisoptions 	COMPAT_12	# compatibility with NetBSD 1.2
661.27Sisoptions 	COMPAT_13	# compatibility with NetBSD 1.3
671.27Sisoptions 	COMPAT_SUNOS	# Support to run Sun (1) executables
681.27Sisoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
691.27Sis#options 	COMPAT_LINUX	# Support to run Linux/1 executables
701.27Sis#options 	EXEC_ELF32	# 32-bit ELF executables (Linux)
711.1Sis
721.27Sis#Support for System V IPC facilities.
731.1Sis
741.19Slukemoptions 	SYSVSHM		# System V-like shared memory
751.19Slukemoptions 	SYSVMSG		# System V-like messages
761.19Slukemoptions 	SYSVSEM		# System V-like semaphores
771.1Sis
781.27Sis#Support for various kernel options
791.27Sis
801.27Sisoptions 	KTRACE		# system call tracing support
811.19Slukemoptions 	LKM		# Loadable kernel modules
821.27Sisoptions 	NKMEMCLUSTERS=256	# Size of kernel malloc area
831.27Sisoptions 	UCONSOLE	# anyone can redirect a virtual console
841.27Sis#options 	INSECURE	# allow, among other insecure stuff, LKM 
851.27Sis				# loading in multi-user mode.
861.27Sisoptions 	SCSIVERBOSE	# Verbose SCSI errors
871.27Sis
881.27Sisoptions 	NTP		# NTP phase/frequency locked loop
891.27Sis
901.27Sis#Misc. debugging options
911.1Sis
921.19Slukemoptions 	DDB		# Kernel debugger
931.19Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
941.27Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
951.27Sis#options 	DEBUG		# Enable misc. kernel debugging code
961.19Slukem#options 	SYSCALL_DEBUG	# debug all syscalls.
971.19Slukem#options 	SCSIDEBUG	# Add SCSI debugging statements
981.19Slukem#options 	PANICBUTTON	# Forced crash via keypress (???)
991.1Sis
1001.27Sis#Amiga specific options
1011.27Sis
1021.27Sis#options 	LIMITMEM=24	# Don't use more than LIMITMEM MB of the
1031.27Sis				# first bank of RAM. (default: unlimited)
1041.27Sis#options	NKPTADD=4	# set this for 4 additional KPT pages
1051.27Sis#options	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1061.27Sis				# per 16 MB (1<<24 bytes) of RAM
1071.27Sis                                # define and decrease this, or define and
1081.27Sis                                # increase NKPTADD if you get "out of PT pages"
1091.27Sis                                # panics.
1101.27Sis
1111.27Sis#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1121.27Sis#before the 10 secondinterval ends, or that KBDRESET does work at all.
1131.27Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1141.27Sis
1151.27Sis#These options improve performance with the built-in serial port
1161.27Sis#on slower Amigas.  Try the larger buffers first then lev6_defer.
1171.27Sis#options 	SERIBUF_SIZE=4096
1181.27Sis#options 	SEROBUF_SIZE=32
1191.27Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1201.1Sis
1211.19Slukemoptions 	RETINACONSOLE	# enable code to allow retina to be console
1221.1Sis
1231.27Sis#options 	KFONT_8X11	# 8x11 font
1241.1Sis
1251.27Sis#This is how you would tell the kernel the A2410 oscillator frequencies:
1261.27Sis#The used frequencies are the defaults, and don't need option setting
1271.27Sis#options 	ULOWELL_OSC1=36000000
1281.27Sis#options 	ULOWELL_OSC2=66667000
1291.27Sis
1301.27Sis#This is how you specify the blitting speed, higher values may speed up blits
1311.27Sis#a littel bit.  If you raise this value too much some trash may appear.
1321.27Sis#the commented version is the default.
1331.27Sis#options 	RH_MEMCLK=61000000
1341.27Sis#this option enables the 64 bit sprite which doesn't seems to be work
1351.27Sis#for quite a few people.  E.g. The cursor sprite will turn to a block
1361.27Sis#when moved to the top of the screen in X.
1371.19Slukem#options 	RH_64BIT_SPRITE
1381.27Sis#enables fast scroll code appears to now work on 040 systems.
1391.19Slukem#options 	RETINA_SPEED_HACK
1401.27Sis#enables the Hardwarecursor which does not work on some systems.
1411.27Sis#options 	RH_HARDWARECURSOR
1421.27Sis
1431.27Sisgrfrh0		at zbus0		# retina III
1441.1Sis
1451.1Sisgrf2		at grfrh0
1461.27Sis
1471.1Sisite2		at grf2			# terminal emulators for grf's
1481.1Sis
1491.27Sismsc0		at zbus0		# A2232 MSC multiport serial.
1501.27Sismfc0		at zbus0		# MultiFaceCard I/O board
1511.27Sismfcs0		at mfc0 unit 0		# MFC serial
1521.27Sismfcs1		at mfc0 unit 1		# MFC serial
1531.1Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
1541.1Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
1551.1Sis#mfcs2		at mfc1 unit 0
1561.1Sis#mfcs3		at mfc1 unit 1
1571.1Sis#mfcp1		at mfc1 unit 0
1581.12Sis
1591.27Sishyper*		at zbus?		# zbus HyperCom3 + HyperCom4
1601.27Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
1611.27Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
1621.27Sis#lpt*		at hyper? port ?	# not yet: Hypercom3 parallel port
1631.27Sis
1641.27Sis#DraCo Mainboard devices (sans keyboard)
1651.27Sis
1661.14Sisdrbbc0		at mainbus0		# DraCo battery backed clock
1671.15Sisdrsupio0	at mainbus0		# DraCo superio chip
1681.15Siscom*		at drsupio? port ?	# DraCo serial
1691.17Sislpt0		at drsupio? port ?	# DraCo parallel
1701.1Sis
1711.27Sis#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
1721.27Sis
1731.27Sismelody* 	at zbus0		# Melody MPEG audio decoder
1741.27Sisaudio*		at melody?
1751.18Sis
1761.27Sis#Ethernet cards:
1771.27Sisle*		at zbus0		# A2065, Ameristar, Ariadne
1781.27Sisne*		at zbus0		# AriadneII
1791.27Sised0		at zbus0		# Hydra, ASDG LanRover
1801.27Sises0		at zbus0		# CEI A4066 EthernetPLUS
1811.27Sisqn0		at zbus0		# Quicknet
1821.1Sis
1831.27Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
1841.1Sis
1851.27Sis#Greater Valley Product Bus
1861.27Sisgvpbus* 	at zbus0
1871.27Sis
1881.27Sisdrsc0		at mainbus0		# DraCo scsi
1891.1Sisscsibus*	at drsc0
1901.1Sis
1911.27Sis#each hard drive from low target to high
1921.27Sis#will configure to the next available sd unit number
1931.1Sissd*	at scsibus? target ? lun ?	# scsi disks
1941.1Sisst*	at scsibus? target ? lun ?	# scsi tapes
1951.7Sveegocd*	at scsibus? target ? lun ?	# scsi cd's
1961.4Sveegoss*	at scsibus? target ? lun ?	# scsi scanner
1971.7Sveegoch*	at scsibus? target ? lun ?	# scsi autochangers
1981.7Sveegouk*	at scsibus? target ? lun ?	# scsi unknown
1991.1Sis
2001.27Sispseudo-device	loop			# loopback network interface
2011.27Sispseudo-device	sl		1	# SLIP network interfaces
2021.27Sispseudo-device	ppp		1	# PPP network interfaces
2031.27Sispseudo-device	tun		1	# network tunnel line discipline
2041.27Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
2051.27Sispseudo-device	bpfilter	16	# Berkeley packet filter
2061.27Sispseudo-device	ipfilter		# IP Filter package
2071.27Sis
2081.27Sispseudo-device	view		10	# views
2091.27Sispseudo-device	pty		16	# pseudo ptys
2101.27Sis
2111.27Sispseudo-device	vnd		4	# vnode pseudo-disks
2121.27Sispseudo-device	ccd		4	# concatenated disk devices
2131.27Sis#pseudo-device	raid		4	# RAIDframe disk driver
2141.27Sis
2151.27Sis#rnd is EXPERIMENTAL at this point.
2161.27Sis#pseudo-device  rnd                     # /dev/random and in-kernel generator
2171.27Sis#options        RND_COM                 # use "com" randomness as well (BROKEN)
2181.1Sis
2191.9Sthorpejconfig	netbsd root on ? type ?
2201.27Sis
221