GENERIC revision 1.174
1# $NetBSD: GENERIC,v 1.174 2000/12/14 18:28:30 mycroft 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.174 $"
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.
16#options 	DEC_2100_A500	# Sable:	AlphaServer 2100
17#options 	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
106# The Alpha console firmware network boots using the BOOTP
107# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
108# in case we have NFS root.
109options 	NFS_BOOT_DHCP		# superset of BOOTP
110
111# WS console uses SUN or VT100 terminal emulation
112options 	WSEMUL_VT100
113
114# realtime clock compatible to OSF/1
115#options 	CLOCK_COMPAT_OSF1
116
117config		netbsd	root on ? type ?
118#config		netbsd	root on sd0 type ffs
119#config		netbsd	root on ? type nfs
120
121mainbus0 at	root
122cpu*	at	mainbus0
123
124# TurboLaser bus support and devices
125tlsb*	at	mainbus0
126gbus*	at	tlsb? node ? offset ?
127tlsbmem* at	tlsb? node ? offset ?
128kft*	at	tlsb? node ? offset ?
129
130# Gbus Devices
131mcclock* at	gbus? offset ?
132
133# MCBUS bus support
134mcbus*	at	mainbus0
135mcmem*	at	mcbus? mid ?
136
137#i2c	at	mcbus?
138
139#EV6 Tsunami Core Logic
140
141tsc*	at	mainbus0
142
143# DECpc AXP150 (Jensen) internal bus support
144jensenio* at	mainbus0
145
146com*	at	jensenio? port ?
147lpt*	at	jensenio? port ?
148mcclock* at	jensenio? port ?
149pckbc*	at	jensenio? port ?
150
151# TURBOchannel host bus adapter support
152tcasic*	at	mainbus0
153
154# TURBOchannel bus support
155tc*	at	tcasic?
156
157# TURBOchannel devices
158ioasic*	at	tc? slot ? offset ?
159mcclock* at	ioasic? offset ?
160le*	at	ioasic? offset ?
161scc0	at	ioasic? offset ?
162scc1	at	ioasic? offset ?
163bba0	at	ioasic? offset ?
164audio*	at	bba?
165tcds*	at	tc? slot ? offset ?
166asc*	at	tcds? chip ?
167#cfb*	at	tc? slot ? offset ?
168#sfb*	at	tc? slot ? offset ?
169le*	at	tc? slot ? offset ?
170fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
171
172# PCI host bus adapter support
173apecs*	at	mainbus?
174cia*	at	mainbus?
175irongate* at	mainbus?
176lca*	at	mainbus?
177dwlpx*	at	kft?
178mcpcia*	at	mcbus? mid ?
179tsp*	at	tsc?
180#ttwoga*	at	mainbus?
181
182# Sable PCI and STDIO bus and devices
183#ttwopci* at	ttwoga? hose ?
184#sableio* at	ttwopci? bus ?
185#com*	at	sableio? port ?
186#lpt*	at	sableio? port ?
187#pckbc*	at	sableio? port ?
188#fdc*	at	sableio? port ?
189
190# PCI bus support
191pci*	at	apecs?
192pci*	at	cia?
193pci*	at	irongate?
194pci*	at	lca?
195pci*	at	ppb?
196pci*	at	dwlpx?
197pci*	at	mcpcia?
198pci*	at	tsp?
199#pci*	at	ttwopci?
200
201# PCI devices
202adv*	at	pci? dev ? function ?		# AdvanSys SCSI
203adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
204#options 	ADW_WDTR_DISABLE		# 	disable WDTR
205#options 	ADW_SDTR_DISABLE		# 	disable SDTR
206#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
207ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
208bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
209cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
210cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
211cz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
212de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
213dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
214eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
215en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
216ep*	at	pci? dev ? function ?		# 3COM 3c59x
217epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
218eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
219ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
220fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
221fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
222isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
223le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
224#ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
225siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
226ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
227ohci*	at	pci? dev ? function ?		# USB Open Host Controller
228pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
229pciide*	at	pci? dev ? function ?		# PCI IDE controllers
230pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
231ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
232rtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
233sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
234sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
235sv*	at	pci? dev ? function ?		# S3 SonicVibes
236tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
237ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
238tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
239tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
240#options 	TLP_MATCH_21040
241#options 	TLP_MATCH_21041
242#options 	TLP_MATCH_21140
243#options 	TLP_MATCH_21142
244uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
245vga*	at	pci? dev ? function ?		# PCI VGA Graphics
246vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
247
248audio*	at	eap?
249audio*	at	eso?
250audio*	at	sv?
251
252opl*	at	eso?
253#opl*	at	sv?
254
255mpu*	at	eso?
256
257# MII/PHY support
258exphy*	at mii? phy ?			# 3Com internal PHYs
259icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
260inphy*	at mii? phy ?			# Intel 82555 PHYs
261lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
262nsphy*	at mii? phy ?			# NS83840 PHYs
263qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
264sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
265tlphy*	at mii? phy ?			# ThunderLAN PHYs
266ukphy*	at mii? phy ?			# generic unknown PHYs
267
268# ISA/EISA bus support
269isa*	at	jensenio?
270eisa*	at	jensenio?
271isa*	at	pceb?
272eisa*	at	pceb?
273isa*	at	sio?
274
275# ISA devices
276mcclock* at	isa? port 0x70
277pckbc*	at	isa?				# PC keyboard controller
278pckbd*	at	pckbc?				# PC keyboard (kbd port)
279pms*	at	pckbc?				# PS/2-style mouse (aux port)
280pcppi*	at	isa?				# PC prog. periph. interface
281spkr0	at	pcppi?				# IBM BASIC emulation
282isabeep0 at	pcppi?				# "keyboard" beep
283com*	at	isa? port 0x3f8 irq 4		# standard serial ports
284com*	at	isa? port 0x2f8 irq 3
285cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
286ec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
287ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
288fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
289lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
290lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
291depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
292depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
293le*	at	depca?
294lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
295vga*	at	isa?				# ISA (EISA: XXX) VGA
296wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
297wdc1	at	isa? port 0x170 irq 15
298we0     at 	isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet
299we1     at 	isa? port 0x300 iomem 0xcc000 irq 10
300#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
301#audio*	at	wss?
302#midi*	at	wss?
303sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
304#sb*	at	isapnp?
305audio*	at	sb?
306#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
307aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
308aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
309bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
310bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
311uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
312uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
313pcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
314pcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
315pcmcia*	at	pcic? controller ? socket ?
316
317# EISA devices
318ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
319ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
320bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
321ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
322fea*	at	eisa? slot ?			# DEC DEFEA FDDI
323tlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
324depca*	at	eisa? slot ?			# DEC DE-422 Ethernet
325le*	at	depca?
326uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
327
328# PCMCIA device
329aic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
330com*	at	pcmcia? function ?		# Modems and serial cards
331wdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
332ep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
333mbe*	at	pcmcia? function ?		# MB8696x based Ethernet
334ne*	at	pcmcia? function ?		# NE2000-compatible Eth.
335sm*	at	pcmcia? function ?		# Megahertz Ethernet
336ray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
337wi*	at	pcmcia? function ?		# Lucent WaveLAN/IEEE
338
339# SCSI bus support
340scsibus* at	adv?
341scsibus* at	adw?
342scsibus* at	aha?
343scsibus* at	ahb?
344scsibus* at	ahc?
345scsibus* at	aic?
346scsibus* at	asc?
347scsibus* at	bha?
348scsibus* at	dpt?
349scsibus* at	isp?
350#scsibus* at	ncr?
351scsibus* at	siop?
352scsibus* at	pcscp?
353scsibus* at	uha?
354
355# SCSI devices
356cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
357sd*	at	scsibus? target ? lun ?		# SCSI disk drives
358st*	at	scsibus? target ? lun ?		# SCSI tape drives
359
360# ST506/ESDI/IDE devices
361wd*	at	pciide? channel ?
362wd*	at	wdc? drive ?
363
364# ATAPI bus support
365atapibus* at	pciide? channel ?
366atapibus* at	wdc?
367
368# ATAPI devices
369sd*	at	atapibus? drive ?		# ATAPI disk devices
370cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
371
372# Floppy drives
373fd*	at	fdc? drive ?
374
375# Hardware RAID devices
376ld*	at	cac? unit ?
377
378# USB bus support
379usb*	at uhci?
380usb*	at ohci?
381
382# USB Hubs
383uhub*	at usb?
384uhub*	at uhub? port ? configuration ? interface ?
385
386# USB Mice
387ums*	at uhub? port ? configuration ? interface ?
388wsmouse*	at ums?
389
390# USB Keyboards
391ukbd*	at uhub? port ? configuration ? interface ?
392wskbd*	at ukbd? console ?
393
394# USB Generic HID devices
395uhid*	at uhub? port ? configuration ? interface ?
396
397# USB Printer
398ulpt*	at uhub? port ? configuration ? interface ?
399
400# USB Modem
401umodem*	at uhub? port ? configuration ?
402ucom*	at umodem?
403
404# USB Mass Storage
405umass*	at uhub? port ? configuration ? interface ?
406atapibus* at umass? channel ?
407scsibus* at umass? channel ?
408
409# USB Ethernet adapters
410aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
411cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
412kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
413
414# USB scanners
415uscanner* at uhub? port ?
416
417# USB Generic driver
418ugen*	at uhub? port ?
419
420# Workstation Console attachments
421#wsdisplay*	at	cfb?
422wsdisplay*	at	vga?
423#wsdisplay*	at	sfb?
424wsdisplay*	at	tga?
425wskbd*		at	pckbd?
426wsmouse*	at	pms?
427
428pseudo-device	bpfilter	16
429pseudo-device	ccd		4
430#pseudo-device	raid		4		# RAIDframe disk driver
431#options 	RAID_AUTOCONFIG      # auto-configuration of RAID components
432pseudo-device	ipfilter	1
433pseudo-device	loop		1
434pseudo-device	md		1
435pseudo-device	ppp		4
436pseudo-device	pty			# pseudo-terminals
437pseudo-device	sl		4
438pseudo-device	vnd		4
439#pseudo-device	gre		2	# generic L3 over IP tunnel
440pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
441#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
442#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
443pseudo-device	sequencer	1	# MIDI sequencer
444pseudo-device	rnd			# /dev/random and in-kernel generator
445#options 	RND_COM			# use "com" randomness too
446