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