GENERIC revision 1.61
1# $NetBSD: GENERIC,v 1.61 1997/07/31 22:22:08 matt 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
53
54# System V-like shared memory
55options 	SYSVSHM
56#options 	SHMMAXPGS=1024		# 1024 pages is the default
57
58# Loadable Kernel Modules
59options 	LKM
60
61# Disable kernel security.
62#options 	INSECURE
63
64# Misc. options
65options 	EISAVERBOSE		# recognize "unknown" EISA devices
66options 	PCIVERBOSE		# recognize "unknown" PCI devices
67options 	TCVERBOSE		# recognize "unknown" TC devices
68options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
69
70config		netbsd	root on ? type ?
71#config		netbsd	root on sd0 type ffs
72#config		netbsd	root on ? type nfs
73
74mainbus0 at	root
75cpu*	at	mainbus0
76
77# TurboLaser bus support and devices
78tlsb*	at	mainbus0
79gbus*	at	tlsb? node ? offset ?
80tlsbmem* at	tlsb? node ? offset ?
81kft*	at	tlsb? node ? offset ?
82
83# Gbus Devices
84mcclock* at	gbus? offset 0x20000000
85
86# TurboChannel host bus adapter support
87tcasic*	at	mainbus0
88
89# TurboChannel bus support
90tc*	at	tcasic?
91
92# TurboChannel devices
93ioasic*	at	tc? slot ? offset ?
94mcclock* at	ioasic? offset ?
95le*	at	ioasic? offset ?
96scc0	at	ioasic? offset ?
97scc1	at	ioasic? offset ?
98tcds0	at	tc? slot ? offset ?
99asc0	at	tcds? slot ?
100asc1	at	tcds? slot ?
101#cfb*	at	tc? slot ? offset ?
102#sfb*	at	tc? slot ? offset ?
103le*	at	tc? slot ? offset ?
104fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
105
106# PCI host bus adapter support
107apecs*	at	mainbus?
108cia*	at	mainbus?
109lca*	at	mainbus?
110dwlpx*	at	kft?
111
112# PCI bus support
113pci*	at	apecs?
114pci*	at	cia?
115pci*	at	lca?
116pci*	at	ppb?
117pci*	at	dwlpx?
118
119# PCI devices
120ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
121bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
122cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
123de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
124en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
125ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
126fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
127fxp*	at	pci? dev ? function ?		# Intel EEPRO 10/100B (unt.)
128isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
129le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
130ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
131pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
132ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
133sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
134tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
135vga*	at	pci? dev ? function ?		# PCI VGA Graphics
136
137# ISA/EISA bus support
138isa*	at	pceb?
139eisa*	at	pceb?
140isa*	at	sio?
141
142# ISA devices
143mcclock* at	isa? port 0x70
144pcppi*	at	isa?				# PC prog. periph. interface
145pckbd*	at	pcppi?				# PC keyboard (kbd port)
146pms*	at	pcppi?				# PS/2-style mouse (aux port)
147com*	at	isa? port 0x3f8 irq 4		# standard serial ports
148com*	at	isa? port 0x2f8 irq 3
149ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
150#le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
151lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
152lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
153vga*	at	isa?				# ISA (EISA: XXX) VGA
154awdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
155awdc1	at	isa? port 0x170 irq 15
156#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
157aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
158aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
159bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
160bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
161uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
162uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
163
164# EISA devices
165ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
166ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
167bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
168ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
169fea*	at	eisa? slot ?			# DEC DEFEA FDDI
170uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
171
172# SCSI bus support
173scsibus* at	aha?
174scsibus* at	ahb?
175scsibus* at	ahc?
176scsibus* at	asc?
177scsibus* at	bha?
178scsibus* at	isp?
179scsibus* at	ncr?
180scsibus* at	uha?
181
182# SCSI devices
183cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
184sd*	at	scsibus? target ? lun ?		# SCSI disk drives
185st*	at	scsibus? target ? lun ?		# SCSI tape drives
186
187# ST506/ESDI/IDE devices
188awd*	at	awdc? drive ?
189
190# Workstation Console attachments
191#wscons* at	cfb?
192wscons*	at	vga?
193#wscons* at	sfb?
194wscons*	at	tga?
195
196pseudo-device	bpfilter	16
197pseudo-device	ccd		4
198pseudo-device	loop		1
199pseudo-device	md		1
200pseudo-device	ppp		4
201pseudo-device	pty		64
202pseudo-device	sl		4
203pseudo-device	vnd		4
204