GENERIC revision 1.7
1#	$NetBSD: GENERIC,v 1.7 1995/06/27 00:58:31 cgd Exp $
2#
3# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
4
5machine		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 etc:	3000/[4-9]00*
17options		DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
18options		DEC_3000_300	# Pelican etc:	3000/300*
19options		DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
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.
49#options	INSECURE
50
51# Misc. options
52options		PCIVERBOSE		# recognize "unknown" PCI devices
53
54config		netbsd		swap generic
55
56mainbus0 at	root
57
58cpu*	at	mainbus0
59
60tc*	at	mainbus0
61asic0	at	tc? slot ? offset ?
62clock0	at	asic? offset ?
63le0	at	asic? offset ?
64scc0	at	asic? offset ?
65scc1	at	asic? offset ?
66tcds0	at	tc? slot ? offset ?
67esp0	at	tcds? slot ?
68esp1	at	tcds? slot ?
69#sfb*	at	tc? slot ? offset ?
70
71apecs*	at	mainbus?
72#lca*	at	cpu?
73
74pci*	at	apecs?
75#pci*	at	lca?
76
77de*	at	pci?
78sio*	at	pci?
79ncr*	at	pci?
80#tga*	at	pci?
81
82isa0	at	sio?
83clock0	at	isa? port 0x70
84#com0	at	isa? port 0x3f8 irq 4		# standard serial ports
85com1	at	isa? port 0x2f8 irq 3
86lpt0	at	isa? port 0x3bc irq 7		# standard parallel port
87wss0	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
88
89scsibus* at	esp?
90scsibus* at	ncr?
91
92sd*	at	scsibus? target ? lun ?
93st*	at	scsibus? target ? lun ?
94cd*	at	scsibus? target ? lun ?
95
96pseudo-device	bpfilter
97pseudo-device	loop
98pseudo-device	pty
99pseudo-device	sl
100pseudo-device	vnd
101