GENERIC revision 1.48
1#
2# 	$NetBSD: GENERIC,v 1.48 1999/11/15 09:50:47 nisimura 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
34
35options 	SYSVMSG		# System V-like message queues
36options 	SYSVSEM		# System V-like semaphores
37options 	SYSVSHM		# System V-like memory sharing
38#options 	SHMMAXPGS=1024	# 1024 pages is the default
39
40options 	LKM			# loadable kernel modules
41options 	"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
42
43#options 	SCSIVERBOSE		# Verbose SCSI errors
44
45#Old 4.4bsd/pmax kgdb options
46#options 	KGDB			# support for kernel gdb
47#options 	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
48#options 	"KGDBDEV=15*256+0"	# device for kernel gdb
49
50options 	NTP			# network time protocol
51#options 	UCONSOLE		# users can redirect console (unsafe)
52
53
54# Filesystem options
55file-system 	FFS		# fast filesystem with user and group quotas
56file-system 	MFS		# memory-based filesystem
57file-system 	NFS		# Sun NFS-compatible filesystem (client)
58file-system	LFS		# Log-based filesystem (still experimental)
59file-system 	CD9660		# ISO 9660 + Rock Ridge file system
60file-system 	FDESC		# /dev/fd
61file-system 	KERNFS		# /kern (kernel informational filesystem)
62file-system 	NULLFS		# loopback file system
63file-system 	PORTAL		# portal filesystem (still experimental)
64file-system 	PROCFS		# /proc
65file-system 	UMAPFS		# NULLFS + uid and gid remapping
66file-system 	UNION
67
68options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
69options 	QUOTA		# UFS quotas
70#options 	FFS_EI		# FFS Endian Independant support
71
72# Networking options
73options 	INET		# Internet protocols
74options 	"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
75options 	GATEWAY		# IP packet forwarding
76#options 	MROUTING	# Multicast routing support
77#options 	ISO		# OSI networking
78#options 	TPIP		# TPIP
79#options 	EON		# OSI tunneling over IP
80#options 	CCITT,LLC,HDLC	# X.25
81options 	NETATALK	# AppleTalk networking protocols
82options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
83options 	PPP_DEFLATE	# Deflate compression support for PPP
84options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
85options 	PFIL_HOOKS	# pfil(9) packet filter hooks
86options 	IPFILTER_LOG	# ipmon(8) log support
87
88# NetBSD backwards compatibility
89#options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
90#options 	COMPAT_11	# NetBSD 1.1,
91options 	COMPAT_12	# Netbsd 1.2 reboot()
92options 	COMPAT_13	# Netbsd 1.3
93options 	COMPAT_14	# Netbsd 1.4
94
95# Raster console options
96options		FONT_BOLD8x16		# Font for fb devices
97options		FONT_LUCIDA16x29	# Font for px devices
98#options	FONT_GALLANT12x22
99#options	FONT_QVSS8x15
100
101# pmax specific
102options 	COMPAT_ULTRIX	# Ultrix compatibility
103options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
104options 	"HZ=256"	# RTC rate required
105
106options 	NFS_BOOT_DHCP	# superset of BOOTP
107
108config		netbsd		root on ? type ?
109#config		nfsnetbsd	root on ? type nfs
110
111
112mainbus0	at root
113cpu*		at mainbus0
114
115## Peripheral Bus Support (for devices to attach to)
116## ----------------------------------------------------------------------------
117
118# TURBOchannel bus support
119tc*	at	mainbus0
120
121# 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
122ioasic0	at	tc?
123mcclock0 at	ioasic? offset ?	# DS1287 RTC
124asc0	at	ioasic? offset ?	# NCR53C94 SCSI with IOASIC
125le0	at	ioasic? offset ?	# LANCE
126scc0	at	ioasic? offset ?	# Z85C30
127scc1	at	ioasic? offset ?	# Z85C30
128dtop0	at	ioasic? offset ?	# MAXINE kbd and mouse
129#isdn	at	ioasic? offset ?	# MAXINE ISDN/audio (not supported)
130#fdc	at	ioasic? offset ?	# MAXINE floppy disk (not supported)
131
132# 3MAX has TURBOchannel but no IOASIC
133ibus0	at	tc? # slot ? offset ?	# 3MAX system slot
134mcclock0 at	ibus0			# DS1287 RTC
135dc0	at	ibus0			# DC7085 quad line serial device
136
137# TURBOchannel devices
138mfb*	at	tc?			# PMAG-A MX Monochrome Framebuffer
139cfb*	at	tc?			# PMAG-B CX Color Framebuffer
140#tfb*	at	tc?			# PMAG-RO TX True Color Framebuffer
141sfb*	at	tc?			# PMAGB-B HX Smart Framebuffer
142px0	at	tc?			# PMAG-C PX family
143#sfbp*	at	tc?			# PMAGD HX+ Smart Framebuffer
144xcfb0	at	tc?			# PMAG-DV Color Framebuffer at MAXINE
145asc*	at	tc?			# PMAZ-A single channel SCSI
146le*	at	tc?			# PMAD-A LANCE
147fta*	at	tc?			# PMAF-F FDDI
148#tcds*	at	tc?			# PMAZB/PMAZC dual channel SCSI
149#asc*	at	tcds? chip ?
150
151# PMAX and MIPSMATE
152ibus0	at	mainbus0
153mcclock0 at	ibus0			# MC146818 RTC
154dc0	at	ibus0			# DC7085 quad line serial device
155le0	at	ibus0			# 3100 onboard LANCE
156sii0	at	ibus0			# DC7061 onboard SCSI
157pm0	at	ibus0			# 3100 onboard fb
158dc*	at	ibus0			# 5100 optional serial devices
159
160#########################################################################
161# SCSI configuration							#
162#########################################################################
163
164oldscsibus*	at sii?
165oldscsibus*	at asc?
166#
167# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
168#
169include 	"arch/pmax/conf/scsi.pmax"
170#include 	"arch/pmax/conf/mi.scsi"		# not yet supported
171
172#########################################################################
173# Pseudo-devices							#
174#########################################################################
175
176pseudo-device	loop		 1	# network loopback
177pseudo-device	sl		 4	# serial-line IP ports
178pseudo-device	ppp		 2	# serial-line IP ports
179pseudo-device	pty		64	# pseudo ptys
180pseudo-device	bpfilter	16	# packet filter ports
181pseudo-device	ipfilter		# IP filter, NAT
182#pseudo-device	gre		 2	# generic L3 over IP tunnel
183
184pseudo-device	vnd		 4	# virtual disk ick
185pseudo-device	ccd		 4	# concatenated disks
186#pseudo-device	raid		 4	# RAIDframe disk driver
187
188pseudo-device	rasterconsole	 1 	# NB: raster console requires "fb"
189pseudo-device	fb		 3	# up to 3 framebuffers
190
191pseudo-device	rnd			# /dev/random and in-kernel generator
192