GENERIC revision 1.5
1#	$NetBSD: GENERIC,v 1.5 1995/03/26 01:48:21 cgd Exp $
2#
3# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
4
5include "std.alpha"
6
7makeoptions	CC="gcc -Werror"
8makeoptions	DEBUG="-g"
9
10maxusers 8
11
12# does not really do anything anymore, but this replaces "ident GENERIC"
13options		GENERIC
14
15# CPU Support
16options		DEC_3000_500	# Flamingo family:	3000/[4-9]00*
17options		DEC_2000_300	# "Jensen":		2000/300
18options		DEC_3000_300	# Pelican family:	3000/300*
19options		DEC_2100_A50	# "Avanti":		AlphaStation 400 4/233
20
21# needs to be set per system
22options		TIMEZONE="5*60"		# Minutes west of GMT (for param.c)
23options		DST=1			# Daylight savings rules (for param.c)
24
25# Standard system options
26options		SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
27options		DEBUG, DIAGNOSTIC	# Extra kernel debugging
28options		KTRACE			# System call tracing support
29
30# File system options
31options		FIFO		# POSIX fifo support (in all file systems)
32options		FFS		# Fast file system
33options		MFS		# Memory-based file system
34options		NFSCLIENT	# Sun NFS-compatible file system client
35
36# Networking options
37options		INET		# Internet protocol suite
38
39# 4.3BSD compatibility.  Should be optional, but necessary for now.
40options		COMPAT_43
41
42# OSF/1 binary compatibility
43options		COMPAT_OSF1
44
45# Loadable kernel modules
46options		LKM
47
48# Disable kernel security.
49options		INSECURE
50
51config		netbsd	swap generic
52
53tc*	at	mainbus0
54asic0	at	tc? slot ? offset ?
55clock0	at	asic? offset ?
56le0	at	asic? offset ?
57scc0	at	asic? offset ?
58scc1	at	asic? offset ?
59tcds0	at	tc? slot ? offset ?
60esp0	at	tcds? slot ?
61esp1	at	tcds? slot ?
62#sfb*	at	tc? slot ? offset ?
63
64scsibus* at esp?
65
66sd*	at	scsibus? target ? drive ?
67st*	at	scsibus? target ? drive ?
68cd*	at	scsibus? target ? drive ?
69
70pseudo-device	bpfilter
71pseudo-device	loop
72pseudo-device	pty
73pseudo-device	sl
74pseudo-device	vnd
75