GENERIC revision 1.19
1#	$NetBSD: GENERIC,v 1.19 1996/06/13 19:18:31 cgd Exp $
2#
3# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
4
5include	"std.alpha"
6
7maxusers 8
8
9# CPU Support
10options		DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
11options		DEC_3000_300	# Pelican etc:	3000/300*
12options		DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
13options		DEC_KN20AA	# KN20AA:	AlphaStation 600
14options		DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
15#options	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
16
17# needs to be set per system
18options		TIMEZONE="5*60"		# Minutes west of GMT (for param.c)
19options		DST=1			# Daylight savings rules (for param.c)
20
21# Standard system options
22options		SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
23options		DEBUG, DIAGNOSTIC	# Extra kernel debugging
24options		KTRACE			# System call tracing support
25
26# File system options
27options		FIFO		# POSIX fifo support (in all file systems)
28options		FFS		# Fast file system
29options		MFS		# Memory-based file system
30options		NFSSERVER	# Sun NFS-compatible file system server
31options		NFSCLIENT	# Sun NFS-compatible file system client
32
33# Networking options
34options		INET		# Internet protocol suite
35
36# 4.3BSD compatibility.  Should be optional, but necessary for now.
37options		COMPAT_43
38
39# Binary compatibility with previous versions of NetBSD.
40#options	COMPAT_09
41options		COMPAT_10
42options		COMPAT_11
43
44# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK
45#options	COMPAT_OSF1
46
47# Loadable Kernel Modules
48options		LKM
49
50# Disable kernel security.
51#options	INSECURE
52
53# Misc. options
54options		PCIVERBOSE	# recognize "unknown" PCI devices
55
56config		netbsd	swap generic
57#config		netbsd	root on sd0 swap on sd0
58#config		netbsd	root nfs swap nfs
59
60mainbus0 at	root
61cpu*	at	mainbus0
62
63# TurboChannel host bus adapter support
64tcasic*	at	mainbus0
65
66# TurboChannel bus support
67tc*	at	tcasic?
68
69# TurboChannel devices
70ioasic0	at	tc? slot ? offset ?
71mcclock0 at	ioasic? offset ?
72le*	at	ioasic? offset ?
73scc0	at	ioasic? offset ?
74scc1	at	ioasic? offset ?
75tcds0	at	tc? slot ? offset ?
76esp0	at	tcds? slot ?
77esp1	at	tcds? slot ?
78cfb*	at	tc? slot ? offset ?
79sfb*	at	tc? slot ? offset ?
80le*	at	tc? slot ? offset ?
81fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
82
83# PCI host bus adapter support
84apecs*	at	mainbus?
85cia*	at	mainbus?
86lca*	at	mainbus?
87
88# PCI bus support
89pci*	at	apecs?
90pci*	at	cia?
91pci*	at	lca?
92pci*	at	ppb?
93
94# PCI devices
95de*	at	pci?
96le*	at	pci?
97ncr*	at	pci?
98pceb*	at	pci?
99pcivga*	at	pci?
100ppb*	at	pci?
101sio*	at	pci?
102tga*	at	pci?
103fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI cards
104
105# ISA/EISA bus support
106isa*	at	pceb?
107eisa*	at	pceb?
108isa*	at	sio?
109
110# ISA devices
111mcclock0 at	isa? port 0x70
112pckbd0	at	isa? port 0x60 irq 1		# PC-ish ISA keyboard
113pms0	at	isa? port 0x60 irq 12		# PS/2 auxiliary
114com0	at	isa? port 0x3f8 irq 4		# standard serial ports
115com1	at	isa? port 0x2f8 irq 3
116lpt0	at	isa? port 0x3bc irq 7		# standard parallel port
117#wss0	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
118
119# EISA devices
120fea*	at	eisa? slot ?			# DEC DEFEA FDDI cards
121
122# SCSI bus support
123scsibus* at	esp?
124scsibus* at	ncr?
125
126# SCSI devices
127sd*	at	scsibus? target ? lun ?
128st*	at	scsibus? target ? lun ?
129cd*	at	scsibus? target ? lun ?
130
131# Workstation Console attachments
132wscons*	at	cfb?
133wscons*	at	pcivga?
134wscons*	at	sfb?
135wscons*	at	tga?
136
137pseudo-device	bpfilter	16
138pseudo-device	loop
139pseudo-device	pty		64
140pseudo-device	sl		4
141pseudo-device	vnd		4
142