GENERIC revision 1.154
1# $NetBSD: GENERIC,v 1.154 2000/05/28 23:06:39 thorpej Exp $
2#
3# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
4#
5# If you add stuff to this, please add it to the ALPHA configuration, too.
6
7include	"arch/alpha/conf/std.alpha"
8
9#ident 		"GENERIC-$Revision: 1.154 $"
10
11maxusers 32
12
13# CPU Support
14#options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
15options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
16options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
17options 	DEC_3000_300	# Pelican etc:	3000/300*
18options 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
19options 	DEC_EB164	# EB164:	AlphaPC 164
20options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
21options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
22options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
23options 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
24options 	DEC_550		# Miata:	Digital Personal Workstation
25options 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
26options 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
27options 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
28options 	DEC_EB66	# EB66:		21066 Evaluation Board
29options 	DEC_6600	# EV6:		264DP OEM Board
30
31# Standard system options
32options 	KTRACE			# System call tracing support
33
34# Diagnostic/debugging support options
35options 	DIAGNOSTIC		# Cheap kernel consistency checks
36options 	DDB			# kernel debugger
37#makeoptions	DEBUG="-g"
38
39# File systems
40file-system	FFS		# Fast file system
41file-system	MFS		# Memory-based file system
42file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
43file-system	MSDOSFS		# MS-DOS-compatible file system
44file-system	NTFS		# Windows/NT file system (experimental)
45file-system	NFS		# Sun NFS-compatible file system client
46#file-system	KERNFS
47#file-system	PROCFS
48
49# File system options
50options 	NFSSERVER	# Sun NFS-compatible file system server
51#options 	FFS_EI		# FFS Endian Independant support
52#options 	SOFTDEP		# FFS soft updates support.
53
54# Pull in config fragments for kernel crypto.  This is required for
55# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
56# one of these, based on whether you use crypto-us or crypto-intl, and
57# adjust the prefixes as necessary.
58
59#prefix ../crypto-us/sys
60#cinclude "conf/files.crypto-us"
61#prefix
62
63#prefix ../crypto-intl/sys
64#cinclude "conf/files.crypto-intl"
65#prefix
66
67# Networking options
68options 	INET		# Internet protocol suite
69options 	INET6		# IPV6
70#options 	IPSEC		# IP security
71#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
72#options 	IPSEC_DEBUG	# debug for IP security
73
74# 4.3BSD compatibility.  Should be optional, but necessary for now.
75options 	COMPAT_43
76
77# Binary compatibility with previous versions of NetBSD.
78#options 	COMPAT_09
79options 	COMPAT_10
80options 	COMPAT_11
81options 	COMPAT_12
82options 	COMPAT_13
83options 	COMPAT_14
84
85# OSF/1 binary compatibility
86options 	COMPAT_OSF1
87
88# System V-like message queues
89options 	SYSVMSG
90
91# System V-like semaphores
92options 	SYSVSEM
93
94# System V-like shared memory
95options 	SYSVSHM
96#options 	SHMMAXPGS=1024		# 1024 pages is the default
97
98# Loadable Kernel Modules
99options 	LKM
100
101# Disable kernel security.
102#options 	INSECURE
103
104# Misc. options
105options 	EISAVERBOSE		# recognize "unknown" EISA devices
106options 	PCIVERBOSE		# recognize "unknown" PCI devices
107options 	MIIVERBOSE		# verbose PHY autoconfig messages
108#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
109options 	SCSIVERBOSE		# Verbose SCSI errors
110options 	TCVERBOSE		# recognize "unknown" TC devices
111options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
112
113# The Alpha console firmware network boots using the BOOTP
114# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
115# in case we have NFS root.
116options 	NFS_BOOT_DHCP		# superset of BOOTP
117
118# WS console uses SUN or VT100 terminal emulation
119options 	WSEMUL_VT100
120
121# realtime clock compatible to OSF/1
122#options 	CLOCK_COMPAT_OSF1
123
124config		netbsd	root on ? type ?
125#config		netbsd	root on sd0 type ffs
126#config		netbsd	root on ? type nfs
127
128mainbus0 at	root
129cpu*	at	mainbus0
130
131# TurboLaser bus support and devices
132tlsb*	at	mainbus0
133gbus*	at	tlsb? node ? offset ?
134tlsbmem* at	tlsb? node ? offset ?
135kft*	at	tlsb? node ? offset ?
136
137# Gbus Devices
138mcclock* at	gbus? offset ?
139
140# MCBUS bus support
141mcbus*	at	mainbus0
142mcmem*	at	mcbus? mid ?
143
144#i2c	at	mcbus?
145
146#EV6 Tsunami Core Logic
147
148tsc*	at	mainbus0
149
150# TurboChannel host bus adapter support
151tcasic*	at	mainbus0
152
153# TurboChannel bus support
154tc*	at	tcasic?
155
156# TurboChannel devices
157ioasic*	at	tc? slot ? offset ?
158mcclock* at	ioasic? offset ?
159le*	at	ioasic? offset ?
160scc0	at	ioasic? offset ?
161scc1	at	ioasic? offset ?
162tcds*	at	tc? slot ? offset ?
163asc*	at	tcds? chip ?
164#cfb*	at	tc? slot ? offset ?
165#sfb*	at	tc? slot ? offset ?
166le*	at	tc? slot ? offset ?
167fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
168
169# PCI host bus adapter support
170apecs*	at	mainbus?
171cia*	at	mainbus?
172lca*	at	mainbus?
173dwlpx*	at	kft?
174mcpcia*	at	mcbus? mid ?
175tsp*	at	tsc?
176
177# PCI bus support
178pci*	at	apecs?
179pci*	at	cia?
180pci*	at	lca?
181pci*	at	ppb?
182pci*	at	dwlpx?
183pci*	at	mcpcia?
184pci*	at	tsp?
185
186# PCI devices
187adv*	at	pci? dev ? function ?		# AdvanSys SCSI
188adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
189#options 	ADW_WDTR_DISABLE		# 	disable WDTR
190#options 	ADW_SDTR_DISABLE		# 	disable SDTR
191#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
192ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
193bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
194cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
195cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
196cz*	at	pci? dev ? funciton ?		# Cyclades-Z (untested)
197de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
198dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
199eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
200en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
201ep*	at	pci? dev ? function ?		# 3COM 3c59x
202epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
203eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
204ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
205fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
206fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
207isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
208le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
209ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
210ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
211ohci*	at	pci? dev ? function ?		# USB Open Host Controller
212pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
213pciide*	at	pci? dev ? function ?		# PCI IDE controllers
214pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
215ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
216rtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
217sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
218sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
219sv*	at	pci? dev ? function ?		# S3 SonicVibes
220tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
221ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
222tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
223tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
224#options 	TLP_MATCH_21040
225#options 	TLP_MATCH_21041
226#options 	TLP_MATCH_21140
227#options 	TLP_MATCH_21142
228uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
229vga*	at	pci? dev ? function ?		# PCI VGA Graphics
230vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
231
232audio*	at	eap?
233audio*	at	eso?
234audio*	at	sv?
235
236opl*	at	eso?
237#opl*	at	sv?
238
239mpu*	at	eso?
240
241# MII/PHY support
242exphy*	at mii? phy ?			# 3Com internal PHYs
243icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
244inphy*	at mii? phy ?			# Intel 82555 PHYs
245lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
246nsphy*	at mii? phy ?			# NS83840 PHYs
247qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
248sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
249tlphy*	at mii? phy ?			# ThunderLAN PHYs
250ukphy*	at mii? phy ?			# generic unknown PHYs
251
252# ISA/EISA bus support
253isa*	at	pceb?
254eisa*	at	pceb?
255isa*	at	sio?
256
257# ISA devices
258mcclock* at	isa? port 0x70
259pckbc*	at	isa?				# PC keyboard controller
260pckbd*	at	pckbc?				# PC keyboard (kbd port)
261pms*	at	pckbc?				# PS/2-style mouse (aux port)
262pcppi*	at	isa?				# PC prog. periph. interface
263spkr0	at	pcppi?				# IBM BASIC emulation
264isabeep0 at	pcppi?				# "keyboard" beep
265com*	at	isa? port 0x3f8 irq 4		# standard serial ports
266com*	at	isa? port 0x2f8 irq 3
267cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
268ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
269fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
270lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
271lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
272depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
273depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
274le*	at	depca?
275lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
276vga*	at	isa?				# ISA (EISA: XXX) VGA
277wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
278wdc1	at	isa? port 0x170 irq 15
279we0     at 	isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet
280we1     at 	isa? port 0x300 iomem 0xcc000 irq 10
281#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
282#audio*	at	wss?
283#midi*	at	wss?
284sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
285#sb*	at	isapnp?
286audio*	at	sb?
287#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
288aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
289aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
290bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
291bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
292uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
293uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
294pcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
295pcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
296pcmcia*	at	pcic? controller ? socket ?
297
298# EISA devices
299ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
300ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
301bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
302ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
303fea*	at	eisa? slot ?			# DEC DEFEA FDDI
304tlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
305uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
306
307# PCMCIA device
308aic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
309com*	at	pcmcia? function ?		# Modems and serial cards
310wdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
311ep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
312mbe*	at	pcmcia? function ?		# MB8696x based Ethernet
313ne*	at	pcmcia? function ?		# NE2000-compatible Eth.
314sm*	at	pcmcia? function ?		# Megahertz Ethernet
315ray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
316wi*	at	pcmcia? function ?		# Lucent WaveLAN/IEEE
317
318# SCSI bus support
319scsibus* at	adv?
320scsibus* at	aic?
321scsibus* at	adw?
322scsibus* at	aha?
323scsibus* at	ahb?
324scsibus* at	ahc?
325scsibus* at	asc?
326scsibus* at	bha?
327scsibus* at	dpt?
328scsibus* at	isp?
329scsibus* at	ncr?
330scsibus* at	pcscp?
331scsibus* at	uha?
332
333# SCSI devices
334cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
335sd*	at	scsibus? target ? lun ?		# SCSI disk drives
336st*	at	scsibus? target ? lun ?		# SCSI tape drives
337
338# ST506/ESDI/IDE devices
339wd*	at	pciide? channel ?
340wd*	at	wdc? drive ?
341
342# ATAPI bus support
343atapibus* at	pciide? channel ?
344atapibus* at	wdc?
345
346# ATAPI devices
347sd*	at	atapibus? drive ?		# ATAPI disk devices
348cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
349
350# Floppy drives
351fd*	at	fdc? drive ?
352
353# Hardware RAID devices
354ca*	at	cac? unit ?
355
356# USB bus support
357usb*	at uhci?
358usb*	at ohci?
359
360# USB Hubs
361uhub*	at usb?
362uhub*	at uhub? port ? configuration ? interface ?
363
364# USB Mice
365ums*	at uhub? port ? configuration ? interface ?
366wsmouse*	at ums?
367
368# USB Keyboards
369ukbd*	at uhub? port ? configuration ? interface ?
370wskbd*	at ukbd? console ?
371
372# USB Generic HID devices
373uhid*	at uhub? port ? configuration ? interface ?
374
375# USB Printer
376ulpt*	at uhub? port ? configuration ? interface ?
377
378# USB Modem
379umodem*	at uhub? port ? configuration ?
380ucom*	at umodem?
381
382# USB Mass Storage
383umass*	at uhub? port ? configuration ? interface ?
384atapibus* at umass? channel ?
385scsibus* at umass? channel ?
386
387# USB Ethernet adapters
388aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
389cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
390kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
391
392# USB Generic driver
393ugen*	at uhub? port ?
394
395# Workstation Console attachments
396#wsdisplay*	at	cfb?
397wsdisplay*	at	vga?
398#wsdisplay*	at	sfb?
399wsdisplay*	at	tga?
400wskbd*		at	pckbd?
401wsmouse*	at	pms?
402
403pseudo-device	bpfilter	16
404pseudo-device	ccd		4
405#pseudo-device	raid		4		# RAIDframe disk driver
406#options 	RAID_AUTOCONFIG      # auto-configuration of RAID components
407pseudo-device	ipfilter	1
408pseudo-device	loop		1
409pseudo-device	md		1
410pseudo-device	ppp		4
411pseudo-device	pty		64
412pseudo-device	sl		4
413pseudo-device	vnd		4
414#pseudo-device	gre		2	# generic L3 over IP tunnel
415pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
416#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
417#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
418pseudo-device	sequencer	1	# MIDI sequencer
419
420# rnd is EXPERIMENTAL
421#pseudo-device	rnd			# /dev/random and in-kernel generator
422#options 	RND_COM			# use "com" randomness too
423