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