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