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