1 1.26 mrg # $NetBSD: GENERIC,v 1.26 1997/02/18 21:09:56 mrg Exp $ 2 1.1 mycroft # 3 1.3 thorpej # Generic kernel - one size fits all. 4 1.1 mycroft # 5 1.1 mycroft 6 1.20 thorpej # Include attributes common to all hp300s 7 1.20 thorpej include "arch/hp300/conf/std.hp300" 8 1.20 thorpej 9 1.20 thorpej # Support for various CPU types 10 1.20 thorpej options HP320 11 1.20 thorpej options HP330 # includes 318, 319 12 1.20 thorpej options HP340 13 1.20 thorpej options HP350 14 1.20 thorpej options HP360 15 1.20 thorpej options HP370 16 1.20 thorpej options HP375 # includes 345, 400t, 400s 17 1.20 thorpej options HP380 # includes 425t, 425s, 433s 18 1.1 mycroft 19 1.1 mycroft # Need to set locally 20 1.8 thorpej maxusers 32 21 1.1 mycroft 22 1.1 mycroft # Standard system options 23 1.20 thorpej options COMPAT_43 # compatibility with 4.3BSD interfaces 24 1.20 thorpej options COMPAT_44 # compatibility with 4.4BSD binaries 25 1.20 thorpej options COMPAT_09 # compatibility with NetBSD 0.9 26 1.20 thorpej options COMPAT_10 # compatibility with NetBSD 1.0 27 1.20 thorpej options COMPAT_11 # compatibility with NetBSD 1.1 28 1.20 thorpej options COMPAT_12 # compatibility with NetBSD 1.2 29 1.20 thorpej options SYSVSHM # System V-style shared memory 30 1.20 thorpej options SYSVSEM # System V-style semaphores 31 1.20 thorpej options SYSVMSG # System V-style message queues 32 1.20 thorpej options KTRACE # system call tracing support 33 1.26 mrg options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool 34 1.25 thorpej options LKM # Loadable kernel modules 35 1.1 mycroft 36 1.22 thorpej # Filesystems 37 1.22 thorpej file-system FFS # fast filesystem 38 1.22 thorpej file-system CD9660 # CD-ROM ISO-9660 filesystem 39 1.23 thorpej file-system NFS # Network filesystem client 40 1.22 thorpej file-system UNION # Union filesystem (req. for FDESC) 41 1.22 thorpej file-system KERNFS # kernel data-structure filesystem 42 1.22 thorpej file-system FDESC # user file descriptor filesystem 43 1.22 thorpej file-system PROCFS # /proc filesystem 44 1.22 thorpej file-system MFS # Memory-based filesystem 45 1.22 thorpej 46 1.1 mycroft # Filesystem options 47 1.20 thorpej options FIFO # POSIX fifo support (in all filesystems) 48 1.22 thorpej options QUOTA # User and group quotas in FFS 49 1.20 thorpej options NFSSERVER # Network filesystem server 50 1.1 mycroft 51 1.1 mycroft # Networking options 52 1.21 scottr options INET # Internet protocols 53 1.26 mrg options GATEWAY # IP forwarding + larger mb_map 54 1.26 mrg options MROUTING # Multicast routing 55 1.26 mrg options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 56 1.26 mrg #options PFIL_HOOKS # packet filter hooks 57 1.1 mycroft 58 1.1 mycroft # Options for HP hardware 59 1.21 scottr options FPSP # floating point interface for 68040 60 1.21 scottr options USELEDS # make the lights twinkle 61 1.21 scottr options COMPAT_NOLABEL # defaults for unlabeled disks 62 1.3 thorpej #options PANICBUTTON # two fast <reset>s on HIL dump kernel 63 1.9 thorpej #options CONSCODE="9" # force console at this select code 64 1.21 scottr options UK_KEYBOARD # include United Kingdom HIL keymap 65 1.21 scottr options SE_KEYBOARD # include Swedish HIL keymap 66 1.3 thorpej 67 1.20 thorpej # This option enables a different copyin/copyout that uses page 68 1.20 thorpej # mapping for large copies. 69 1.20 thorpej #options MAPPEDCOPY # different copyin/copyout for large copies 70 1.20 thorpej 71 1.7 thorpej # 72 1.7 thorpej # HP-UX binary compatibility. 73 1.7 thorpej # NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY. 74 1.7 thorpej # 75 1.20 thorpej options COMPAT_HPUX # HP-UX binary compatibility 76 1.12 thorpej 77 1.20 thorpej options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries 78 1.1 mycroft 79 1.3 thorpej # Debugging options 80 1.17 thorpej options DIAGNOSTIC # Extra kernel sanity checks 81 1.17 thorpej #options DEBUG # Enable misc. kernel debugging code 82 1.21 scottr options DDB # Kernel Dynamic Debugger 83 1.21 scottr 84 1.21 scottr # Verbose descriptions of unconfigured DIO devices 85 1.21 scottr # (Warning: this compiles in a large string table) 86 1.21 scottr options DIOVERBOSE # recognize "unknown" DIO devices 87 1.1 mycroft 88 1.22 thorpej config netbsd root on ? type ? 89 1.1 mycroft 90 1.20 thorpej mainbus0 at root # root "bus" 91 1.20 thorpej 92 1.20 thorpej intio0 at mainbus0 # internal i/o space 93 1.20 thorpej dio0 at mainbus0 # DIO/DIO-II bus 94 1.20 thorpej 95 1.20 thorpej # Davinci framebuffer 96 1.20 thorpej dvbox* at intio? 97 1.20 thorpej dvbox* at dio? scode ? 98 1.20 thorpej 99 1.20 thorpej # Gatorbox framebuffer 100 1.20 thorpej gbox* at intio? 101 1.20 thorpej gbox* at dio? scode ? 102 1.20 thorpej 103 1.20 thorpej # Hyperion framebuffer 104 1.20 thorpej hyper* at dio? scode ? 105 1.20 thorpej 106 1.20 thorpej # Renaissance framebuffer 107 1.20 thorpej rbox* at intio? 108 1.20 thorpej rbox* at dio? scode ? 109 1.20 thorpej 110 1.20 thorpej # Topcat/catseye framebuffers 111 1.20 thorpej topcat* at intio? 112 1.20 thorpej topcat* at dio? scode ? 113 1.20 thorpej 114 1.20 thorpej # Framebuffer abstraction 115 1.20 thorpej grf* at dvbox? 116 1.20 thorpej grf* at gbox? 117 1.20 thorpej grf* at hyper? 118 1.20 thorpej grf* at rbox? 119 1.20 thorpej grf* at topcat? 120 1.20 thorpej 121 1.20 thorpej # Internal Terminal Emulator 122 1.20 thorpej ite* at grf? 123 1.20 thorpej 124 1.20 thorpej dca0 at dio? scode 9 flags 1 # DCA serial interfaces 125 1.20 thorpej dca* at dio? scode ? 126 1.20 thorpej 127 1.20 thorpej dcm* at dio? scode ? flags 0xe # DCM 4- or 8-port serial interfaces 128 1.20 thorpej 129 1.20 thorpej le* at dio? scode ? # LANCE ethernet interfaces 130 1.20 thorpej 131 1.20 thorpej nhpib0 at dio? scode 7 # slow internal HP-IB 132 1.20 thorpej nhpib* at dio? scode ? 133 1.20 thorpej 134 1.20 thorpej fhpib* at dio? scode ? # `fast' HP-IB 135 1.20 thorpej 136 1.20 thorpej hpibbus0 at nhpib0 137 1.20 thorpej hpibbus* at nhpib? 138 1.20 thorpej hpibbus* at fhpib? 139 1.3 thorpej 140 1.20 thorpej rd* at hpibbus? slave ? punit ? # HP-IB disks 141 1.20 thorpej ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes 142 1.20 thorpej mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape 143 1.20 thorpej ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter 144 1.1 mycroft 145 1.20 thorpej oscsi* at dio? scode ? # Old HP SCSI 146 1.1 mycroft 147 1.20 thorpej sd* at oscsi? target ? lun ? # SCSI disks 148 1.20 thorpej st* at oscsi? target ? lun ? # SCSI tapes 149 1.20 thorpej ac* at oscsi? target ? lun ? # SCSI changers 150 1.1 mycroft 151 1.1 mycroft pseudo-device pty 64 # pseudo ptys 152 1.3 thorpej pseudo-device sl 4 # SLIP network interfaces 153 1.3 thorpej pseudo-device ppp 4 # PPP network interfaces 154 1.3 thorpej pseudo-device bpfilter 16 # Berkeley packet filter 155 1.4 thorpej pseudo-device vnd 4 # vnode pseudo-disks 156 1.4 thorpej pseudo-device ccd 4 # concatenated disk devices 157 1.3 thorpej pseudo-device loop # loopback network interface 158 1.18 mrg pseudo-device ipfilter # IP Filter package 159