GENERIC revision 1.1
11.1Scgd#	$NetBSD: GENERIC,v 1.1 1995/02/13 23:07:23 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.1Scgdconfig		netbsd	swap generic
431.1Scgd
441.1Scgdtc*	at	mainbus0
451.1Scgdasic0	at	tc? slot ? offset ?
461.1Scgdclock0	at	asic? offset ?
471.1Scgdle0	at	asic? offset ?
481.1Scgdscc0	at	asic? offset ?
491.1Scgdscc1	at	asic? offset ?
501.1Scgdtcds0	at	tc? slot ? offset ?
511.1Scgdesp0	at	tcds? slot ?
521.1Scgdesp1	at	tcds? slot ?
531.1Scgd#sfb*	at	tc? slot ? offset ?
541.1Scgd
551.1Scgdscsibus* at esp?
561.1Scgd
571.1Scgdsd*	at	scsibus? target ? drive ?
581.1Scgdst*	at	scsibus? target ? drive ?
591.1Scgdcd*	at	scsibus? target ? drive ?
601.1Scgd
611.1Scgdpseudo-device	bpfilter
621.1Scgdpseudo-device	loop
631.1Scgdpseudo-device	pty
641.1Scgdpseudo-device	sl
651.1Scgdpseudo-device	vn
66