GENERIC revision 1.88
1#
2# 	$NetBSD: GENERIC,v 1.88 2001/07/08 16:32:23 abs Exp $
3#
4# Distribution kernel (any model) kernel config file
5#
6include		"arch/pmax/conf/std.pmax"
7
8#ident		"GENERIC-$Revision: 1.88 $"
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
39#options	SEMMNI=10	# number of semaphore identifiers
40#options	SEMMNS=60	# number of semaphores in system
41#options	SEMUME=10	# max number of undo entries per process
42#options	SEMMNU=30	# number of undo structures in system
43options 	SYSVSHM		# System V-like memory sharing
44#options 	SHMMAXPGS=1024	# 1024 pages is the default
45
46options 	LKM			# loadable kernel modules
47
48#options 	SCSIVERBOSE		# Verbose SCSI errors
49#options 	TCVERBOSE		# recognize "unknown" TC devices
50
51# Old 4.4BSD/pmax kgdb options
52#options 	KGDB			# support for kernel gdb
53#options 	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
54#options 	"KGDBDEV=15*256+0"	# device for kernel gdb
55
56options 	NTP			# network time protocol
57#options 	UCONSOLE		# users can redirect console (unsafe)
58
59
60# Filesystem options
61file-system	FFS		# fast filesystem with user and group quotas
62file-system	MFS		# memory-based filesystem
63file-system	NFS		# Sun NFS-compatible filesystem (client)
64file-system	LFS		# Log-based filesystem (still experimental)
65file-system	CD9660		# ISO 9660 + Rock Ridge file system
66file-system	FDESC		# /dev/fd
67file-system	KERNFS		# /kern (kernel informational filesystem)
68file-system	NULLFS		# loopback file system
69file-system	OVERLAY		# overlay file system
70file-system	PORTAL		# portal filesystem (still experimental)
71file-system	PROCFS		# /proc
72file-system	UMAPFS		# NULLFS + uid and gid remapping
73file-system	UNION
74
75options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
76options 	QUOTA		# UFS quotas
77#options 	FFS_EI		# FFS Endian Independant support
78options 	SOFTDEP         # FFS soft updates support.
79# VNODE_OP_NOINLINE will produce smaller and possibly slightly faster kernels
80#options 	VNODE_OP_NOINLINE	# don't inline vnode op calls
81
82# Networking options
83options 	INET		# Internet protocols
84options 	INET6		# IPV6
85#options 	IPSEC		# IP security
86#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
87#options 	IPSEC_DEBUG	# debug for IP security
88options 	GATEWAY		# IP packet forwarding
89#options 	MROUTING	# Multicast routing support
90#options 	ISO		# OSI networking
91#options 	TPIP		# TPIP
92#options 	EON		# OSI tunneling over IP
93#options 	CCITT,LLC,HDLC	# X.25
94options 	NETATALK	# AppleTalk networking protocols
95options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
96options 	PPP_DEFLATE	# Deflate compression support for PPP
97options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
98options 	PFIL_HOOKS	# pfil(9) packet filter hooks
99options 	IPFILTER_LOG	# ipmon(8) log support
100#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
101
102# NetBSD backwards compatibility
103#options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
104#options 	COMPAT_11	# NetBSD 1.1,
105options 	COMPAT_12	# Netbsd 1.2 reboot()
106options 	COMPAT_13	# Netbsd 1.3
107options 	COMPAT_14	# Netbsd 1.4
108#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
109
110# Raster console options
111options 	FONT_BOLD8x16		# Font for fb devices
112options 	FONT_LUCIDA16x29	# Font for px devices
113#options 	FONT_GALLANT12x22
114#options 	FONT_QVSS8x15
115
116# pmax specific
117options 	COMPAT_ULTRIX	# Ultrix compatibility
118options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
119options 	"HZ=256"	# RTC rate required
120
121options 	NFS_BOOT_DHCP	# superset of BOOTP
122
123config		netbsd		root on ? type ?
124#config		nfsnetbsd	root on ? type nfs
125
126
127mainbus0	at root
128cpu*		at mainbus0
129
130## Peripheral Bus Support (for devices to attach to)
131## ----------------------------------------------------------------------------
132
133# TURBOchannel bus support
134tc*	at	mainbus0
135
136# 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
137ioasic0	at	tc?
138mcclock* at	ioasic? offset ?	# DS1287 RTC
139le*	at	ioasic? offset ?	# LANCE
140scc*	at	ioasic? offset ?	# Z85C30
141bba*	at	ioasic? offset ?	# MAXINE baseboard audio
142audio*	at	bba?
143dtop*	at	ioasic? offset ?	# MAXINE kbd and mouse
144#fdc	at	ioasic? offset ?	# MAXINE floppy disk (not supported)
145asc*	at	ioasic? offset ?	# NCR53C94 SCSI with IOASIC
146#xasc*	at	ioasic? offset ?	#  [ MI SCSI version ]
147
148# 3MAX has TURBOchannel but no IOASIC
149ibus0	at	tc? slot ? offset ?	# 3MAX system slot
150
151# PMAX, 3MAX and MIPSMATE common devices
152mcclock* at	ibus0 addr ?		# DS1287 RTC
153dc*	at	ibus0 addr ?		# DC7085 quad line serial device
154
155# TURBOchannel devices
156mfb*	at	tc? slot ? offset ?	# PMAG-A MX Monochrome Framebuffer
157cfb*	at	tc? slot ? offset ?	# PMAG-B CX Color Framebuffer
158#tfb*	at	tc? slot ? offset ?	# PMAG-RO TX True Color Framebuffer
159sfb*	at	tc? slot ? offset ?	# PMAGB-B HX Smart Framebuffer
160px0	at	tc? slot ? offset ?	# PMAG-C,D,E,F PX family
161#sfbp*	at	tc? slot ? offset ?	# PMAGD HX+ Smart Framebuffer
162xcfb*	at	tc? slot ? offset ?	# PMAG-DV Color Framebuffer at MAXINE
163asc*	at	tc? slot ? offset ?	# PMAZ-A single channel SCSI
164#xasc*	at	tc? slot ? offset ?	#  [ MI SCSI version ]
165le*	at	tc? slot ? offset ?	# PMAD-A LANCE
166fta*	at	tc? slot ? offset ?	# PMAF-F FDDI
167#tcds*	at	tc? slot ? offset ?	# PMAZB/PMAZC dual channel SCSI
168#asc*	at	tcds? chip ?
169
170# PMAX and MIPSMATE
171ibus0	at	mainbus0
172pm*	at	ibus0 addr ?		# 3100 onboard fb
173le*	at	ibus0 addr ?		# 3100, 5100 onboard LANCE
174sii*	at	ibus0 addr ?		# DC7061 onboard SCSI
175#xsii*	at	ibus0 addr ?		#  [ MI SCSI version ]
176
177#########################################################################
178# SCSI configuration							#
179#########################################################################
180
181# old 4.4BSD/pmax DECstation SCSI driver
182oldscsibus*	at sii?
183oldscsibus*	at asc?
184include 	"arch/pmax/conf/scsi.pmax"
185
186# MI SCSI configuration 
187#scsibus*	at xsii?
188#scsibus*	at xasc?
189#
190#sd*	at scsibus? target ? lun ?	# SCSI disks
191#st*	at scsibus? target ? lun ?	# SCSI tapes
192#cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs 
193#ch*	at scsibus? target ? lun ?	# SCSI changer devices
194#ss*	at scsibus? target ? lun ?	# SCSI scanners
195#uk*	at scsibus? target ? lun ?	# unknown SCSI
196
197#########################################################################
198# Pseudo-devices							#
199#########################################################################
200
201pseudo-device	loop		 1	# network loopback
202pseudo-device	sl		 4	# serial-line IP ports
203pseudo-device	ppp		 2	# serial-line IP ports
204pseudo-device	pty			# pseudo-terminals
205pseudo-device	bpfilter	16	# packet filter ports
206pseudo-device	ipfilter		# IP filter, NAT
207#pseudo-device	gre		 2	# generic L3 over IP tunnel
208pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
209#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
210#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
211pseudo-device	vlan			# IEEE 802.1q encapsulation
212
213pseudo-device	vnd		 4	# virtual disk ick
214pseudo-device	ccd		 4	# concatenated disks
215#pseudo-device	raid		 4	# RAIDframe disk driver
216#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
217
218pseudo-device	rasterconsole	 1 	# NB: raster console requires "fb"
219pseudo-device	fb		 3	# up to 3 framebuffers
220
221pseudo-device	rnd			# /dev/random and in-kernel generator
222