1 # 2 # Distribition miniroot kernel (any model) kernel config file 3 4 # 5 # $NetBSD: GENERIC,v 1.6 1996/10/13 05:40:45 jonathan Exp $ 6 # 7 include "arch/pmax/conf/std.pmax" 8 9 maxusers 64 10 11 options MIPS1 # R2000/R3000 support (new) 12 #options MIPS3 # R4000/R4400 support (not finished) 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 24 25 # You need to set this locally, but it doesn't do much outside the kernel. 26 # Set up /etc/localtime instead. 27 options TIMEZONE=0 28 options DST=0 # use daylight savings rules 29 30 31 # Standard system options 32 options SWAPPAGER # swap pager (anonymous and swap space) 33 options VNODEPAGER # vnode pager (mapped files) 34 options DEVPAGER # device pager (mapped devices) 35 #options DIAGNOSTIC # extra kernel debugging checks 36 #options DEBUG # extra kernel debugging support 37 options "COMPAT_43" # compatibility with 4.3BSD binaries 38 options KTRACE # system call tracing support 39 options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool 40 #options KGDB # support for kernel gdb 41 #options "KGDBRATE=19200" # kernel gdb port rate (default 9600) 42 #options "KGDBDEV=15*256+0" # device for kernel gdb 43 44 options NTP # network time protocol 45 #options UCONSOLE # users can redirect console (unsafe) 46 47 48 # Filesystem options 49 options FIFO # POSIX fifo support (in all filesystems) 50 options FFS # fast filesystem with user and group quotas 51 options MFS # memory-based filesystem 52 options NFSCLIENT # Sun NFS-compatible filesystem (client) 53 options NFSSERVER # Sun NFS-compatible filesystem (server) 54 #options KERNFS # kernel data-structure filesystem 55 #options FDESC # user file descriptor filesystem 56 #options UMAPFS # uid/gid remapping filesystem 57 options NULLFS # null layer filesystem 58 options UNION 59 #options LFS # Log-based filesystem (still experimental) 60 #options PORTAL # portal filesystem (still experimental) 61 62 # Networking options 63 options INET # Internet protocols 64 options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 65 options GATEWAY # IP packet forwarding 66 #options MULTICAST # Multicast support 67 #options MROUTING # Multicast routing support 68 #options ISO # OSI networking 69 #options TPIP 70 #options EON 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 # Note that this configuration is unlikely to work, yet... 84 #config netbsd root on rz0a swap on rz0b and rz1b dumps on rz0b 85 config gennetbsd swap generic 86 87 88 ######################################################################## 89 ### I/O bus and device options ### 90 ######################################################################## 91 92 # TC bus and supported options. (All but PMAXes have a turbochannel.) 93 include "arch/pmax/conf/tc.std" 94 95 # ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0) 96 include "arch/pmax/conf/builtin.ioasic" 97 98 # MAXINE-only ioasic baseboard devices and on-baseboard "options" 99 include "arch/pmax/conf/builtin.maxine" 100 101 # 5000/200-only (aka 3MAX aka KN02) baseboard devices. 102 # (KN02 has turbochannel but no IOASIC). 103 include "arch/pmax/conf/builtin.3max" 104 105 # 2100/3100-only (aka PMAX aka KN01) baseboard devices. 106 # (may also be present on a 5100). 107 include "arch/pmax/conf/builtin.3100" 108 109 ######################################################################## 110 # SCSI configuration # 111 ######################################################################## 112 113 oldscsibus* at sii? 114 oldscsibus* at asc? 115 # 116 # SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver 117 # 118 include "arch/pmax/conf/scsi.pmax" 119 #include "arch/pmax/conf/mi.scsi" # not yet supported 120 121 122 ######################################################################## 123 ### Pseudo-devices ### 124 ######################################################################## 125 126 pseudo-device sl 4 # serial-line IP ports 127 pseudo-device ppp 2 # serial-line IP ports 128 pseudo-device pty 64 # pseudo ptys 129 pseudo-device bpfilter 16 # packet filter ports 130 pseudo-device loop 131 pseudo-device vnd 4 # virtual disk ick 132 pseudo-device ccd 4 # concatenated disks 133 134 #pseudo-device ether # From old config. what does it mean? 135 pseudo-device rasterconsole 1 # NB: raster console requires "fb" 136 pseudo-device fb 1 # up to 3 framebuffers 137