GENERIC revision 1.159
1# $NetBSD: GENERIC,v 1.159 2000/06/30 17:10:15 itojun 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.159 $"
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
259ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
260fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
261lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
262lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
263depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
264depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
265le*	at	depca?
266lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
267vga*	at	isa?				# ISA (EISA: XXX) VGA
268wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
269wdc1	at	isa? port 0x170 irq 15
270we0     at 	isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet
271we1     at 	isa? port 0x300 iomem 0xcc000 irq 10
272#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
273#audio*	at	wss?
274#midi*	at	wss?
275sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
276#sb*	at	isapnp?
277audio*	at	sb?
278#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
279aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
280aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
281bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
282bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
283uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
284uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
285pcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
286pcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
287pcmcia*	at	pcic? controller ? socket ?
288
289# EISA devices
290ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
291ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
292bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
293ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
294fea*	at	eisa? slot ?			# DEC DEFEA FDDI
295tlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
296uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
297
298# PCMCIA device
299aic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
300com*	at	pcmcia? function ?		# Modems and serial cards
301wdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
302ep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
303mbe*	at	pcmcia? function ?		# MB8696x based Ethernet
304ne*	at	pcmcia? function ?		# NE2000-compatible Eth.
305sm*	at	pcmcia? function ?		# Megahertz Ethernet
306ray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
307wi*	at	pcmcia? function ?		# Lucent WaveLAN/IEEE
308
309# SCSI bus support
310scsibus* at	adv?
311scsibus* at	aic?
312scsibus* at	adw?
313scsibus* at	aha?
314scsibus* at	ahb?
315scsibus* at	ahc?
316scsibus* at	asc?
317scsibus* at	bha?
318scsibus* at	dpt?
319scsibus* at	isp?
320scsibus* at	ncr?
321scsibus* at	pcscp?
322scsibus* at	uha?
323
324# SCSI devices
325cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
326sd*	at	scsibus? target ? lun ?		# SCSI disk drives
327st*	at	scsibus? target ? lun ?		# SCSI tape drives
328
329# ST506/ESDI/IDE devices
330wd*	at	pciide? channel ?
331wd*	at	wdc? drive ?
332
333# ATAPI bus support
334atapibus* at	pciide? channel ?
335atapibus* at	wdc?
336
337# ATAPI devices
338sd*	at	atapibus? drive ?		# ATAPI disk devices
339cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
340
341# Floppy drives
342fd*	at	fdc? drive ?
343
344# Hardware RAID devices
345ca*	at	cac? unit ?
346
347# USB bus support
348usb*	at uhci?
349usb*	at ohci?
350
351# USB Hubs
352uhub*	at usb?
353uhub*	at uhub? port ? configuration ? interface ?
354
355# USB Mice
356ums*	at uhub? port ? configuration ? interface ?
357wsmouse*	at ums?
358
359# USB Keyboards
360ukbd*	at uhub? port ? configuration ? interface ?
361wskbd*	at ukbd? console ?
362
363# USB Generic HID devices
364uhid*	at uhub? port ? configuration ? interface ?
365
366# USB Printer
367ulpt*	at uhub? port ? configuration ? interface ?
368
369# USB Modem
370umodem*	at uhub? port ? configuration ?
371ucom*	at umodem?
372
373# USB Mass Storage
374umass*	at uhub? port ? configuration ? interface ?
375atapibus* at umass? channel ?
376scsibus* at umass? channel ?
377
378# USB Ethernet adapters
379aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
380cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
381kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
382
383# USB Generic driver
384ugen*	at uhub? port ?
385
386# Workstation Console attachments
387#wsdisplay*	at	cfb?
388wsdisplay*	at	vga?
389#wsdisplay*	at	sfb?
390wsdisplay*	at	tga?
391wskbd*		at	pckbd?
392wsmouse*	at	pms?
393
394pseudo-device	bpfilter	16
395pseudo-device	ccd		4
396#pseudo-device	raid		4		# RAIDframe disk driver
397#options 	RAID_AUTOCONFIG      # auto-configuration of RAID components
398pseudo-device	ipfilter	1
399pseudo-device	loop		1
400pseudo-device	md		1
401pseudo-device	ppp		4
402pseudo-device	pty		64
403pseudo-device	sl		4
404pseudo-device	vnd		4
405#pseudo-device	gre		2	# generic L3 over IP tunnel
406pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
407#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
408#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
409pseudo-device	sequencer	1	# MIDI sequencer
410
411# rnd is EXPERIMENTAL
412#pseudo-device	rnd			# /dev/random and in-kernel generator
413#options 	RND_COM			# use "com" randomness too
414