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