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