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