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