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