1 1.1 jonathan # 2 1.5 jonathan # Distribition miniroot kernel (any model) kernel config file 3 1.5 jonathan 4 1.1 jonathan # 5 1.10 thorpej # $NetBSD: GENERIC,v 1.10 1997/01/31 01:59:14 thorpej Exp $ 6 1.1 jonathan # 7 1.5 jonathan include "arch/pmax/conf/std.pmax" 8 1.1 jonathan 9 1.5 jonathan maxusers 64 10 1.1 jonathan 11 1.6 jonathan options MIPS1 # R2000/R3000 support (new) 12 1.6 jonathan #options MIPS3 # R4000/R4400 support (not finished) 13 1.6 jonathan 14 1.1 jonathan 15 1.5 jonathan # Support for specific models of DECstation 16 1.7 jonathan options DS3100 # PMAX (kn01) DECstation 2100, 3100 17 1.7 jonathan options DS5000_25 # MAXINE (kn02ca/xine) support 18 1.7 jonathan options DS5000_100 # 3MIN (kn02ba/kmin) support 19 1.7 jonathan options DS5000_200 # 3MAX (kn02) support 20 1.7 jonathan options DS5000_240 # 3MAXPLUS (kn03) support 21 1.1 jonathan 22 1.1 jonathan 23 1.1 jonathan # Standard system options 24 1.1 jonathan #options DIAGNOSTIC # extra kernel debugging checks 25 1.5 jonathan #options DEBUG # extra kernel debugging support 26 1.1 jonathan options "COMPAT_43" # compatibility with 4.3BSD binaries 27 1.1 jonathan options KTRACE # system call tracing support 28 1.1 jonathan options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool 29 1.1 jonathan #options KGDB # support for kernel gdb 30 1.1 jonathan #options "KGDBRATE=19200" # kernel gdb port rate (default 9600) 31 1.1 jonathan #options "KGDBDEV=15*256+0" # device for kernel gdb 32 1.1 jonathan 33 1.5 jonathan options NTP # network time protocol 34 1.5 jonathan #options UCONSOLE # users can redirect console (unsafe) 35 1.5 jonathan 36 1.5 jonathan 37 1.1 jonathan # Filesystem options 38 1.10 thorpej file-system FFS # fast filesystem with user and group quotas 39 1.10 thorpej file-system MFS # memory-based filesystem 40 1.10 thorpej file-system NFS # Sun NFS-compatible filesystem (client) 41 1.10 thorpej #file-system KERNFS # kernel data-structure filesystem 42 1.10 thorpej #file-system FDESC # user file descriptor filesystem 43 1.10 thorpej #file-system UMAPFS # uid/gid remapping filesystem 44 1.10 thorpej file-system NULLFS # null layer filesystem 45 1.10 thorpej file-system UNION 46 1.10 thorpej #file-system LFS # Log-based filesystem (still experimental) 47 1.10 thorpej #file-system PORTAL # portal filesystem (still experimental) 48 1.10 thorpej 49 1.1 jonathan options FIFO # POSIX fifo support (in all filesystems) 50 1.1 jonathan options NFSSERVER # Sun NFS-compatible filesystem (server) 51 1.1 jonathan 52 1.1 jonathan # Networking options 53 1.1 jonathan options INET # Internet protocols 54 1.1 jonathan options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 55 1.1 jonathan options GATEWAY # IP packet forwarding 56 1.1 jonathan #options MULTICAST # Multicast support 57 1.1 jonathan #options MROUTING # Multicast routing support 58 1.1 jonathan #options ISO # OSI networking 59 1.1 jonathan #options TPIP 60 1.1 jonathan #options EON 61 1.1 jonathan 62 1.5 jonathan # NetBSD backwards compatibility 63 1.6 jonathan #options COMPAT_10 # NetBSD 1.0, (needed for X on 386?) 64 1.6 jonathan #options COMPAT_11 # NetBSD 1.1, 65 1.6 jonathan options COMPAT_12 # Netbsd 1.2 reboot() 66 1.1 jonathan 67 1.5 jonathan 68 1.1 jonathan # pmax specific 69 1.1 jonathan options COMPAT_ULTRIX # ultrix compatibility 70 1.6 jonathan options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format 71 1.3 jonathan options "HZ=256" # RTC rate required 72 1.1 jonathan 73 1.6 jonathan # Note that this configuration is unlikely to work, yet... 74 1.5 jonathan #config netbsd root on rz0a swap on rz0b and rz1b dumps on rz0b 75 1.10 thorpej config gennetbsd root on ? type ? 76 1.1 jonathan 77 1.1 jonathan 78 1.1 jonathan ######################################################################## 79 1.5 jonathan ### I/O bus and device options ### 80 1.1 jonathan ######################################################################## 81 1.1 jonathan 82 1.5 jonathan # TC bus and supported options. (All but PMAXes have a turbochannel.) 83 1.6 jonathan include "arch/pmax/conf/tc.std" 84 1.1 jonathan 85 1.5 jonathan # ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0) 86 1.6 jonathan include "arch/pmax/conf/builtin.ioasic" 87 1.1 jonathan 88 1.5 jonathan # MAXINE-only ioasic baseboard devices and on-baseboard "options" 89 1.6 jonathan include "arch/pmax/conf/builtin.maxine" 90 1.1 jonathan 91 1.5 jonathan # 5000/200-only (aka 3MAX aka KN02) baseboard devices. 92 1.5 jonathan # (KN02 has turbochannel but no IOASIC). 93 1.6 jonathan include "arch/pmax/conf/builtin.3max" 94 1.1 jonathan 95 1.5 jonathan # 2100/3100-only (aka PMAX aka KN01) baseboard devices. 96 1.5 jonathan # (may also be present on a 5100). 97 1.6 jonathan include "arch/pmax/conf/builtin.3100" 98 1.1 jonathan 99 1.1 jonathan ######################################################################## 100 1.1 jonathan # SCSI configuration # 101 1.1 jonathan ######################################################################## 102 1.1 jonathan 103 1.5 jonathan oldscsibus* at sii? 104 1.5 jonathan oldscsibus* at asc? 105 1.1 jonathan # 106 1.5 jonathan # SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver 107 1.1 jonathan # 108 1.6 jonathan include "arch/pmax/conf/scsi.pmax" 109 1.7 jonathan #include "arch/pmax/conf/mi.scsi" # not yet supported 110 1.1 jonathan 111 1.1 jonathan 112 1.5 jonathan ######################################################################## 113 1.5 jonathan ### Pseudo-devices ### 114 1.5 jonathan ######################################################################## 115 1.1 jonathan 116 1.1 jonathan pseudo-device sl 4 # serial-line IP ports 117 1.5 jonathan pseudo-device ppp 2 # serial-line IP ports 118 1.1 jonathan pseudo-device pty 64 # pseudo ptys 119 1.1 jonathan pseudo-device bpfilter 16 # packet filter ports 120 1.1 jonathan pseudo-device loop 121 1.1 jonathan pseudo-device vnd 4 # virtual disk ick 122 1.5 jonathan pseudo-device ccd 4 # concatenated disks 123 1.1 jonathan 124 1.1 jonathan #pseudo-device ether # From old config. what does it mean? 125 1.1 jonathan pseudo-device rasterconsole 1 # NB: raster console requires "fb" 126 1.6 jonathan pseudo-device fb 1 # up to 3 framebuffers 127