GENERIC revision 1.73
11.73Sveego#	$NetBSD: GENERIC,v 1.73 1997/03/27 21:21:12 veego Exp $
21.28Scgd
31.4Schopps#
41.4Schopps# GENERIC AMIGA
51.4Schopps#
61.4Schopps# This configuration file contains all possible options
71.4Schopps#
81.4Schopps
91.61Sveegoinclude "arch/amiga/conf/std.amiga"
101.14Schopps
111.15Schoppsmaxusers	8
121.68Sperryoptions		RTC_OFFSET=300
131.15Schopps
141.14Schopps#
151.59Sveego# mainboards to support (in addition to Amiga)
161.59Sveego#
171.59Sveegooptions		DRACO
181.59Sveego
191.59Sveego#
201.14Schopps# processors this kernel should support
211.14Schopps#
221.59Sveegooptions		"M68060"	# support for 060
231.59Sveegooptions		"M060SP"	# ...and MC68060 support package
241.15Schoppsoptions		"M68040"	# support for 040
251.15Schoppsoptions		FPSP		# MC68040 floating point support
261.15Schoppsoptions		"M68030"	# support for 030
271.15Schoppsoptions		"M68020"	# support for 020/851
281.15Schoppsoptions		FPCOPROC	# Support for MC6888[12] (Required)
291.15Schopps
301.59Sveego#
311.15Schopps# Networking options
321.15Schopps#
331.15Schoppsoptions		INET		# IP networking support (Required)
341.15Schopps#options	GATEWAY		# Packet forwarding
351.15Schopps#options	DIRECTED_BROADCAST	# Broadcast across subnets
361.52Sveego#options	MROUTING	# Multicast routing
371.52Sveego#options	NS		# XNS
381.66Sveego#options	NSIP		# XNS tunneling over IP
391.52Sveego#options	ISO,TPIP	# OSI
401.52Sveego#options	EON		# OSI tunneling over IP
411.52Sveego#options	CCITT,LLC,HDLC	# X.25
421.55Sveego#options	PPP_BSDCOMP,PPP_DEFLATE	# BSD compression for PPP
431.72Smrg#options	PFIL_HOOKS	# pfil(9) packet filter hooks
441.15Schopps
451.15Schopps#
461.51Schopps# File systems
471.15Schopps#
481.70Sthorpejfile-system 	FFS		# Berkeley fast file system
491.70Sthorpej#file-system 	LFS		# log-structured filesystem
501.70Sthorpejfile-system 	MFS		# Memory based filesystem
511.70Sthorpejfile-system 	NFS		# Network File System client side code
521.70Sthorpejfile-system 	ADOSFS		# AmigaDOS file system
531.70Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
541.70Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
551.70Sthorpejfile-system 	FDESC		# /dev/fd
561.70Sthorpejfile-system 	KERNFS		# /kern
571.70Sthorpejfile-system 	NULLFS		# loopback file system
581.70Sthorpej#file-system 	PORTAL		# Portal Filesystem
591.70Sthorpejfile-system 	PROCFS		# /proc
601.70Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
611.70Sthorpejfile-system 	UNION		# union file system
621.51Schopps
631.70Sthorpej# File system options
641.15Schoppsoptions		NFSSERVER	# Network File System server side code
651.51Schoppsoptions		FIFO		# FIFOs; RECOMMENDED
661.70Sthorpejoptions		QUOTA		# UFS quotas
671.15Schopps
681.15Schopps#
691.15Schopps# Compatability options for various existing systems
701.15Schopps#
711.60Smrgoptions		COMPAT_12
721.29Schoppsoptions		"COMPAT_10"	# compatability with older NetBSD release
731.15Schoppsoptions		"COMPAT_09"	# compatability with older NetBSD release
741.15Schoppsoptions		"COMPAT_43"	# 4.3 BSD compatible system calls
751.48Schoppsoptions		COMPAT_SUNOS	# Support to run Sun (m68k) executables
761.15Schoppsoptions		"TCP_COMPAT_42"	# Use 4.2 BSD style TCP
771.15Schoppsoptions		"COMPAT_NOMID"	# allow nonvalid machine id executables
781.20Schopps#options	COMPAT_HPUX	# HP300 compatability
791.4Schopps
801.15Schopps#
811.15Schopps# Support for System V IPC facilities.
821.15Schopps#
831.15Schoppsoptions		SYSVSHM		# System V-like shared memory
841.15Schoppsoptions		SYSVMSG		# System V-like messages
851.15Schoppsoptions		SYSVSEM		# System V-like semaphores
861.15Schopps
871.15Schopps#
881.15Schopps# Support for various kernel options
891.15Schopps#
901.51Schopps
911.54Sveegooptions		UCONSOLE	# anyone can redirect a virtual console
921.56Sis#options	INSECURE	# allow, among other insecure stuff, LKM 
931.56Sis				# loading in multi-user mode.
941.51Schopps
951.15Schoppsoptions		LKM		# Loadable kernel modules
961.15Schoppsoptions		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
971.1Schopps
981.15Schopps#
991.15Schopps# Misc. debuging options
1001.15Schopps#
1011.52Sveegooptions		DDB		# Kernel debugger
1021.52Sveegooptions		DIAGNOSTIC	# Add additional error checking code
1031.52Sveegooptions		KTRACE		# Add kernel tracing system call
1041.24Schopps#options	DEBUG		# Add debugging statements
1051.15Schopps#options	SYSCALL_DEBUG	# debug all syscalls.
1061.15Schopps#options	SCSIDEBUG	# Add SCSI debugging statements
1071.15Schopps#options	PANICBUTTON	# Forced crash via keypress (???)
1081.16Schopps
1091.16Schopps#
1101.16Schopps# Amiga specific options
1111.16Schopps#
1121.32Schoppsoptions		MACHINE_NONCONTIG # Non-contiguous memory support
1131.64Sveego# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1141.64Sveego# before the 10 secondinterval ends, or that KBDRESET does work at all.
1151.54Sveego#options	KBDRESET	# sync on Ctrl-Amiga-Amiga
1161.51Schopps
1171.51Schopps# These options improve performance with the built-in serial port
1181.51Schopps# on slower Amigas.  Try the larger buffers first then lev6_defer.
1191.51Schopps#options	"SERIBUF_SIZE=4096"
1201.51Schopps#options	"SEROBUF_SIZE=32"
1211.51Schopps#options	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1221.39Schopps
1231.16Schoppsoptions		RETINACONSOLE	# enable code to allow retina to be console
1241.39Schoppsoptions		ULOWELLCONSOLE	# enable code to allow a2410 to be console
1251.52Sveegooptions		CL5426CONSOLE	# Cirrus console
1261.52Sveegooptions		CV64CONSOLE	# CyberVision console
1271.57Sveegooptions		TSENGCONSOLE	# Tseng console
1281.39Schopps
1291.16Schoppsoptions		GRF_ECS		# Enhanced Chip Set
1301.16Schoppsoptions		GRF_NTSC	# NTSC
1311.16Schoppsoptions		GRF_PAL		# PAL
1321.16Schoppsoptions		"GRF_A2024"	# Support for the A2024
1331.26Schoppsoptions		GRF_AGA		# AGA Chip Set
1341.20Schopps#options	"KFONT_8X11"	# 8x11 font
1351.4Schopps
1361.39Schopps# This is how you would tell the kernel the A2410 oscillator frequencies:
1371.39Schopps# The used frequencies are the defaults, and don't need option setting
1381.39Schopps#options	"ULOWELL_OSC1=36000000"
1391.39Schopps#options	"ULOWELL_OSC2=66667000"
1401.40Schopps
1411.40Schopps# This is how you specify the blitting speed, higher values may speed up blits
1421.40Schopps# a littel bit.  If you raise this value too much some trash may appear.
1431.40Schopps# the commented version is the default.
1441.40Schopps#options	RH_MEMCLK 61000000
1451.40Schopps# this option enables the 64 bit sprite which doesn't seems to be work
1461.40Schopps# for quite a few people.  E.g. The cursor sprite will turn to a block
1471.40Schopps# when moved to the top of the screen in X.
1481.40Schopps#options	RH_64BIT_SPRITE
1491.41Schopps# enables fast scroll code appears to now work on 040 systems.
1501.41Schopps#options	RETINA_SPEED_HACK
1511.58Sveego# enables the Hardwarecursor which does not work on some systems.
1521.58Sveego#options	RH_HARDWARECURSOR
1531.39Schopps
1541.15Schoppsgrfcc0		at mainbus0		# custom chips
1551.30Schoppsgrfrt0		at zbus0		# retina II
1561.30Schoppsgrfrh0		at zbus0		# retina III
1571.36Schoppsgrfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
1581.39Schoppsgrful0		at zbus0		# A2410
1591.57Sveegogrfcv0		at zbus0		# CyberVision 64
1601.57Sveegogrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
1611.18Schopps
1621.6Schoppsgrf0		at grfcc0
1631.6Schoppsgrf1		at grfrt0
1641.15Schoppsgrf2		at grfrh0
1651.36Schoppsgrf3		at grfcl?
1661.39Schoppsgrf4		at grful0
1671.46Schoppsgrf5		at grfcv0
1681.57Sveegogrf6		at grfet?
1691.18Schopps
1701.18Schoppsite0		at grf0			# terminal emulators for grf's
1711.18Schoppsite1		at grf1			# terminal emulators for grf's
1721.18Schoppsite2		at grf2			# terminal emulators for grf's
1731.36Schoppsite3		at grf3			# terminal emulators for grf's
1741.39Schoppsite4		at grf4			# terminal emulators for grf's
1751.53Sveegoite5		at grf5			# terminal emulators for grf's
1761.57Sveegoite6		at grf6			# terminal emulators for grf's
1771.21Schopps
1781.42Schoppsmsc0		at zbus0		# A2232 MSC multiport serial.
1791.30Schoppsmfc0		at zbus0		# MultiFaceCard I/O board
1801.30Schoppsmfcs0		at mfc0 unit 0		# MFC serial
1811.30Schoppsmfcs1		at mfc0 unit 1		# MFC serial
1821.32Schopps#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
1831.30Schopps#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
1841.30Schopps#mfcs2		at mfc1 unit 0
1851.30Schopps#mfcs3		at mfc1 unit 1
1861.30Schopps#mfcp1		at mfc1 unit 0
1871.30Schopps
1881.73Sveegole*		at zbus0		# Lance ethernet.
1891.30Schoppsed0		at zbus0		# dp8390 ethernet
1901.32Schoppses0		at zbus0		# SMC 91C90 ethernet
1911.45Schoppsqn0		at zbus0		# quicknet ethernet
1921.43Schoppsbah0		at zbus0		# C= arcnet
1931.43Schopps
1941.6Schopps
1951.6Schopps# scsi stuff, all possible
1961.34Schoppsgvpbus*		at zbus0
1971.34Schoppsgtsc0		at gvpbus?		# GVP series II scsi
1981.6Schoppsahsc0		at mainbus0		# A3000 scsi
1991.69Sisatzsc0		at zbus0		# A2091 scsi
2001.30Schoppswstsc0		at zbus0		# Wordsync II scsi
2011.30Schoppsivsc0		at zbus0		# IVS scsi
2021.30Schoppsmlhsc0		at zbus0		# Hacker scsi
2031.30Schoppsotgsc0		at zbus0		# 12 gauge scsi
2041.30Schoppszssc0		at zbus0		# Zeus scsi
2051.30Schoppsmgnsc0		at zbus0		# Magnum scsi
2061.30Schoppswesc0		at zbus0		# Warp Engine scsi
2071.27Schoppsidesc0		at mainbus0		# A4000 & A1200 IDE
2081.30Schoppsafsc0		at zbus0		# A4091 scsi
2091.44Schoppsaftsc0		at mainbus0		# A4000T scsi
2101.37Schoppsflsc0		at zbus0		# FastlaneZ3 scsi
2111.62Sisbzsc0		at zbus0		# Blizzard 1230 I,II scsi 
2121.69Sisbztzsc0		at zbus0		# Blizzard 2060 scsi
2131.69Sisempsc0		at zbus0		# Emplant scsi
2141.59Sveegodrsc0		at mainbus0		# DraCo scsi
2151.30Schopps
2161.30Schoppsscsibus*	at gtsc0
2171.30Schoppsscsibus*	at ahsc0
2181.30Schoppsscsibus*	at atzsc0
2191.30Schoppsscsibus*	at wstsc0
2201.30Schoppsscsibus*	at ivsc0
2211.30Schoppsscsibus*	at mlhsc0
2221.30Schoppsscsibus*	at otgsc0
2231.30Schoppsscsibus*	at zssc0
2241.30Schoppsscsibus*	at mgnsc0
2251.30Schoppsscsibus*	at wesc0
2261.30Schoppsscsibus*	at idesc0
2271.30Schoppsscsibus*	at afsc0
2281.46Schoppsscsibus*	at aftsc0
2291.37Schoppsscsibus*	at flsc0
2301.37Schoppsscsibus*	at bzsc0
2311.63Sisscsibus*	at bztzsc0
2321.54Sveegoscsibus*	at empsc0
2331.59Sveegoscsibus*	at drsc0
2341.6Schopps
2351.25Schopps# each hard drive from low target to high
2361.15Schopps# will configure to the next available sd unit number
2371.25Schoppssd*	at scsibus? target ? lun ?	# scsi disks
2381.15Schoppsst*	at scsibus? target ? lun ?	# scsi tapes
2391.64Sveegocd*	at scsibus? target ? lun ?	# scsi cd's
2401.57Sveegoss*	at scsibus? target ? lun ?	# scsi scanner
2411.64Sveegoch*	at scsibus? target ? lun ?	# scsi autochangers
2421.64Sveegouk*	at scsibus? target ? lun ?	# scsi unknown
2431.54Sveego
2441.52Sveegopseudo-device	loop	1		# network loopback
2451.52Sveegopseudo-device	sl	1		# slip
2461.52Sveegopseudo-device	ppp	1		# ppp
2471.52Sveego#pseudo-device	tun	1		# network tunnel line discipline
2481.61Sveegopseudo-device	bpfilter	16	# berkeley packet filters
2491.67Smrg#pseudo-device	ipfilter		# ip filter
2501.52Sveego
2511.49Schoppspseudo-device	view	10		# views
2521.49Schoppspseudo-device	pty	16		# pseudo terminals
2531.52Sveego
2541.52Sveegopseudo-device	vnd	4		# paging to files
2551.55Sveego#pseudo-device	ccd	4		# concatenated disk devices
2561.4Schopps
2571.70Sthorpejconfig	netbsd root on ? type ?
258