GENERIC revision 1.36
1# $NetBSD: GENERIC,v 1.36 1997/11/20 08:11:16 fair 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 88#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 89makeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols 90 91# Verbose descriptions of unconfigured DIO devices 92# (Warning: this compiles in a large string table) 93options DIOVERBOSE # recognize "unknown" DIO devices 94 95config netbsd root on ? type ? 96 97mainbus0 at root # root "bus" 98 99intio0 at mainbus0 # internal i/o space 100dio0 at mainbus0 # DIO/DIO-II bus 101 102# Frodo utility chip found on 4xx's 103frodo0 at intio? 104 105# 8250-like serial ports found on Frodo ASIC 106#dnkbd0 at frodo? offset 0x0 # Domain keyboard flavor 107apci* at frodo? offset ? # tty flavor 108 109# Davinci framebuffer 110dvbox* at intio? 111dvbox* at dio? scode ? 112 113# Gatorbox framebuffer 114gbox* at intio? 115gbox* at dio? scode ? 116 117# Hyperion framebuffer 118hyper* at dio? scode ? 119 120# Renaissance framebuffer 121rbox* at intio? 122rbox* at dio? scode ? 123 124# Topcat/catseye framebuffers 125topcat* at intio? 126topcat* at dio? scode ? 127 128# Framebuffer abstraction 129grf* at dvbox? 130grf* at gbox? 131grf* at hyper? 132grf* at rbox? 133grf* at topcat? 134 135# Internal Terminal Emulator 136ite* at grf? 137 138dca0 at dio? scode 9 flags 1 # DCA serial interfaces 139dca* at dio? scode ? 140 141dcm* at dio? scode ? flags 0xe # DCM 4- or 8-port serial interfaces 142 143le* at dio? scode ? # LANCE ethernet interfaces 144 145nhpib0 at dio? scode 7 # slow internal HP-IB 146nhpib* at dio? scode ? 147 148fhpib* at dio? scode ? # `fast' HP-IB 149 150hpibbus0 at nhpib0 151hpibbus* at nhpib? 152hpibbus* at fhpib? 153 154rd* at hpibbus? slave ? punit ? # HP-IB disks 155ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes 156mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape 157ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter 158 159oscsi* at dio? scode ? # Old HP SCSI 160 161sd* at oscsi? target ? lun ? # SCSI disks 162st* at oscsi? target ? lun ? # SCSI tapes 163ac* at oscsi? target ? lun ? # SCSI changers 164 165pseudo-device pty 64 # pseudo ptys 166pseudo-device sl 4 # SLIP network interfaces 167pseudo-device ppp 4 # PPP network interfaces 168pseudo-device bpfilter 16 # Berkeley packet filter 169pseudo-device vnd 4 # vnode pseudo-disks 170pseudo-device ccd 4 # concatenated disk devices 171pseudo-device loop # loopback network interface 172pseudo-device ipfilter # IP Filter package 173# rnd is EXPERIMENTAL 174#pseudo-device rnd # /dev/random and in-kernel generator 175