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