GENERIC revision 1.74
1#
2# 	$NetBSD: GENERIC,v 1.74 2000/05/02 08:03:53 augustss Exp $
3#
4# Distribution kernel (any model) kernel config file
5#
6include		"arch/pmax/conf/std.pmax"
7
8#ident 		"GENERIC-$Revision: 1.74 $"
9
10maxusers	64
11
12options 	MIPS1		# R2000/R3000 CPUs
13options 	MIPS3		# R4000/R4400 CPUs
14
15
16# Support for specific models of DECstation
17options 	DEC_3100	# DECstation 2100, 3100 (kn01)
18options 	DEC_5100	# DECsystem 5100 (kn230)
19options 	DEC_3MAX	# DECstation 5000/200 (kn02)
20options 	DEC_3MIN	# DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
21options 	DEC_MAXINE	# Personal DECstation 5000/xx (kn02ca)
22options 	DEC_3MAXPLUS	# DECstation 5000/240 (kn03), 5000/260 (kn05)
23
24#options 	DEC_5400	# DECsystem 5400 (kn210)
25#options 	DEC_5500	# DECsystem 5500 (kn220)
26#options 	DEC_5800	# DECsystem 58x0 (kn5800)
27
28# Standard system options
29options 	DDB			# in-kernel debugger
30#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
31options 	DDB_ONPANIC=0		# don't enter debugger on panic
32#options 	DIAGNOSTIC		# extra kernel debugging checks
33#options 	DEBUG			# extra kernel debugging support
34options 	"COMPAT_43"		# compatibility with 4.3BSD binaries
35options 	KTRACE			# system call tracing support
36
37options 	SYSVMSG		# System V-like message queues
38options 	SYSVSEM		# System V-like semaphores
39options 	SYSVSHM		# System V-like memory sharing
40#options 	SHMMAXPGS=1024	# 1024 pages is the default
41
42options 	LKM			# loadable kernel modules
43
44#options 	SCSIVERBOSE		# Verbose SCSI errors
45
46# Old 4.4BSD/pmax kgdb options
47#options 	KGDB			# support for kernel gdb
48#options 	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
49#options 	"KGDBDEV=15*256+0"	# device for kernel gdb
50
51options 	NTP			# network time protocol
52#options 	UCONSOLE		# users can redirect console (unsafe)
53
54
55# Filesystem options
56file-system 	FFS		# fast filesystem with user and group quotas
57file-system 	MFS		# memory-based filesystem
58file-system 	NFS		# Sun NFS-compatible filesystem (client)
59file-system	LFS		# Log-based filesystem (still experimental)
60file-system 	CD9660		# ISO 9660 + Rock Ridge file system
61file-system 	FDESC		# /dev/fd
62file-system 	KERNFS		# /kern (kernel informational filesystem)
63file-system 	NULLFS		# loopback file system
64file-system 	OVERLAY		# overlay file system
65file-system 	PORTAL		# portal filesystem (still experimental)
66file-system 	PROCFS		# /proc
67file-system 	UMAPFS		# NULLFS + uid and gid remapping
68file-system 	UNION
69
70options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
71options 	QUOTA		# UFS quotas
72#options 	FFS_EI		# FFS Endian Independant support
73#options 	SOFTDEP         # FFS soft updates support.
74
75# Pull in config fragments for kernel crypto.  This is required for
76# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
77# one of these, based on whether you use crypto-us or crypto-intl, and
78# adjust the prefixes as necessary.
79
80#prefix ../crypto-us/sys
81#cinclude "conf/files.crypto-us"
82#prefix
83
84#prefix ../crypto-intl/sys
85#cinclude "conf/files.crypto-intl"
86#prefix
87
88# Networking options
89options 	INET		# Internet protocols
90options 	INET6		# IPV6
91#options 	IPSEC		# IP security
92#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
93#options 	IPSEC_DEBUG	# debug for IP security
94options 	"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
95options 	GATEWAY		# IP packet forwarding
96#options 	MROUTING	# Multicast routing support
97#options 	ISO		# OSI networking
98#options 	TPIP		# TPIP
99#options 	EON		# OSI tunneling over IP
100#options 	CCITT,LLC,HDLC	# X.25
101options 	NETATALK	# AppleTalk networking protocols
102options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
103options 	PPP_DEFLATE	# Deflate compression support for PPP
104options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
105options 	PFIL_HOOKS	# pfil(9) packet filter hooks
106options 	IPFILTER_LOG	# ipmon(8) log support
107
108# NetBSD backwards compatibility
109#options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
110#options 	COMPAT_11	# NetBSD 1.1,
111options 	COMPAT_12	# Netbsd 1.2 reboot()
112options 	COMPAT_13	# Netbsd 1.3
113options 	COMPAT_14	# Netbsd 1.4
114
115# Raster console options
116options 	FONT_BOLD8x16		# Font for fb devices
117options 	FONT_LUCIDA16x29	# Font for px devices
118#options 	FONT_GALLANT12x22
119#options 	FONT_QVSS8x15
120
121# pmax specific
122options 	COMPAT_ULTRIX	# Ultrix compatibility
123options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
124options 	"HZ=256"	# RTC rate required
125
126options 	NFS_BOOT_DHCP	# superset of BOOTP
127
128config		netbsd		root on ? type ?
129#config		nfsnetbsd	root on ? type nfs
130
131
132mainbus0	at root
133cpu*		at mainbus0
134
135## Peripheral Bus Support (for devices to attach to)
136## ----------------------------------------------------------------------------
137
138# TURBOchannel bus support
139tc*	at	mainbus0
140
141# 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
142ioasic0	at	tc?
143mcclock* at	ioasic? offset ?	# DS1287 RTC
144le*	at	ioasic? offset ?	# LANCE
145scc*	at	ioasic? offset ?	# Z85C30
146bba0	at	ioasic? offset ?	# MAXINE audio
147audio*	at	bba?
148#isdn	at	ioasic? offset ?	# MAXINE ISDN (not supported)
149dtop*	at	ioasic? offset ?	# MAXINE kbd and mouse
150#fdc	at	ioasic? offset ?	# MAXINE floppy disk (not supported)
151asc*	at	ioasic? offset ?	# NCR53C94 SCSI with IOASIC
152#xasc*	at	ioasic? offset ?	#  [ MI SCSI version ]
153
154# 3MAX has TURBOchannel but no IOASIC
155ibus0	at	tc? slot ? offset ?	# 3MAX system slot
156
157# PMAX, 3MAX and MIPSMATE common devices
158mcclock* at	ibus0 addr ?		# DS1287 RTC
159dc*	at	ibus0 addr ?		# DC7085 quad line serial device
160
161# TURBOchannel devices
162mfb*	at	tc? slot ? offset ?	# PMAG-A MX Monochrome Framebuffer
163cfb*	at	tc? slot ? offset ?	# PMAG-B CX Color Framebuffer
164#tfb*	at	tc? slot ? offset ?	# PMAG-RO TX True Color Framebuffer
165sfb*	at	tc? slot ? offset ?	# PMAGB-B HX Smart Framebuffer
166px0	at	tc? slot ? offset ?	# PMAG-C,D,E,F PX family
167#sfbp*	at	tc? slot ? offset ?	# PMAGD HX+ Smart Framebuffer
168xcfb*	at	tc? slot ? offset ?	# PMAG-DV Color Framebuffer at MAXINE
169asc*	at	tc? slot ? offset ?	# PMAZ-A single channel SCSI
170#xasc*	at	tc? slot ? offset ?	#  [ MI SCSI version ]
171le*	at	tc? slot ? offset ?	# PMAD-A LANCE
172fta*	at	tc? slot ? offset ?	# PMAF-F FDDI
173#tcds*	at	tc? slot ? offset ?	# PMAZB/PMAZC dual channel SCSI
174#asc*	at	tcds? chip ?
175
176# PMAX and MIPSMATE
177ibus0	at	mainbus0
178pm*	at	ibus0 addr ?		# 3100 onboard fb
179le*	at	ibus0 addr ?		# 3100, 5100 onboard LANCE
180sii*	at	ibus0 addr ?		# DC7061 onboard SCSI
181
182#########################################################################
183# SCSI configuration							#
184#########################################################################
185
186# old 4.4BSD/pmax DECstation SCSI driver
187oldscsibus*	at sii?
188oldscsibus*	at asc?
189include 	"arch/pmax/conf/scsi.pmax"
190
191# MI SCSI configuration 
192#include 	"arch/pmax/conf/mi.scsi"		# DS5000 only
193
194#########################################################################
195# Pseudo-devices							#
196#########################################################################
197
198pseudo-device	loop		 1	# network loopback
199pseudo-device	sl		 4	# serial-line IP ports
200pseudo-device	ppp		 2	# serial-line IP ports
201pseudo-device	pty		64	# pseudo ptys
202pseudo-device	bpfilter	16	# packet filter ports
203pseudo-device	ipfilter		# IP filter, NAT
204#pseudo-device	gre		 2	# generic L3 over IP tunnel
205pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
206#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
207#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
208
209pseudo-device	vnd		 4	# virtual disk ick
210pseudo-device	ccd		 4	# concatenated disks
211#pseudo-device	raid		 4	# RAIDframe disk driver
212#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
213
214pseudo-device	rasterconsole	 1 	# NB: raster console requires "fb"
215pseudo-device	fb		 3	# up to 3 framebuffers
216
217pseudo-device	rnd			# /dev/random and in-kernel generator
218