GENERIC revision 1.40
1#
2# 	$NetBSD: GENERIC,v 1.40 1999/04/13 18:53:28 ad Exp $
3#
4# Distribution kernel (any model) kernel config file
5#
6include		"arch/pmax/conf/std.pmax"
7
8maxusers	64
9
10options 	MIPS1		# R2000/R3000 CPUs
11options 	MIPS3		# R4000/R4400 CPUs
12
13
14# Support for specific models of DECstation
15options 	DEC_3100	# DECstation 2100, 3100 (kn01)
16options 	DEC_5100	# DECsystem 5100 (kn230)
17options 	DEC_3MAX	# DECstation 5000/200 (kn02)
18options 	DEC_3MIN	# DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
19options 	DEC_MAXINE	# Personal DECstation 5000/xx (kn02ca)
20options 	DEC_3MAXPLUS	# DECstation 5000/240 (kn03), 5000/260 (kn05)
21
22#options 	DEC_5400
23#options 	DEC_5800
24#options 	DEC_5500
25
26# Standard system options
27options 	DDB			# in-kernel debugger
28#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
29options 	DDB_ONPANIC=0		# don't enter debugger on panic
30#options 	DIAGNOSTIC		# extra kernel debugging checks
31#options 	DEBUG			# extra kernel debugging support
32options 	"COMPAT_43"		# compatibility with 4.3BSD binaries
33options 	KTRACE			# system call tracing support
34options 	"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
35
36#options 	SCSIVERBOSE		# Verbose SCSI errors
37
38#Old 4.4bsd/pmax kgdb options
39#options 	KGDB			# support for kernel gdb
40#options 	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
41#options 	"KGDBDEV=15*256+0"	# device for kernel gdb
42
43options 	NTP			# network time protocol
44#options 	UCONSOLE		# users can redirect console (unsafe)
45
46
47# Filesystem options
48file-system 	FFS		# fast filesystem with user and group quotas
49file-system 	MFS		# memory-based filesystem
50file-system 	NFS		# Sun NFS-compatible filesystem (client)
51file-system	LFS		# Log-based filesystem (still experimental)
52file-system 	CD9660		# ISO 9660 + Rock Ridge file system
53file-system 	FDESC		# /dev/fd
54file-system 	KERNFS		# /kern (kernel informational filesystem)
55file-system 	NULLFS		# loopback file system
56file-system 	PORTAL		# portal filesystem (still experimental)
57file-system 	PROCFS		# /proc
58file-system 	UMAPFS		# NULLFS + uid and gid remapping
59file-system 	UNION
60
61options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
62options 	QUOTA		# UFS quotas
63#options 	FFS_EI		# FFS Endian Independant support
64
65# Networking options
66options 	INET		# Internet protocols
67options 	"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
68options 	GATEWAY		# IP packet forwarding
69#options 	MROUTING	# Multicast routing support
70#options 	ISO		# OSI networking
71#options 	TPIP		# TPIP
72#options 	EON		# OSI tunneling over IP
73#options 	CCITT,LLC,HDLC	# X.25
74options 	NETATALK	# AppleTalk networking protocols
75#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
76#options 	PPP_DEFLATE	# Deflate compression support for PPP
77#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
78#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
79options 	IPFILTER_LOG	# ipmon(8) log support
80
81# NetBSD backwards compatibility
82#options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
83#options 	COMPAT_11	# NetBSD 1.1,
84options 	COMPAT_12	# Netbsd 1.2 reboot()
85options 	COMPAT_13	# Netbsd 1.3
86
87# Raster console options
88options		RASOPS1			# 1-bit framebuffer ops (XXX)
89options		RASOPS8			# 8-bit framebuffer ops (XXX)
90options		FONT_BOLD8x16		# Font for fb devices
91options		FONT_LUCIDA16x29	# Font for px devices
92#options	RASTERCONSOLE_FGCOL=WSCOL_GREEN
93#options	RASTERCONSOLE_BGCOL=WSCOL_BLACK
94
95# pmax specific
96options 	COMPAT_ULTRIX	# Ultrix compatibility
97options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
98options 	"HZ=256"	# RTC rate required
99
100# The pmax proms need bootp anyway, so just use bootp.
101options 	NFS_BOOT_BOOTP
102
103config		netbsd		root on ? type ?
104config		nfsnetbsd	root on ? type nfs
105
106
107mainbus0	at root
108cpu*		at mainbus0
109
110#########################################################################
111# I/O bus and device options						#
112#########################################################################
113
114# TC bus and supported options. (All but PMAXes have a TURBOchannel.)
115include 	"arch/pmax/conf/tc.std"
116
117# IOASIC standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
118include 	"arch/pmax/conf/builtin.ioasic"
119
120# MAXINE-only IOASIC baseboard devices and on-baseboard "options"
121include 	"arch/pmax/conf/builtin.maxine"
122
123# 5000/200-only baseboard devices.
124# (3MAX has TURBOchannel but no	IOASIC).
125include 	"arch/pmax/conf/builtin.3max"
126
127# 2100/3100-only baseboard devices.
128# (may also be present on 5100).
129include 	"arch/pmax/conf/builtin.3100"
130include 	"arch/pmax/conf/builtin.5100"
131
132
133# baseboard devices on 5100, 3100 "ibus" virtual bus
134include 	"arch/pmax/conf/ibus.std"
135
136
137#########################################################################
138# SCSI configuration							#
139#########################################################################
140
141oldscsibus*	at sii?
142oldscsibus*	at asc?
143#
144# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
145#
146include 	"arch/pmax/conf/scsi.pmax"
147#include 	"arch/pmax/conf/mi.scsi"		# not yet supported
148
149#########################################################################
150# Pseudo-devices							#
151#########################################################################
152
153pseudo-device	loop		 1	# network loopback
154pseudo-device	sl		 4	# serial-line IP ports
155pseudo-device	ppp		 2	# serial-line IP ports
156pseudo-device	pty		64	# pseudo ptys
157pseudo-device	bpfilter	16	# packet filter ports
158pseudo-device	ipfilter		# IP filter, NAT
159#pseudo-device	gre		 2	# generic L3 over IP tunnel
160
161pseudo-device	vnd		 4	# virtual disk ick
162pseudo-device	ccd		 4	# concatenated disks
163#pseudo-device	raid		 4	# RAIDframe disk driver
164
165pseudo-device	rasterconsole	 1 	# NB: raster console requires "fb"
166pseudo-device	fb		 1	# up to 3 framebuffers
167
168pseudo-device	rnd			# /dev/random and in-kernel generator
169