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