GENERIC revision 1.18
1# 2# Distribution kernel (any model) kernel config file 3 4# 5# $NetBSD: GENERIC,v 1.18 1997/08/23 19:18:51 mjacob Exp $ 6# 7include "arch/pmax/conf/std.pmax" 8 9maxusers 64 10 11options MIPS1 # R2000/R3000 CPUs 12options MIPS3 # R4000/R4400/R4600 CPUs 13 14 15# Support for specific models of DECstation 16options DS3100 # PMAX (kn01) DECstation 2100, 3100 17options DS5000_25 # MAXINE (kn02ca/xine) support 18options DS5000_100 # 3MIN (kn02ba/kmin) support 19options DS5000_200 # 3MAX (kn02) support 20options DS5000_240 # 3MAXPLUS (kn03) support 21 22 23# Standard system options 24options DDB # in-kernel debugger 25options DDB_ONPANIC=0 # don't enter debugger on panic 26#options DIAGNOSTIC # extra kernel debugging checks 27#options DEBUG # extra kernel debugging support 28options "COMPAT_43" # compatibility with 4.3BSD binaries 29options KTRACE # system call tracing support 30options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool 31 32#options SCSIVERBOSE # Verbose SCSI errors 33 34#Old 4.4bsd/pmax kgdb options 35#options KGDB # support for kernel gdb 36#options "KGDBRATE=19200" # kernel gdb port rate (default 9600) 37#options "KGDBDEV=15*256+0" # device for kernel gdb 38 39options NTP # network time protocol 40#options UCONSOLE # users can redirect console (unsafe) 41 42 43# Filesystem options 44file-system FFS # fast filesystem with user and group quotas 45file-system MFS # memory-based filesystem 46file-system NFS # Sun NFS-compatible filesystem (client) 47file-system LFS # Log-based filesystem (still experimental) 48file-system CD9660 # ISO 9660 + Rock Ridge file system 49file-system FDESC # /dev/fd 50file-system KERNFS # /kern (kernel informational filesystem) 51file-system NULLFS # loopback file system 52file-system PORTAL # portal filesystem (still experimental) 53file-system PROCFS # /proc 54file-system UMAPFS # NULLFS + uid and gid remapping 55file-system UNION 56 57options FIFO # POSIX fifo support (in all filesystems) 58options NFSSERVER # Sun NFS-compatible filesystem (server) 59options QUOTA # UFS quotas 60 61# Networking options 62options INET # Internet protocols 63options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 64options GATEWAY # IP packet forwarding 65options MULTICAST # Multicast support 66#options MROUTING # Multicast routing support 67#options ISO # OSI networking 68#options TPIP # TPIP 69#options EON # OSI tunneling over IP 70#options CCITT,LLC,HDLC # X.25 71 72# NetBSD backwards compatibility 73#options COMPAT_10 # NetBSD 1.0, (needed for X on 386?) 74#options COMPAT_11 # NetBSD 1.1, 75options COMPAT_12 # Netbsd 1.2 reboot() 76 77 78# pmax specific 79options COMPAT_ULTRIX # ultrix compatibility 80options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format 81options "HZ=256" # RTC rate required 82 83config netbsd root on ? type ? 84config nfsnetbsd root on ? type nfs 85 86 87######################################################################## 88### I/O bus and device options ### 89######################################################################## 90 91# TC bus and supported options. (All but PMAXes have a turbochannel.) 92include "arch/pmax/conf/tc.std" 93 94# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0) 95include "arch/pmax/conf/builtin.ioasic" 96 97# MAXINE-only ioasic baseboard devices and on-baseboard "options" 98include "arch/pmax/conf/builtin.maxine" 99 100# 5000/200-only (aka 3MAX aka KN02) baseboard devices. 101# (KN02 has turbochannel but no IOASIC). 102include "arch/pmax/conf/builtin.3max" 103 104# 2100/3100-only (aka PMAX aka KN01) baseboard devices. 105# (may also be present on a 5100). 106include "arch/pmax/conf/builtin.3100" 107 108######################################################################## 109# SCSI configuration # 110######################################################################## 111 112oldscsibus* at sii? 113oldscsibus* at asc? 114# 115# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver 116# 117include "arch/pmax/conf/scsi.pmax" 118#include "arch/pmax/conf/mi.scsi" # not yet supported 119 120# disks and tapes for a second ASC 121rz8 at oldscsibus? target ? drive ? 122rz9 at oldscsibus? target ? drive ? 123rz10 at oldscsibus? target ? drive ? 124rz11 at oldscsibus? target ? drive ? 125rz12 at oldscsibus? target ? drive ? 126rz13 at oldscsibus? target ? drive ? 127tz2 at oldscsibus? target? drive ? 128tz3 at oldscsibus? target? drive ? 129 130######################################################################## 131### Pseudo-devices ### 132######################################################################## 133 134pseudo-device loop 1 # network loopback 135pseudo-device sl 4 # serial-line IP ports 136pseudo-device ppp 2 # serial-line IP ports 137pseudo-device pty 64 # pseudo ptys 138pseudo-device bpfilter 16 # packet filter ports 139#pseudo-device ipfilter # IP filter, NAT 140 141pseudo-device vnd 4 # virtual disk ick 142pseudo-device ccd 4 # concatenated disks 143 144pseudo-device rasterconsole 1 # NB: raster console requires "fb" 145pseudo-device fb 1 # up to 3 framebuffers 146