GENERIC revision 1.6
11.4Schopps#
21.4Schopps# GENERIC AMIGA
31.4Schopps#
41.6Schopps#	$Id: GENERIC,v 1.6 1994/05/08 05:52:49 chopps Exp $
51.4Schopps#
61.4Schopps# This configuration file contains all possible options
71.4Schopps#
81.4Schopps
91.6Schoppsinclude "std.amiga"
101.4Schopps
111.6Schoppsmaxusers	8
121.1Schopps
131.6Schoppsoptions		TIMEZONE=300, DST=1, MAXFDESCS=2048
141.1Schopps
151.6Schoppsgrfcc0		at mainbus0
161.6Schoppsgrfrt0		at ztwobus0
171.4Schopps
181.6Schoppsgrf0		at grfcc0
191.6Schoppsgrf1		at grfrt0
201.6Schopps
211.6Schoppsite*		at grf?
221.6Schopps
231.6Schoppspseudo-device	view 10
241.6Schoppspseudo-device	pty 16
251.6Schoppspseudo-device	loop
261.6Schopps
271.6Schopps# scsi stuff, all possible
281.6Schoppsgvpbus0		at ztwobus0
291.6Schoppsgtsc0		at gvpbus0		# GVP series II scsi
301.6Schoppsahsc0		at mainbus0		# A3000 scsi
311.6Schoppsatzsc0		at ztwobus0
321.6Schopps#wstsc0		at ztwobus0		# Wordsync II scsi
331.6Schopps#ivsc0		at ztwobus0		# IVS scsi
341.6Schopps#mlhsc0		at ztwobus0		# Hacker scsi
351.6Schopps#otgsc0		at ztwobus0		# 12 gauge scsi
361.6Schopps#zssc0		at ztwobus0		# Zues scsi
371.6Schopps#mgnsc0		at ztwobus0		# Magnum scsi
381.6Schopps
391.6Schoppsscsibus0	at gtsc0
401.6Schoppsscsibus1	at ahsc0
411.6Schoppsscsibus2	at atzsc0
421.6Schopps#scsibus2	at wstsc0
431.6Schopps#scsibus3	at ivsc0
441.6Schopps#scsibus4	at mlhsc0
451.6Schopps#scsibus5	at otgsc0
461.6Schopps#scsibus6	at zssc0
471.6Schopps#scsibus7	at mgnsc0
481.6Schopps
491.6Schopps# any drives on configured controllers.
501.6Schoppssd0	at scsibus? target 0 lun 0
511.6Schoppssd1	at scsibus? target 1 lun 0
521.6Schoppssd2	at scsibus? target 2 lun 0
531.6Schoppssd3	at scsibus? target 3 lun 0
541.6Schoppssd4	at scsibus? target 4 lun 0
551.6Schoppssd5	at scsibus? target 5 lun 0
561.6Schoppssd6	at scsibus? target 6 lun 0
571.6Schoppsst0	at scsibus? target ? lun 0
581.4Schopps
591.6Schoppsconfig	netbsd swap generic
601.1Schopps
611.4Schoppsoptions		FPSP		# MC68040 floating point support
621.4Schoppsoptions		FPCOPROC	# Support for MC68881/MC68882 (Required)
631.4Schopps
641.4Schopps# Networking options
651.6Schoppsoptions		ETHER			# XXXX!!!!
661.4Schoppsoptions		INET			# IP networking support (Required)
671.4Schoppsoptions		ISO			# ISO Networking support
681.4Schoppsoptions		TPIP			# ARGO TP networking support
691.6Schopps#options		CCITT			# CCITT X.25
701.6Schopps#options		NS			# Xerox XNS
711.6Schopps#options		EON			# ISO CLNL over IP
721.6Schopps#options		GATEWAY			# Packet forwarding
731.6Schopps#options		DIRECTED_BROADCAST	# Broadcast across subnets
741.6Schopps#options		NSIP			# XNS over IP
751.4Schopps
761.4Schopps# File system related options
771.4Schoppsoptions		QUOTA		# Disk quotas for local disks
781.4Schoppsoptions		NFSSERVER	# Network File System server side code
791.4Schoppsoptions		NFSCLIENT	# Network File System client side code
801.6Schopps
811.4Schopps# Support for various types of filesystems
821.4Schoppsoptions		FFS		# Berkeley fast file system
831.4Schoppsoptions		MFS		# Memory based filesystem
841.4Schoppsoptions		PROCFS		# Process filesystem
851.4Schoppsoptions		KERNFS		# Kernel parameter filesystem (Recommended)
861.4Schoppsoptions		MSDOSFS		# MS-DOS filesystem
871.4Schoppsoptions		FDESC		# /dev/fd filesystem
881.4Schoppsoptions		LOFS		# Loopback filesystem
891.4Schoppsoptions		ISOFS		# ISO 9660 file system, with Rock Ridge
901.4Schoppsoptions		PORTAL		# Portal filesystem
911.4Schopps
921.4Schoppsoptions		FIFO		# FIFO operations on vnodes (Recommended)
931.4Schopps
941.4Schoppsoptions		SWAPPAGER	# Pager for processes (Required)
951.4Schoppsoptions		VNODEPAGER	# Pager for vnodes (Required)
961.4Schoppsoptions		DEVPAGER	# Pager for devices (Required)
971.4Schopps#options	BANKEDDEVPAGER	# Pager for Retina
981.4Schopps
991.4Schopps# Compatability options for various existing systems
1001.4Schoppsoptions		"COMPAT_09"	# fs type binary compatability (name vs number)
1011.4Schoppsoptions		COMPAT_SUNOS	# Support to run Sun (m68k) executables
1021.4Schopps#options	HPUXCOMPAT	# HP300 compatability
1031.4Schoppsoptions		"COMPAT_43"	# 4.3 BSD compatible system calls
1041.4Schoppsoptions		"TCP_COMPAT_42"	# Use 4.2 BSD style TCP
1051.4Schoppsoptions		"COMPAT_NOMID"	# Support to run nonvalid machine id executables
1061.4Schopps
1071.4Schopps# Support for System V IPC facilities.
1081.4Schoppsoptions		SYSVSHM		# System V-like shared memory
1091.4Schoppsoptions		SYSVMSG		# System V-like messages
1101.4Schoppsoptions		SYSVSEM		# System V-like semaphores
1111.4Schopps
1121.4Schopps# Amiga graphics options
1131.4Schoppsoptions		GRF_ECS			# Enhanced Chip Set
1141.4Schoppsoptions		GRF_NTSC		# NTSC
1151.4Schoppsoptions		GRF_PAL			# PAL
1161.4Schoppsoptions		"GRF_A2024"		# Support for the A2024
1171.4Schopps
1181.4Schopps# Support for various kernel options
1191.4Schoppsoptions		KTRACE		# Add kernel tracing system call
1201.4Schoppsoptions		PANICWAIT	# Require keystroke to dump/reboot
1211.4Schoppsoptions		DIAGNOSTIC	# Add additional error checking code
1221.6Schoppsoptions		DEBUG		# Add debugging statements
1231.6Schoppsoptions		SYSCALL_DEBUG	# debug all syscalls.
1241.4Schopps#options	SCSIDEBUG	# Add SCSI debugging statements
1251.4Schopps#options	KGDB		# Kernel debugger (KGDB) support
1261.6Schoppsoptions		DDB		# Kernel debugger
1271.4Schopps#options	PANICBUTTON	# Forced crash via keypress (???)
1281.4Schoppsoptions		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
1291.4Schoppsoptions		GENERIC		# Mini-root boot support
1301.4Schopps#options	PROFTIMER	# Kernel profiling support
1311.4Schopps#options	"PRF_INTERVAL=500"	# Clock ticks between profile interrupts
1321.6Schopps#options		"PPP_OUTQ_SIZE=4096"	# Size of large PPP output queue
1331.4Schoppsoptions		LKM		# Loadable kernel modules
1341.4Schopps
135