GENERIC revision 1.77
1#
2# 	$NetBSD: GENERIC,v 1.77 2000/06/14 22:02:35 veego Exp $
3#
4# Distribution kernel (any model) kernel config file
5#
6include		"arch/pmax/conf/std.pmax"
7
8#ident 		"GENERIC-$Revision: 1.77 $"
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# Networking options
76options 	INET		# Internet protocols
77options 	INET6		# IPV6
78#options 	IPSEC		# IP security
79#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
80#options 	IPSEC_DEBUG	# debug for IP security
81options 	"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
82options 	GATEWAY		# IP packet forwarding
83#options 	MROUTING	# Multicast routing support
84#options 	ISO		# OSI networking
85#options 	TPIP		# TPIP
86#options 	EON		# OSI tunneling over IP
87#options 	CCITT,LLC,HDLC	# X.25
88options 	NETATALK	# AppleTalk networking protocols
89options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
90options 	PPP_DEFLATE	# Deflate compression support for PPP
91options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
92options 	PFIL_HOOKS	# pfil(9) packet filter hooks
93options 	IPFILTER_LOG	# ipmon(8) log support
94
95# NetBSD backwards compatibility
96#options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
97#options 	COMPAT_11	# NetBSD 1.1,
98options 	COMPAT_12	# Netbsd 1.2 reboot()
99options 	COMPAT_13	# Netbsd 1.3
100options 	COMPAT_14	# Netbsd 1.4
101
102# Raster console options
103options 	FONT_BOLD8x16		# Font for fb devices
104options 	FONT_LUCIDA16x29	# Font for px devices
105#options 	FONT_GALLANT12x22
106#options 	FONT_QVSS8x15
107
108# pmax specific
109options 	COMPAT_ULTRIX	# Ultrix compatibility
110options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
111options 	"HZ=256"	# RTC rate required
112
113options 	NFS_BOOT_DHCP	# superset of BOOTP
114
115config		netbsd		root on ? type ?
116#config		nfsnetbsd	root on ? type nfs
117
118
119mainbus0	at root
120cpu*		at mainbus0
121
122## Peripheral Bus Support (for devices to attach to)
123## ----------------------------------------------------------------------------
124
125# TURBOchannel bus support
126tc*	at	mainbus0
127
128# 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
129ioasic0	at	tc?
130mcclock* at	ioasic? offset ?	# DS1287 RTC
131le*	at	ioasic? offset ?	# LANCE
132scc*	at	ioasic? offset ?	# Z85C30
133bba*	at	ioasic? offset ?	# MAXINE baseboard audio
134audio*	at	bba?
135dtop*	at	ioasic? offset ?	# MAXINE kbd and mouse
136#fdc	at	ioasic? offset ?	# MAXINE floppy disk (not supported)
137asc*	at	ioasic? offset ?	# NCR53C94 SCSI with IOASIC
138#xasc*	at	ioasic? offset ?	#  [ MI SCSI version ]
139
140# 3MAX has TURBOchannel but no IOASIC
141ibus0	at	tc? slot ? offset ?	# 3MAX system slot
142
143# PMAX, 3MAX and MIPSMATE common devices
144mcclock* at	ibus0 addr ?		# DS1287 RTC
145dc*	at	ibus0 addr ?		# DC7085 quad line serial device
146
147# TURBOchannel devices
148mfb*	at	tc? slot ? offset ?	# PMAG-A MX Monochrome Framebuffer
149cfb*	at	tc? slot ? offset ?	# PMAG-B CX Color Framebuffer
150#tfb*	at	tc? slot ? offset ?	# PMAG-RO TX True Color Framebuffer
151sfb*	at	tc? slot ? offset ?	# PMAGB-B HX Smart Framebuffer
152px0	at	tc? slot ? offset ?	# PMAG-C,D,E,F PX family
153#sfbp*	at	tc? slot ? offset ?	# PMAGD HX+ Smart Framebuffer
154xcfb*	at	tc? slot ? offset ?	# PMAG-DV Color Framebuffer at MAXINE
155asc*	at	tc? slot ? offset ?	# PMAZ-A single channel SCSI
156#xasc*	at	tc? slot ? offset ?	#  [ MI SCSI version ]
157le*	at	tc? slot ? offset ?	# PMAD-A LANCE
158fta*	at	tc? slot ? offset ?	# PMAF-F FDDI
159#tcds*	at	tc? slot ? offset ?	# PMAZB/PMAZC dual channel SCSI
160#asc*	at	tcds? chip ?
161
162# PMAX and MIPSMATE
163ibus0	at	mainbus0
164pm*	at	ibus0 addr ?		# 3100 onboard fb
165le*	at	ibus0 addr ?		# 3100, 5100 onboard LANCE
166sii*	at	ibus0 addr ?		# DC7061 onboard SCSI
167#xsii*	at	ibus0 addr ?		#  [ MI SCSI version ]
168
169#########################################################################
170# SCSI configuration							#
171#########################################################################
172
173# old 4.4BSD/pmax DECstation SCSI driver
174oldscsibus*	at sii?
175oldscsibus*	at asc?
176include 	"arch/pmax/conf/scsi.pmax"
177
178# MI SCSI configuration 
179#include 	"arch/pmax/conf/mi.scsi"
180
181#########################################################################
182# Pseudo-devices							#
183#########################################################################
184
185pseudo-device	loop		 1	# network loopback
186pseudo-device	sl		 4	# serial-line IP ports
187pseudo-device	ppp		 2	# serial-line IP ports
188pseudo-device	pty		64	# pseudo ptys
189pseudo-device	bpfilter	16	# packet filter ports
190pseudo-device	ipfilter		# IP filter, NAT
191#pseudo-device	gre		 2	# generic L3 over IP tunnel
192pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
193#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
194#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
195
196pseudo-device	vnd		 4	# virtual disk ick
197pseudo-device	ccd		 4	# concatenated disks
198#pseudo-device	raid		 4	# RAIDframe disk driver
199#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
200
201pseudo-device	rasterconsole	 1 	# NB: raster console requires "fb"
202pseudo-device	fb		 3	# up to 3 framebuffers
203
204pseudo-device	rnd			# /dev/random and in-kernel generator
205