GENERIC revision 1.37
1#	$NetBSD: GENERIC,v 1.37 1997/01/31 01:42:36 thorpej 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
15options		DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
16options		DEC_3000_300	# Pelican etc:	3000/300*
17options		DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
18options		DEC_KN20AA	# KN20AA:	AlphaStation 600
19options		DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
20options		DEC_EB164	# EB164:	AlphaPC 164
21#options	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
22
23# Standard system options
24options		DEBUG, DIAGNOSTIC	# Extra kernel debugging
25options		KTRACE			# System call tracing support
26
27# File systems
28file-system 	FFS		# Fast file system
29file-system 	MFS		# Memory-based file system
30file-system 	NFS		# Sun NFS-compatible file system client
31file-system 	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
32file-system 	MSDOSFS		# MS-DOS-compatible file system
33
34# File system options
35options		FIFO		# POSIX fifo support (in all file systems)
36options		NFSSERVER	# Sun NFS-compatible file system server
37
38# Networking options
39options		INET		# Internet protocol suite
40
41# 4.3BSD compatibility.  Should be optional, but necessary for now.
42options		COMPAT_43
43
44# Binary compatibility with previous versions of NetBSD.
45#options	COMPAT_09
46options		COMPAT_10
47options		COMPAT_11
48options		COMPAT_12
49
50# System V-like shared memory
51options		SYSVSHM
52#options	SHMMAXPGS=1024		# 1024 pages is the default
53
54# Loadable Kernel Modules
55options		LKM
56
57# Disable kernel security.
58#options	INSECURE
59
60# Misc. options
61options		EISAVERBOSE		# recognize "unknown" EISA devices
62options		PCIVERBOSE		# recognize "unknown" PCI devices
63options		TCVERBOSE		# recognize "unknown" TC devices
64options		UCONSOLE		# users can use TIOCCONS (for xconsole)
65
66config		netbsd	root on ? type ?
67#config		netbsd	root on sd0 type ffs swap on sd0
68#config		netbsd	root on ? type nfs
69
70mainbus0 at	root
71cpu*	at	mainbus0
72
73# TurboChannel host bus adapter support
74tcasic*	at	mainbus0
75
76# TurboChannel bus support
77tc*	at	tcasic?
78
79# TurboChannel devices
80ioasic*	at	tc? slot ? offset ?
81mcclock* at	ioasic? offset ?
82le*	at	ioasic? offset ?
83scc0	at	ioasic? offset ?
84scc1	at	ioasic? offset ?
85tcds0	at	tc? slot ? offset ?
86esp0	at	tcds? slot ?
87esp1	at	tcds? slot ?
88cfb*	at	tc? slot ? offset ?
89sfb*	at	tc? slot ? offset ?
90le*	at	tc? slot ? offset ?
91fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
92
93# PCI host bus adapter support
94apecs*	at	mainbus?
95cia*	at	mainbus?
96lca*	at	mainbus?
97
98# PCI bus support
99pci*	at	apecs?
100pci*	at	cia?
101pci*	at	lca?
102pci*	at	ppb?
103
104# PCI devices
105#ahc*	at	pci? dev ? function ?		# AHA-28xx SCSI (NOT 64-BIT)
106de*	at	pci? dev ? function ?		# 21x4[012]-based Ethernet
107en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
108ep*	at	pci? dev ? function ?		# 3COM 3c59x (untested)
109fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI cards
110le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
111ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
112pceb*	at	pci? dev ? function ?		# Intel PCI-EISA brige
113vga*	at	pci? dev ? function ?		# PCI VGA graphics
114ppb*	at	pci? dev ? function ?		# PCI-PCI bridges
115sio*	at	pci? dev ? function ?		# Intel PCI-ISA bridge
116tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] graphics
117
118# ISA/EISA bus support
119isa*	at	pceb?
120eisa*	at	pceb?
121isa*	at	sio?
122
123# ISA devices
124mcclock* at	isa? port 0x70
125pcppi*	at	isa?				# PC prog. periph. interface
126pckbd*	at	pcppi?				# PC keyboard (kbd port)
127pms*	at	pcppi?				# PS/2-style mouse (aux port)
128com*	at	isa? port 0x3f8 irq 4		# standard serial ports
129com*	at	isa? port 0x2f8 irq 3
130lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
131vga*	at	isa?				# ISA (EISA: XXX) VGA
132#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
133
134# EISA devices
135fea*	at	eisa? slot ?			# DEC DEFEA FDDI cards
136
137# SCSI bus support
138scsibus* at	esp?
139scsibus* at	ncr?
140
141# SCSI devices
142cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
143sd*	at	scsibus? target ? lun ?		# SCSI disk drives
144st*	at	scsibus? target ? lun ?		# SCSI tape drives
145
146# Workstation Console attachments
147wscons*	at	cfb?
148wscons*	at	vga?
149wscons*	at	sfb?
150wscons*	at	tga?
151
152pseudo-device	bpfilter	16
153pseudo-device	ccd		4
154pseudo-device	loop		1
155pseudo-device	md		1
156pseudo-device	ppp		4
157pseudo-device	pty		64
158pseudo-device	sl		4
159pseudo-device	vnd		4
160