GENERIC revision 1.55
11.55Sveego#	$NetBSD: GENERIC,v 1.55 1996/04/27 20:51:07 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.6Schoppsinclude "std.amiga"
101.14Schopps
111.15Schoppsmaxusers	8
121.15Schoppsoptions		TIMEZONE=300, DST=1
131.15Schopps
141.14Schopps#
151.14Schopps# processors this kernel should support
161.14Schopps#
171.15Schoppsoptions		"M68040"	# support for 040
181.15Schoppsoptions		FPSP		# MC68040 floating point support
191.15Schoppsoptions		"M68030"	# support for 030
201.15Schoppsoptions		"M68020"	# support for 020/851
211.15Schoppsoptions		FPCOPROC	# Support for MC6888[12] (Required)
221.15Schopps
231.15Schoppsoptions		SWAPPAGER	# Pager for processes (Required)
241.15Schoppsoptions		VNODEPAGER	# Pager for vnodes (Required)
251.15Schoppsoptions		DEVPAGER	# Pager for devices (Required)
261.15Schopps
271.15Schopps#
281.15Schopps# Networking options
291.15Schopps#
301.15Schoppsoptions		INET		# IP networking support (Required)
311.15Schopps#options	GATEWAY		# Packet forwarding
321.15Schopps#options	DIRECTED_BROADCAST	# Broadcast across subnets
331.52Sveego#options	MROUTING	# Multicast routing
341.52Sveego#options	NS		# XNS
351.52Sveego#options	ISO,TPIP	# OSI
361.52Sveego#options	EON		# OSI tunneling over IP
371.52Sveego#options	CCITT,LLC,HDLC	# X.25
381.55Sveego#options	PPP_BSDCOMP,PPP_DEFLATE	# BSD compression for PPP
391.15Schopps
401.15Schopps#
411.51Schopps# File systems
421.15Schopps#
431.51Schoppsoptions		FFS		# Berkeley fast file system
441.51Schoppsoptions		QUOTA		# UFS quotas
451.51Schopps#options	LFS		# log-structured filesystem
461.51Schoppsoptions		MFS		# Memory based filesystem
471.51Schopps
481.15Schoppsoptions		NFSSERVER	# Network File System server side code
491.15Schoppsoptions		NFSCLIENT	# Network File System client side code
501.15Schopps
511.19Schoppsoptions		ADOSFS		# AmigaDOS file system
521.51Schoppsoptions		CD9660		# ISO 9660 + Rock Ridge file system
531.52Sveego#options	MSDOSFS		# MS-DOS file system [does not work]
541.51Schoppsoptions		FDESC		# /dev/fd
551.51Schoppsoptions		FIFO		# FIFOs; RECOMMENDED
561.51Schoppsoptions		KERNFS		# /kern
571.51Schoppsoptions		NULLFS		# loopback file system
581.52Sveego#options	PORTAL		# Portal Filesystem
591.51Schoppsoptions		PROCFS		# /proc
601.51Schoppsoptions		UMAPFS		# NULLFS + uid and gid remapping
611.50Schoppsoptions		UNION		# union file system
621.15Schopps
631.15Schopps
641.15Schopps#
651.15Schopps# Compatability options for various existing systems
661.15Schopps#
671.29Schoppsoptions		"COMPAT_10"	# compatability with older NetBSD release
681.15Schoppsoptions		"COMPAT_09"	# compatability with older NetBSD release
691.15Schoppsoptions		"COMPAT_43"	# 4.3 BSD compatible system calls
701.48Schoppsoptions		COMPAT_SUNOS	# Support to run Sun (m68k) executables
711.15Schoppsoptions		"TCP_COMPAT_42"	# Use 4.2 BSD style TCP
721.15Schoppsoptions		"COMPAT_NOMID"	# allow nonvalid machine id executables
731.20Schopps#options	COMPAT_HPUX	# HP300 compatability
741.4Schopps
751.15Schopps#
761.15Schopps# Support for System V IPC facilities.
771.15Schopps#
781.15Schoppsoptions		SYSVSHM		# System V-like shared memory
791.15Schoppsoptions		SYSVMSG		# System V-like messages
801.15Schoppsoptions		SYSVSEM		# System V-like semaphores
811.15Schopps
821.15Schopps#
831.15Schopps# Support for various kernel options
841.15Schopps#
851.51Schopps
861.54Sveegooptions		UCONSOLE	# anyone can redirect a virtual console
871.51Schopps
881.15Schoppsoptions		GENERIC		# Mini-root boot support
891.15Schoppsoptions		LKM		# Loadable kernel modules
901.15Schoppsoptions		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
911.1Schopps
921.15Schopps#
931.15Schopps# Misc. debuging options
941.15Schopps#
951.52Sveegooptions		DDB		# Kernel debugger
961.52Sveegooptions		DIAGNOSTIC	# Add additional error checking code
971.52Sveegooptions		KTRACE		# Add kernel tracing system call
981.24Schopps#options	DEBUG		# Add debugging statements
991.15Schopps#options	SYSCALL_DEBUG	# debug all syscalls.
1001.15Schopps#options	SCSIDEBUG	# Add SCSI debugging statements
1011.15Schopps#options	KGDB		# Kernel debugger (KGDB) support
1021.15Schopps#options	PANICBUTTON	# Forced crash via keypress (???)
1031.16Schopps
1041.16Schopps#
1051.16Schopps# Amiga specific options
1061.16Schopps#
1071.32Schoppsoptions		MACHINE_NONCONTIG # Non-contiguous memory support
1081.54Sveego#options	KBDRESET	# sync on Ctrl-Amiga-Amiga
1091.51Schopps
1101.51Schopps# These options improve performance with the built-in serial port
1111.51Schopps# on slower Amigas.  Try the larger buffers first then lev6_defer.
1121.51Schopps#options	"SERIBUF_SIZE=4096"
1131.51Schopps#options	"SEROBUF_SIZE=32"
1141.51Schopps#options	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1151.39Schopps
1161.16Schoppsoptions		RETINACONSOLE	# enable code to allow retina to be console
1171.39Schoppsoptions		ULOWELLCONSOLE	# enable code to allow a2410 to be console
1181.52Sveegooptions		CL5426CONSOLE	# Cirrus console
1191.52Sveegooptions		CV64CONSOLE	# CyberVision console
1201.39Schopps
1211.16Schoppsoptions		GRF_ECS		# Enhanced Chip Set
1221.16Schoppsoptions		GRF_NTSC	# NTSC
1231.16Schoppsoptions		GRF_PAL		# PAL
1241.16Schoppsoptions		"GRF_A2024"	# Support for the A2024
1251.26Schoppsoptions		GRF_AGA		# AGA Chip Set
1261.36Schoppsoptions		GRF_CL5426	# Cirrus board support
1271.20Schopps#options	"KFONT_8X11"	# 8x11 font
1281.4Schopps
1291.39Schopps# This is how you would tell the kernel the A2410 oscillator frequencies:
1301.39Schopps# The used frequencies are the defaults, and don't need option setting
1311.39Schopps#options	"ULOWELL_OSC1=36000000"
1321.39Schopps#options	"ULOWELL_OSC2=66667000"
1331.40Schopps
1341.40Schopps# This is how you specify the blitting speed, higher values may speed up blits
1351.40Schopps# a littel bit.  If you raise this value too much some trash may appear.
1361.40Schopps# the commented version is the default.
1371.40Schopps#options	RH_MEMCLK 61000000
1381.40Schopps# this option enables the 64 bit sprite which doesn't seems to be work
1391.40Schopps# for quite a few people.  E.g. The cursor sprite will turn to a block
1401.40Schopps# when moved to the top of the screen in X.
1411.40Schopps#options	RH_64BIT_SPRITE
1421.41Schopps# enables fast scroll code appears to now work on 040 systems.
1431.41Schopps#options	RETINA_SPEED_HACK
1441.39Schopps
1451.15Schoppsgrfcc0		at mainbus0		# custom chips
1461.30Schoppsgrfrt0		at zbus0		# retina II
1471.30Schoppsgrfrh0		at zbus0		# retina III
1481.36Schoppsgrfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
1491.39Schoppsgrful0		at zbus0		# A2410
1501.46Schoppsgrfcv0		at zbus0		# CyverVision 64
1511.18Schopps
1521.6Schoppsgrf0		at grfcc0
1531.6Schoppsgrf1		at grfrt0
1541.15Schoppsgrf2		at grfrh0
1551.36Schoppsgrf3		at grfcl?
1561.39Schoppsgrf4		at grful0
1571.46Schoppsgrf5		at grfcv0
1581.18Schopps
1591.18Schoppsite0		at grf0			# terminal emulators for grf's
1601.18Schoppsite1		at grf1			# terminal emulators for grf's
1611.18Schoppsite2		at grf2			# terminal emulators for grf's
1621.36Schoppsite3		at grf3			# terminal emulators for grf's
1631.39Schoppsite4		at grf4			# terminal emulators for grf's
1641.53Sveegoite5		at grf5			# terminal emulators for grf's
1651.21Schopps
1661.42Schoppsmsc0		at zbus0		# A2232 MSC multiport serial.
1671.30Schoppsmfc0		at zbus0		# MultiFaceCard I/O board
1681.30Schoppsmfcs0		at mfc0 unit 0		# MFC serial
1691.30Schoppsmfcs1		at mfc0 unit 1		# MFC serial
1701.32Schopps#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
1711.30Schopps#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
1721.30Schopps#mfcs2		at mfc1 unit 0
1731.30Schopps#mfcs3		at mfc1 unit 1
1741.30Schopps#mfcp1		at mfc1 unit 0
1751.30Schopps
1761.30Schoppsle0		at zbus0		# Lance ethernet.
1771.30Schoppsed0		at zbus0		# dp8390 ethernet
1781.32Schoppses0		at zbus0		# SMC 91C90 ethernet
1791.45Schoppsqn0		at zbus0		# quicknet ethernet
1801.38Schoppsae0		at zbus0		# Ariadne ethernet
1811.43Schoppsbah0		at zbus0		# C= arcnet
1821.43Schopps
1831.6Schopps
1841.6Schopps# scsi stuff, all possible
1851.34Schoppsgvpbus*		at zbus0
1861.34Schoppsgtsc0		at gvpbus?		# GVP series II scsi
1871.6Schoppsahsc0		at mainbus0		# A3000 scsi
1881.30Schoppsatzsc0		at zbus0
1891.30Schoppswstsc0		at zbus0		# Wordsync II scsi
1901.30Schoppsivsc0		at zbus0		# IVS scsi
1911.30Schoppsmlhsc0		at zbus0		# Hacker scsi
1921.30Schoppsotgsc0		at zbus0		# 12 gauge scsi
1931.30Schoppszssc0		at zbus0		# Zeus scsi
1941.30Schoppsmgnsc0		at zbus0		# Magnum scsi
1951.30Schoppswesc0		at zbus0		# Warp Engine scsi
1961.27Schoppsidesc0		at mainbus0		# A4000 & A1200 IDE
1971.30Schoppsafsc0		at zbus0		# A4091 scsi
1981.44Schoppsaftsc0		at mainbus0		# A4000T scsi
1991.37Schoppsflsc0		at zbus0		# FastlaneZ3 scsi
2001.37Schoppsbzsc0		at zbus0		# Blizzard 1230 scsi
2011.54Sveegoempsc0		at zbus0		# Emplant
2021.30Schopps
2031.30Schoppsscsibus*	at gtsc0
2041.30Schoppsscsibus*	at ahsc0
2051.30Schoppsscsibus*	at atzsc0
2061.30Schoppsscsibus*	at wstsc0
2071.30Schoppsscsibus*	at ivsc0
2081.30Schoppsscsibus*	at mlhsc0
2091.30Schoppsscsibus*	at otgsc0
2101.30Schoppsscsibus*	at zssc0
2111.30Schoppsscsibus*	at mgnsc0
2121.30Schoppsscsibus*	at wesc0
2131.30Schoppsscsibus*	at idesc0
2141.30Schoppsscsibus*	at afsc0
2151.46Schoppsscsibus*	at aftsc0
2161.37Schoppsscsibus*	at flsc0
2171.37Schoppsscsibus*	at bzsc0
2181.54Sveegoscsibus*	at empsc0
2191.6Schopps
2201.25Schopps# each hard drive from low target to high
2211.15Schopps# will configure to the next available sd unit number
2221.25Schoppssd*	at scsibus? target ? lun ?	# scsi disks
2231.15Schopps
2241.15Schoppsst*	at scsibus? target ? lun ?	# scsi tapes
2251.15Schoppscd*	at scsibus? target ? lun ?	# scsi cd's
2261.54Sveego
2271.52Sveegopseudo-device	loop	1		# network loopback
2281.52Sveegopseudo-device	sl	1		# slip
2291.52Sveegopseudo-device	ppp	1		# ppp
2301.52Sveego#pseudo-device	tun	1		# network tunnel line discipline
2311.52Sveegopseudo-device	bpfilter	4	# berkeley packet filters
2321.52Sveego
2331.49Schoppspseudo-device	view	10		# views
2341.49Schoppspseudo-device	pty	16		# pseudo terminals
2351.52Sveego
2361.52Sveegopseudo-device	vnd	4		# paging to files
2371.55Sveego#pseudo-device	ccd	4		# concatenated disk devices
2381.4Schopps
2391.7Schoppsconfig	netbsd swap on generic
240