GENERIC revision 1.19
1#
2# Distribution kernel (any  model) kernel config file
3
4#
5# 	$NetBSD: GENERIC,v 1.19 1997/11/17 01:58:22 lukem Exp $
6#
7include		"arch/pmax/conf/std.pmax"
8
9maxusers	64
10
11options 	MIPS1			# R2000/R3000 CPUs
12options 	MIPS3			# R4000/R4400/R4600 CPUs
13
14
15# Support for specific models of DECstation
16options 	DS3100			# PMAX (kn01) DECstation 2100, 3100
17options 	DS5000_25		# MAXINE (kn02ca/xine) support
18options 	DS5000_100		# 3MIN (kn02ba/kmin) support
19options 	DS5000_200		# 3MAX (kn02) support
20options 	DS5000_240		# 3MAXPLUS (kn03) support
21
22
23# Standard system options
24options 	DDB			# in-kernel debugger
25#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
26options 	DDB_ONPANIC=0		# don't enter debugger on panic
27#options 	DIAGNOSTIC		# extra kernel debugging checks
28#options 	DEBUG			# extra kernel debugging support
29options 	"COMPAT_43"		# compatibility with 4.3BSD binaries
30options 	KTRACE			# system call tracing support
31options 	"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
32
33#options 	SCSIVERBOSE		# Verbose SCSI errors
34
35#Old 4.4bsd/pmax kgdb options
36#options 	KGDB			# support for kernel gdb
37#options 	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
38#options 	"KGDBDEV=15*256+0"	# device for kernel gdb
39
40options 	NTP			# network time protocol
41#options 	UCONSOLE		# users can redirect console (unsafe)
42
43
44# Filesystem options
45file-system 	FFS             # fast filesystem with user and group quotas
46file-system 	MFS		# memory-based filesystem
47file-system 	NFS		# Sun NFS-compatible filesystem (client)
48file-system	LFS		# Log-based filesystem (still experimental)
49file-system 	CD9660		# ISO 9660 + Rock Ridge file system
50file-system 	FDESC		# /dev/fd
51file-system 	KERNFS		# /kern (kernel informational filesystem)
52file-system 	NULLFS		# loopback file system
53file-system 	PORTAL		# portal filesystem (still experimental)
54file-system 	PROCFS		# /proc
55file-system 	UMAPFS		# NULLFS + uid and gid remapping
56file-system 	UNION
57
58options 	FIFO		# POSIX fifo support (in all filesystems)
59options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
60options 	QUOTA		# UFS quotas
61
62# Networking options
63options 	INET		# Internet protocols
64options 	"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
65options 	GATEWAY		# IP packet forwarding
66options 	MULTICAST	# Multicast support
67#options 	MROUTING	# Multicast routing support
68#options 	ISO		# OSI networking
69#options 	TPIP		# TPIP
70#options 	EON		# OSI tunneling over IP
71#options 	CCITT,LLC,HDLC	# X.25
72
73# NetBSD backwards compatibility
74#options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
75#options 	COMPAT_11	# NetBSD 1.1,
76options 	COMPAT_12	# Netbsd 1.2 reboot()
77
78
79# pmax specific
80options 	COMPAT_ULTRIX	# ultrix compatibility
81options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
82options 	"HZ=256"	# RTC rate required
83
84config		netbsd		root on ? type ?
85config		nfsnetbsd	root on ? type nfs
86
87
88########################################################################
89###                   I/O bus and device options                     ###
90########################################################################
91
92# TC bus and supported options. (All but PMAXes have a turbochannel.)
93include 	"arch/pmax/conf/tc.std"
94
95# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
96include 	"arch/pmax/conf/builtin.ioasic"
97
98# MAXINE-only ioasic baseboard devices and on-baseboard "options"
99include 	"arch/pmax/conf/builtin.maxine"
100
101# 5000/200-only (aka 3MAX aka KN02) baseboard devices.
102# (KN02 has turbochannel but no	IOASIC).
103include 	"arch/pmax/conf/builtin.3max"
104
105# 2100/3100-only (aka PMAX aka KN01) baseboard devices.
106# (may also be present on a 5100).
107include 	"arch/pmax/conf/builtin.3100"
108
109########################################################################
110# SCSI configuration                                                   #
111########################################################################
112
113oldscsibus*	at sii?
114oldscsibus*	at asc?
115#
116# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
117#
118include 	"arch/pmax/conf/scsi.pmax"
119#include 	"arch/pmax/conf/mi.scsi"		# not yet supported
120
121# disks and tapes for a second ASC
122rz8	at	oldscsibus?	target ? drive ?
123rz9	at	oldscsibus?	target ? drive ?
124rz10	at	oldscsibus?	target ? drive ?
125rz11	at	oldscsibus?	target ? drive ?
126rz12	at	oldscsibus?	target ? drive ?
127rz13	at	oldscsibus?	target ? drive ?
128tz2	at	oldscsibus?	target?  drive ?
129tz3	at	oldscsibus?	target?  drive ?
130
131########################################################################
132###                        Pseudo-devices                            ###
133########################################################################
134
135pseudo-device	loop		1	# network loopback
136pseudo-device	sl		 4	# serial-line IP ports
137pseudo-device   ppp              2      # serial-line IP ports
138pseudo-device	pty		64	# pseudo ptys
139pseudo-device	bpfilter	16	# packet filter ports
140#pseudo-device	ipfilter		# IP filter, NAT
141
142pseudo-device	vnd		4	# virtual disk ick
143pseudo-device   ccd             4       # concatenated disks
144
145pseudo-device	rasterconsole	1 	# NB: raster console requires "fb"
146pseudo-device	fb		1	# up to 3 framebuffers
147