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