GENERIC revision 1.111
1# $NetBSD: GENERIC,v 1.111 1999/01/28 18:03:56 ross Exp $
2#
3# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
4
5include	"arch/alpha/conf/std.alpha"
6
7maxusers 32
8
9# CPU Support
10#options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
11options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
12options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
13options 	DEC_3000_300	# Pelican etc:	3000/300*
14options 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
15options 	DEC_EB164	# EB164:	AlphaPC 164
16options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
17options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
18options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
19options 	DEC_KN300	# KN300:	AlphaServer 4100
20options 	DEC_550		# Miata:	Digital Personal Workstation
21options 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
22options 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
23options 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
24options 	DEC_EB66	# EB66:		21066 Evaluation Board
25
26# Standard system options
27options 	KTRACE			# System call tracing support
28
29# Diagnostic/debugging support options
30options 	DIAGNOSTIC		# Cheap kernel consistency checks
31options 	DDB			# kernel debugger
32#makeoptions	DEBUG="-g"
33
34# File systems
35file-system	FFS		# Fast file system
36file-system	MFS		# Memory-based file system
37file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
38file-system	MSDOSFS		# MS-DOS-compatible file system
39file-system	NFS		# Sun NFS-compatible file system client
40
41# File system options
42options 	NFSSERVER	# Sun NFS-compatible file system server
43#options 	FFS_EI		# FFS Endian Independant support
44
45# Networking options
46options 	INET		# Internet protocol suite
47
48# 4.3BSD compatibility.  Should be optional, but necessary for now.
49options 	COMPAT_43
50
51# Binary compatibility with previous versions of NetBSD.
52#options 	COMPAT_09
53options 	COMPAT_10
54options 	COMPAT_11
55options 	COMPAT_12
56options 	COMPAT_13
57
58# System V-like message queues
59options 	SYSVMSG
60
61# System V-like semaphores
62options 	SYSVSEM
63
64# System V-like shared memory
65options 	SYSVSHM
66#options 	SHMMAXPGS=1024		# 1024 pages is the default
67
68# Loadable Kernel Modules
69options 	LKM
70
71# Disable kernel security.
72#options 	INSECURE
73
74# Misc. options
75options 	EISAVERBOSE		# recognize "unknown" EISA devices
76options 	PCIVERBOSE		# recognize "unknown" PCI devices
77options 	SCSIVERBOSE		# Verbose SCSI errors
78options 	TCVERBOSE		# recognize "unknown" TC devices
79options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
80
81# The Alpha console firmware network boots using the BOOTP
82# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
83# in case we have NFS root.
84options 	NFS_BOOT_DHCP		# superset of BOOTP
85
86# WS console uses SUN terminal emulation
87options 	WSEMUL_SUN
88
89# realtime clock compatible to OSF/1
90#options 	CLOCK_COMPAT_OSF1
91
92config		netbsd	root on ? type ?
93#config		netbsd	root on sd0 type ffs
94#config		netbsd	root on ? type nfs
95
96mainbus0 at	root
97cpu*	at	mainbus0
98
99# TurboLaser bus support and devices
100tlsb*	at	mainbus0
101gbus*	at	tlsb? node ? offset ?
102tlsbmem* at	tlsb? node ? offset ?
103kft*	at	tlsb? node ? offset ?
104
105# Gbus Devices
106mcclock* at	gbus? offset ?
107
108# MCBUS bus support
109mcbus*	at	mainbus0
110mcmem*	at	mcbus? mid ?
111
112#i2c	at	mcbus?
113
114# TurboChannel host bus adapter support
115tcasic*	at	mainbus0
116
117# TurboChannel bus support
118tc*	at	tcasic?
119
120# TurboChannel devices
121ioasic*	at	tc? slot ? offset ?
122mcclock* at	ioasic? offset ?
123le*	at	ioasic? offset ?
124scc0	at	ioasic? offset ?
125scc1	at	ioasic? offset ?
126tcds*	at	tc? slot ? offset ?
127asc*	at	tcds? chip ?
128#cfb*	at	tc? slot ? offset ?
129#sfb*	at	tc? slot ? offset ?
130le*	at	tc? slot ? offset ?
131fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
132
133# PCI host bus adapter support
134apecs*	at	mainbus?
135cia*	at	mainbus?
136lca*	at	mainbus?
137dwlpx*	at	kft?
138mcpcia*	at	mcbus? mid ?
139
140# PCI bus support
141pci*	at	apecs?
142pci*	at	cia?
143pci*	at	lca?
144pci*	at	ppb?
145pci*	at	dwlpx?
146pci*	at	mcpcia?
147
148# PCI devices
149#adv*	at	pci? dev ? function ?		# AdvanSys SCSI
150#adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
151ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
152bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
153cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
154de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
155en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
156ep*	at	pci? dev ? function ?		# 3COM 3c59x
157ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
158epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
159fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
160fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
161isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
162le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
163ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
164pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
165pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
166ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
167pciide*	at	pci? dev ? function ?		# PCI IDE controllers
168sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
169tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
170tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
171vga*	at	pci? dev ? function ?		# PCI VGA Graphics
172uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
173ohci*	at	pci? dev ? function ?		# USB Open Host Controller
174ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
175#eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
176#audio*	at	eap?
177#sv*	at	pci? dev ? function ?		# S3 SonicVibes
178#audio*	at	sv?
179#opl*	at	sv?
180
181# MII/PHY support
182inphy*	at	mii? phy ?
183nsphy*	at	mii? phy ?
184qsphy*	at	mii? phy ? 
185tlphy*	at	mii? phy ?
186
187# ISA/EISA bus support
188isa*	at	pceb?
189eisa*	at	pceb?
190isa*	at	sio?
191
192# ISA devices
193mcclock* at	isa? port 0x70
194pckbc*	at	isa?				# PC keyboard controller
195pckbd*	at	pckbc?				# PC keyboard (kbd port)
196pms*	at	pckbc?				# PS/2-style mouse (aux port)
197pcppi*	at	isa?				# PC prog. periph. interface
198spkr0	at	pcppi?				# IBM BASIC emulation
199isabeep0 at	pcppi?				# "keyboard" beep
200com*	at	isa? port 0x3f8 irq 4		# standard serial ports
201com*	at	isa? port 0x2f8 irq 3
202cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
203ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
204lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
205lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
206depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
207depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
208le*	at	depca?
209lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
210vga*	at	isa?				# ISA (EISA: XXX) VGA
211wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
212wdc1	at	isa? port 0x170 irq 15
213#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
214#audio*	at	wss?
215#midi*	at	wss?
216aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
217aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
218bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
219bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
220uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
221uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
222
223# EISA devices
224ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
225ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
226bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
227ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
228fea*	at	eisa? slot ?			# DEC DEFEA FDDI
229uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
230
231# SCSI bus support
232#scsibus* at	adv?
233#scsibus* at	adw?
234scsibus* at	aha?
235scsibus* at	ahb?
236scsibus* at	ahc?
237scsibus* at	asc?
238scsibus* at	bha?
239scsibus* at	isp?
240scsibus* at	ncr?
241scsibus* at	pcscp?
242scsibus* at	uha?
243
244# SCSI devices
245cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
246sd*	at	scsibus? target ? lun ?		# SCSI disk drives
247st*	at	scsibus? target ? lun ?		# SCSI tape drives
248
249# ST506/ESDI/IDE devices
250wd*	at	pciide? channel ?
251wd*	at	wdc? drive ?
252
253# ATAPI bus support
254atapibus* at	pciide? channel ?
255atapibus* at	wdc?
256
257# ATAPI devices
258sd*	at	atapibus? drive ?		# ATAPI disk devices
259cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
260
261# USB bus support
262usb*	at uhci?
263usb*	at ohci?
264
265# USB hubs
266uhub*	at usb?
267uhub*	at uhub? port ?
268
269# USB mice
270ums*	at uhub? port ?
271wsmouse* at ums?
272
273# USB Keyboards
274ukbd*	at uhub? port ?
275wskbd*	at ukbd? console ?
276
277# USB Generic HID devices
278uhid*	at uhub? port ?
279
280# USB Printers
281ulpt*	at uhub? port ?
282
283# Workstation Console attachments
284#wsdisplay*	at	cfb?
285wsdisplay*	at	vga?
286#wsdisplay*	at	sfb?
287wsdisplay*	at	tga?
288wskbd*		at	pckbd?
289wsmouse*	at	pms?
290
291pseudo-device	bpfilter	16
292pseudo-device	ccd		4
293#pseudo-device	raid		4		# RAIDframe disk driver
294pseudo-device	ipfilter	1
295pseudo-device	loop		1
296pseudo-device	md		1
297pseudo-device	ppp		4
298pseudo-device	pty		64
299pseudo-device	sl		4
300pseudo-device	vnd		4
301#pseudo-device	gre		2	# generic L3 over IP tunnel
302
303# rnd is EXPERIMENTAL
304#pseudo-device	rnd			# /dev/random and in-kernel generator
305#options 	RND_COM			# use "com" randomness too
306