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