1 1.27 thorpej # $NetBSD: GENERIC,v 1.27 1997/03/31 00:03:11 thorpej 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.27 thorpej makeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols 84 1.21 scottr 85 1.21 scottr # Verbose descriptions of unconfigured DIO devices 86 1.21 scottr # (Warning: this compiles in a large string table) 87 1.21 scottr options DIOVERBOSE # recognize "unknown" DIO devices 88 1.1 mycroft 89 1.22 thorpej config netbsd root on ? type ? 90 1.1 mycroft 91 1.20 thorpej mainbus0 at root # root "bus" 92 1.20 thorpej 93 1.20 thorpej intio0 at mainbus0 # internal i/o space 94 1.20 thorpej dio0 at mainbus0 # DIO/DIO-II bus 95 1.20 thorpej 96 1.20 thorpej # Davinci framebuffer 97 1.20 thorpej dvbox* at intio? 98 1.20 thorpej dvbox* at dio? scode ? 99 1.20 thorpej 100 1.20 thorpej # Gatorbox framebuffer 101 1.20 thorpej gbox* at intio? 102 1.20 thorpej gbox* at dio? scode ? 103 1.20 thorpej 104 1.20 thorpej # Hyperion framebuffer 105 1.20 thorpej hyper* at dio? scode ? 106 1.20 thorpej 107 1.20 thorpej # Renaissance framebuffer 108 1.20 thorpej rbox* at intio? 109 1.20 thorpej rbox* at dio? scode ? 110 1.20 thorpej 111 1.20 thorpej # Topcat/catseye framebuffers 112 1.20 thorpej topcat* at intio? 113 1.20 thorpej topcat* at dio? scode ? 114 1.20 thorpej 115 1.20 thorpej # Framebuffer abstraction 116 1.20 thorpej grf* at dvbox? 117 1.20 thorpej grf* at gbox? 118 1.20 thorpej grf* at hyper? 119 1.20 thorpej grf* at rbox? 120 1.20 thorpej grf* at topcat? 121 1.20 thorpej 122 1.20 thorpej # Internal Terminal Emulator 123 1.20 thorpej ite* at grf? 124 1.20 thorpej 125 1.20 thorpej dca0 at dio? scode 9 flags 1 # DCA serial interfaces 126 1.20 thorpej dca* at dio? scode ? 127 1.20 thorpej 128 1.20 thorpej dcm* at dio? scode ? flags 0xe # DCM 4- or 8-port serial interfaces 129 1.20 thorpej 130 1.20 thorpej le* at dio? scode ? # LANCE ethernet interfaces 131 1.20 thorpej 132 1.20 thorpej nhpib0 at dio? scode 7 # slow internal HP-IB 133 1.20 thorpej nhpib* at dio? scode ? 134 1.20 thorpej 135 1.20 thorpej fhpib* at dio? scode ? # `fast' HP-IB 136 1.20 thorpej 137 1.20 thorpej hpibbus0 at nhpib0 138 1.20 thorpej hpibbus* at nhpib? 139 1.20 thorpej hpibbus* at fhpib? 140 1.3 thorpej 141 1.20 thorpej rd* at hpibbus? slave ? punit ? # HP-IB disks 142 1.20 thorpej ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes 143 1.20 thorpej mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape 144 1.20 thorpej ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter 145 1.1 mycroft 146 1.20 thorpej oscsi* at dio? scode ? # Old HP SCSI 147 1.1 mycroft 148 1.20 thorpej sd* at oscsi? target ? lun ? # SCSI disks 149 1.20 thorpej st* at oscsi? target ? lun ? # SCSI tapes 150 1.20 thorpej ac* at oscsi? target ? lun ? # SCSI changers 151 1.1 mycroft 152 1.1 mycroft pseudo-device pty 64 # pseudo ptys 153 1.3 thorpej pseudo-device sl 4 # SLIP network interfaces 154 1.3 thorpej pseudo-device ppp 4 # PPP network interfaces 155 1.3 thorpej pseudo-device bpfilter 16 # Berkeley packet filter 156 1.4 thorpej pseudo-device vnd 4 # vnode pseudo-disks 157 1.4 thorpej pseudo-device ccd 4 # concatenated disk devices 158 1.3 thorpej pseudo-device loop # loopback network interface 159 1.18 mrg pseudo-device ipfilter # IP Filter package 160