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