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