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