GENERIC revision 1.23
1#	$NetBSD: GENERIC,v 1.23 1996/09/16 16:30:43 cgd Exp $
2#
3# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
4
5include	"std.alpha"
6
7maxusers 8
8
9# CPU Support
10options		DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
11options		DEC_3000_300	# Pelican etc:	3000/300*
12options		DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
13options		DEC_KN20AA	# KN20AA:	AlphaStation 600
14options		DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
15#options	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
16
17# needs to be set per system
18options		TIMEZONE="5*60"		# Minutes west of GMT (for param.c)
19options		DST=1			# Daylight savings rules (for param.c)
20
21# Standard system options
22options		SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
23options		DEBUG, DIAGNOSTIC	# Extra kernel debugging
24options		KTRACE			# System call tracing support
25
26# File system options
27options		FIFO		# POSIX fifo support (in all file systems)
28options		FFS		# Fast file system
29options		MFS		# Memory-based file system
30options		NFSSERVER	# Sun NFS-compatible file system server
31options		NFSCLIENT	# Sun NFS-compatible file system client
32
33# Networking options
34options		INET		# Internet protocol suite
35
36# 4.3BSD compatibility.  Should be optional, but necessary for now.
37options		COMPAT_43
38
39# Binary compatibility with previous versions of NetBSD.
40#options	COMPAT_09
41options		COMPAT_10
42options		COMPAT_11
43options		COMPAT_12
44
45# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK
46#options	COMPAT_OSF1
47
48# Loadable Kernel Modules
49options		LKM
50
51# Disable kernel security.
52#options	INSECURE
53
54# Misc. options
55options		EISAVERBOSE		# recognize "unknown" EISA devices
56options		PCIVERBOSE		# recognize "unknown" PCI devices
57options		TCVERBOSE		# recognize "unknown" TC devices
58options		UCONSOLE		# users can use TIOCCONS (for xconsole)
59
60config		netbsd	swap generic
61#config		netbsd	root on sd0 swap on sd0
62#config		netbsd	root nfs swap nfs
63
64mainbus0 at	root
65cpu*	at	mainbus0
66
67# TurboChannel host bus adapter support
68tcasic*	at	mainbus0
69
70# TurboChannel bus support
71tc*	at	tcasic?
72
73# TurboChannel devices
74ioasic0	at	tc? slot ? offset ?
75mcclock0 at	ioasic? offset ?
76le*	at	ioasic? offset ?
77scc0	at	ioasic? offset ?
78scc1	at	ioasic? offset ?
79tcds0	at	tc? slot ? offset ?
80esp0	at	tcds? slot ?
81esp1	at	tcds? slot ?
82cfb*	at	tc? slot ? offset ?
83sfb*	at	tc? slot ? offset ?
84le*	at	tc? slot ? offset ?
85fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
86
87# PCI host bus adapter support
88apecs*	at	mainbus?
89cia*	at	mainbus?
90lca*	at	mainbus?
91
92# PCI bus support
93pci*	at	apecs?
94pci*	at	cia?
95pci*	at	lca?
96pci*	at	ppb?
97
98# PCI devices
99#ahc*	at	pci? dev ? function ?		# AHA-28xx SCSI (NOT 64-BIT)
100de*	at	pci? dev ? function ?		# 21x4[012]-based Ethernet
101en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
102ep*	at	pci? dev ? function ?		# 3COM 3c59x (untested)
103fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI cards
104le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
105ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
106pceb*	at	pci? dev ? function ?		# Intel PCI-EISA brige
107pcivga*	at	pci? dev ? function ?		# PCI VGA graphics
108ppb*	at	pci? dev ? function ?		# PCI-PCI bridges
109sio*	at	pci? dev ? function ?		# Intel PCI-ISA bridge
110tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] graphics
111
112# ISA/EISA bus support
113isa*	at	pceb?
114eisa*	at	pceb?
115isa*	at	sio?
116
117# ISA devices
118mcclock0 at	isa? port 0x70
119pckbd0	at	isa? port 0x60 irq 1		# PC-ish ISA keyboard
120pms0	at	isa? port 0x60 irq 12		# PS/2 auxiliary
121com0	at	isa? port 0x3f8 irq 4		# standard serial ports
122com1	at	isa? port 0x2f8 irq 3
123lpt0	at	isa? port 0x3bc irq 7		# standard parallel port
124#wss0	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
125
126# EISA devices
127fea*	at	eisa? slot ?			# DEC DEFEA FDDI cards
128
129# SCSI bus support
130scsibus* at	esp?
131scsibus* at	ncr?
132
133# SCSI devices
134sd*	at	scsibus? target ? lun ?
135st*	at	scsibus? target ? lun ?
136cd*	at	scsibus? target ? lun ?
137
138# Workstation Console attachments
139wscons*	at	cfb?
140wscons*	at	pcivga?
141wscons*	at	sfb?
142wscons*	at	tga?
143
144pseudo-device	bpfilter	16
145pseudo-device	loop
146pseudo-device	pty		64
147pseudo-device	sl		4
148pseudo-device	vnd		4
149pseudo-device	rd		1
150