GENERIC revision 1.75
1# $NetBSD: GENERIC,v 1.75 1998/02/13 04:33:34 enami Exp $
2#
3# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
4
5include	"arch/alpha/conf/std.alpha"
6
7maxusers 8
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
42# Networking options
43options 	INET		# Internet protocol suite
44
45# 4.3BSD compatibility.  Should be optional, but necessary for now.
46options 	COMPAT_43
47
48# Binary compatibility with previous versions of NetBSD.
49#options 	COMPAT_09
50options 	COMPAT_10
51options 	COMPAT_11
52options 	COMPAT_12
53options 	COMPAT_13
54
55# System V-like message queues
56options 	SYSVMSG
57
58# System V-like semaphores
59options 	SYSVSEM
60
61# System V-like shared memory
62options 	SYSVSHM
63#options 	SHMMAXPGS=1024		# 1024 pages is the default
64
65# Loadable Kernel Modules
66options 	LKM
67
68# Disable kernel security.
69#options 	INSECURE
70
71# Misc. options
72options 	EISAVERBOSE		# recognize "unknown" EISA devices
73options 	PCIVERBOSE		# recognize "unknown" PCI devices
74options 	SCSIVERBOSE		# Verbose SCSI errors
75options 	TCVERBOSE		# recognize "unknown" TC devices
76options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
77
78# The Alpha console firmware network boots using the BOOTP
79# protocol, so we ask the NFS code to use BOOTP as well, in
80# case we have NFS root.
81options 	NFS_BOOT_BOOTP
82
83config		netbsd	root on ? type ?
84#config		netbsd	root on sd0 type ffs
85#config		netbsd	root on ? type nfs
86
87mainbus0 at	root
88cpu*	at	mainbus0
89
90# TurboLaser bus support and devices
91tlsb*	at	mainbus0
92gbus*	at	tlsb? node ? offset ?
93tlsbmem* at	tlsb? node ? offset ?
94kft*	at	tlsb? node ? offset ?
95
96# Gbus Devices
97mcclock* at	gbus? offset 0x20000000
98
99# TurboChannel host bus adapter support
100tcasic*	at	mainbus0
101
102# TurboChannel bus support
103tc*	at	tcasic?
104
105# TurboChannel devices
106ioasic*	at	tc? slot ? offset ?
107mcclock* at	ioasic? offset ?
108le*	at	ioasic? offset ?
109scc0	at	ioasic? offset ?
110scc1	at	ioasic? offset ?
111tcds0	at	tc? slot ? offset ?
112asc0	at	tcds? slot ?
113asc1	at	tcds? slot ?
114#cfb*	at	tc? slot ? offset ?
115#sfb*	at	tc? slot ? offset ?
116le*	at	tc? slot ? offset ?
117fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
118
119# PCI host bus adapter support
120apecs*	at	mainbus?
121cia*	at	mainbus?
122lca*	at	mainbus?
123dwlpx*	at	kft?
124
125# PCI bus support
126pci*	at	apecs?
127pci*	at	cia?
128pci*	at	lca?
129pci*	at	ppb?
130pci*	at	dwlpx?
131
132# PCI devices
133ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
134bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
135cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
136de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
137en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
138ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
139fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
140fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
141isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
142le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
143ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
144pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
145ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
146sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
147tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
148vga*	at	pci? dev ? function ?		# PCI VGA Graphics
149
150# ISA/EISA bus support
151isa*	at	pceb?
152eisa*	at	pceb?
153isa*	at	sio?
154
155# ISA devices
156mcclock* at	isa? port 0x70
157pcppi*	at	isa?				# PC prog. periph. interface
158pckbd*	at	pcppi?				# PC keyboard (kbd port)
159pms*	at	pcppi?				# PS/2-style mouse (aux port)
160com*	at	isa? port 0x3f8 irq 4		# standard serial ports
161com*	at	isa? port 0x2f8 irq 3
162ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
163lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
164#le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
165lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
166vga*	at	isa?				# ISA (EISA: XXX) VGA
167wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
168wdc1	at	isa? port 0x170 irq 15
169#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
170#audio*	at	wss?
171aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
172aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
173bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
174bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
175uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
176uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
177
178# EISA devices
179ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
180ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
181bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
182ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
183fea*	at	eisa? slot ?			# DEC DEFEA FDDI
184uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
185
186# SCSI bus support
187scsibus* at	aha?
188scsibus* at	ahb?
189scsibus* at	ahc?
190scsibus* at	asc?
191scsibus* at	bha?
192scsibus* at	isp?
193scsibus* at	ncr?
194scsibus* at	uha?
195
196# SCSI devices
197cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
198sd*	at	scsibus? target ? lun ?		# SCSI disk drives
199st*	at	scsibus? target ? lun ?		# SCSI tape drives
200
201# ST506/ESDI/IDE devices
202wd*	at	wdc? drive ?
203
204# ATAPI bus support
205atapibus* at	wdc?
206
207# ATAPI devices
208sd*	at	atapibus? drive ?		# ATAPI disk devices
209cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
210
211# Workstation Console attachments
212#wscons* at	cfb?
213wscons*	at	vga?
214#wscons* at	sfb?
215wscons*	at	tga?
216
217pseudo-device	bpfilter	16
218pseudo-device	ccd		4
219pseudo-device	ipfilter	1
220pseudo-device	loop		1
221pseudo-device	md		1
222pseudo-device	ppp		4
223pseudo-device	pty		64
224pseudo-device	sl		4
225pseudo-device	vnd		4
226
227# rnd is EXPERIMENTAL
228#pseudo-device	rnd			# /dev/random and in-kernel generator
229#options 	RND_COM			# use "com" randomness too
230