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