GENERIC revision 1.2
11.2Scgd#	$NetBSD: GENERIC,v 1.2 1995/02/27 16:36:34 cgd Exp $
21.1Scgd#
31.1Scgd# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
41.1Scgd
51.1Scgdinclude "std.alpha"
61.1Scgd
71.1Scgdmakeoptions	CC="gcc -Werror"
81.1Scgdmakeoptions	DEBUG="-g"
91.1Scgd
101.1Scgdmaxusers 8
111.1Scgd
121.1Scgd# does not really do anything anymore, but this replaces "ident GENERIC"
131.1Scgdoptions		GENERIC
141.1Scgd
151.1Scgd# CPU Support
161.1Scgdoptions		DEC_3000_500		# 3000/400, /500, /600, and /700
171.1Scgd
181.1Scgd# needs to be set per system
191.1Scgdoptions		TIMEZONE="5*60"		# Minutes west of GMT (for param.c)
201.1Scgdoptions		DST=1			# Daylight savings rules (for param.c)
211.1Scgd
221.1Scgd# Standard system options
231.1Scgdoptions		SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
241.1Scgdoptions		DEBUG, DIAGNOSTIC	# Extra kernel debugging
251.1Scgdoptions		KTRACE			# System call tracing support
261.1Scgd
271.1Scgd# File system options
281.1Scgdoptions		FIFO		# POSIX fifo support (in all file systems)
291.1Scgdoptions		FFS		# Fast file system
301.1Scgdoptions		MFS		# Memory-based file system
311.1Scgdoptions		NFSCLIENT	# Sun NFS-compatible file system client
321.1Scgd
331.1Scgd# Networking options
341.1Scgdoptions		INET		# Internet protocol suite
351.1Scgd
361.1Scgd# 4.3BSD compatibility.  Should be optional, but necessary for now.
371.1Scgdoptions		COMPAT_43
381.1Scgd
391.1Scgd# OSF/1 binary compatibility
401.1Scgdoptions		COMPAT_OSF1
411.1Scgd
421.2Scgd# Loadable Kernel Modules
431.2Scgdoptions		LKM
441.2Scgd
451.1Scgdconfig		netbsd	swap generic
461.1Scgd
471.1Scgdtc*	at	mainbus0
481.1Scgdasic0	at	tc? slot ? offset ?
491.1Scgdclock0	at	asic? offset ?
501.1Scgdle0	at	asic? offset ?
511.1Scgdscc0	at	asic? offset ?
521.1Scgdscc1	at	asic? offset ?
531.1Scgdtcds0	at	tc? slot ? offset ?
541.1Scgdesp0	at	tcds? slot ?
551.1Scgdesp1	at	tcds? slot ?
561.1Scgd#sfb*	at	tc? slot ? offset ?
571.1Scgd
581.1Scgdscsibus* at esp?
591.1Scgd
601.1Scgdsd*	at	scsibus? target ? drive ?
611.1Scgdst*	at	scsibus? target ? drive ?
621.1Scgdcd*	at	scsibus? target ? drive ?
631.1Scgd
641.1Scgdpseudo-device	bpfilter
651.1Scgdpseudo-device	loop
661.1Scgdpseudo-device	pty
671.1Scgdpseudo-device	sl
681.2Scgdpseudo-device	vnd
69