GENERIC revision 1.78
1# $NetBSD: GENERIC,v 1.78 1998/03/18 16:34:41 bouyer Exp $
2#
3# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
4
5include	"arch/alpha/conf/std.alpha"
6
7maxusers 32
8
9# set kernel load address a bit higher to allow kernel to be netbooted.
10# if not netbooting, the "makeoptions LOADADDRESS" line can be commented
11# out to save a fair chunk (~850k) of RAM.
12makeoptions	LOADADDRESS="fffffc0000300000"
13
14# CPU Support
15#options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
16options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
17options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
18options 	DEC_3000_300	# Pelican etc:	3000/300*
19options 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
20options 	DEC_EB164	# EB164:	AlphaPC 164
21options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
22options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
23options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
24
25# Standard system options
26options 	KTRACE			# System call tracing support
27
28# Diagnostic/debugging support options
29options 	DIAGNOSTIC		# Cheap kernel consistency checks
30
31# File systems
32file-system	FFS		# Fast file system
33file-system	MFS		# Memory-based file system
34file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
35file-system	MSDOSFS		# MS-DOS-compatible file system
36file-system	NFS		# Sun NFS-compatible file system client
37
38# File system options
39options 	FIFO		# POSIX fifo support (in all file systems)
40options 	NFSSERVER	# Sun NFS-compatible file system server
41#options 	FFS_EI		# FFS Endian Independant support
42
43# Networking options
44options 	INET		# Internet protocol suite
45
46# 4.3BSD compatibility.  Should be optional, but necessary for now.
47options 	COMPAT_43
48
49# Binary compatibility with previous versions of NetBSD.
50#options 	COMPAT_09
51options 	COMPAT_10
52options 	COMPAT_11
53options 	COMPAT_12
54options 	COMPAT_13
55
56# System V-like message queues
57options 	SYSVMSG
58
59# System V-like semaphores
60options 	SYSVSEM
61
62# System V-like shared memory
63options 	SYSVSHM
64#options 	SHMMAXPGS=1024		# 1024 pages is the default
65
66# Loadable Kernel Modules
67options 	LKM
68
69# Disable kernel security.
70#options 	INSECURE
71
72# Misc. options
73options 	EISAVERBOSE		# recognize "unknown" EISA devices
74options 	PCIVERBOSE		# recognize "unknown" PCI devices
75options 	SCSIVERBOSE		# Verbose SCSI errors
76options 	TCVERBOSE		# recognize "unknown" TC devices
77options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
78
79# The Alpha console firmware network boots using the BOOTP
80# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
81# in case we have NFS root.
82options 	NFS_BOOT_DHCP		# superset of BOOTP
83
84config		netbsd	root on ? type ?
85#config		netbsd	root on sd0 type ffs
86#config		netbsd	root on ? type nfs
87
88mainbus0 at	root
89cpu*	at	mainbus0
90
91# TurboLaser bus support and devices
92tlsb*	at	mainbus0
93gbus*	at	tlsb? node ? offset ?
94tlsbmem* at	tlsb? node ? offset ?
95kft*	at	tlsb? node ? offset ?
96
97# Gbus Devices
98mcclock* at	gbus? offset 0x20000000
99
100# TurboChannel host bus adapter support
101tcasic*	at	mainbus0
102
103# TurboChannel bus support
104tc*	at	tcasic?
105
106# TurboChannel devices
107ioasic*	at	tc? slot ? offset ?
108mcclock* at	ioasic? offset ?
109le*	at	ioasic? offset ?
110scc0	at	ioasic? offset ?
111scc1	at	ioasic? offset ?
112tcds0	at	tc? slot ? offset ?
113asc0	at	tcds? slot ?
114asc1	at	tcds? slot ?
115#cfb*	at	tc? slot ? offset ?
116#sfb*	at	tc? slot ? offset ?
117le*	at	tc? slot ? offset ?
118fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
119
120# PCI host bus adapter support
121apecs*	at	mainbus?
122cia*	at	mainbus?
123lca*	at	mainbus?
124dwlpx*	at	kft?
125
126# PCI bus support
127pci*	at	apecs?
128pci*	at	cia?
129pci*	at	lca?
130pci*	at	ppb?
131pci*	at	dwlpx?
132
133# PCI devices
134ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
135bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
136cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
137de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
138en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
139ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
140fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
141fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
142isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
143le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
144ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
145pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
146ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
147sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
148tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
149vga*	at	pci? dev ? function ?		# PCI VGA Graphics
150
151# ISA/EISA bus support
152isa*	at	pceb?
153eisa*	at	pceb?
154isa*	at	sio?
155
156# ISA devices
157mcclock* at	isa? port 0x70
158pcppi*	at	isa?				# PC prog. periph. interface
159pckbd*	at	pcppi?				# PC keyboard (kbd port)
160pms*	at	pcppi?				# PS/2-style mouse (aux port)
161com*	at	isa? port 0x3f8 irq 4		# standard serial ports
162com*	at	isa? port 0x2f8 irq 3
163ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
164lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
165#le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
166lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
167vga*	at	isa?				# ISA (EISA: XXX) VGA
168wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
169wdc1	at	isa? port 0x170 irq 15
170#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
171#audio*	at	wss?
172aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
173aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
174bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
175bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
176uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
177uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
178
179# EISA devices
180ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
181ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
182bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
183ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
184fea*	at	eisa? slot ?			# DEC DEFEA FDDI
185uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
186
187# SCSI bus support
188scsibus* at	aha?
189scsibus* at	ahb?
190scsibus* at	ahc?
191scsibus* at	asc?
192scsibus* at	bha?
193scsibus* at	isp?
194scsibus* at	ncr?
195scsibus* at	uha?
196
197# SCSI devices
198cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
199sd*	at	scsibus? target ? lun ?		# SCSI disk drives
200st*	at	scsibus? target ? lun ?		# SCSI tape drives
201
202# ST506/ESDI/IDE devices
203wd*	at	wdc? drive ?
204
205# ATAPI bus support
206atapibus* at	wdc?
207
208# ATAPI devices
209sd*	at	atapibus? drive ?		# ATAPI disk devices
210cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
211
212# Workstation Console attachments
213#wscons* at	cfb?
214wscons*	at	vga?
215#wscons* at	sfb?
216wscons*	at	tga?
217
218pseudo-device	bpfilter	16
219pseudo-device	ccd		4
220pseudo-device	ipfilter	1
221pseudo-device	loop		1
222pseudo-device	md		1
223pseudo-device	ppp		4
224pseudo-device	pty		64
225pseudo-device	sl		4
226pseudo-device	vnd		4
227
228# rnd is EXPERIMENTAL
229#pseudo-device	rnd			# /dev/random and in-kernel generator
230#options 	RND_COM			# use "com" randomness too
231