GENERIC revision 1.31
1# $NetBSD: GENERIC,v 1.31 1997/05/07 00:29:19 lukem 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 40# Filesystems 41file-system FFS # fast filesystem 42file-system CD9660 # CD-ROM ISO-9660 filesystem 43file-system NFS # Network filesystem client 44file-system UNION # Union filesystem (req. for FDESC) 45file-system KERNFS # kernel data-structure filesystem 46file-system FDESC # user file descriptor filesystem 47file-system PROCFS # /proc filesystem 48file-system MFS # Memory-based filesystem 49 50# Filesystem options 51options FIFO # POSIX fifo support (in all filesystems) 52options QUOTA # User and group quotas in FFS 53options NFSSERVER # Network filesystem server 54 55# Networking options 56options INET # Internet protocols 57options GATEWAY # IP forwarding + larger mb_map 58options MROUTING # Multicast routing 59options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 60#options PFIL_HOOKS # packet filter hooks 61 62# Options for HP hardware 63options FPSP # floating point interface for 68040 64options USELEDS # make the lights twinkle 65options COMPAT_NOLABEL # defaults for unlabeled disks 66#options PANICBUTTON # two fast <reset>s on HIL dump kernel 67#options CONSCODE=9 # force console at this select code 68options UK_KEYBOARD # include United Kingdom HIL keymap 69options SE_KEYBOARD # include Swedish HIL keymap 70 71# This option enables a different copyin/copyout that uses page 72# mapping for large copies. 73#options MAPPEDCOPY # different copyin/copyout for large copies 74 75# 76# HP-UX binary compatibility. 77# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY. 78# 79options COMPAT_HPUX # HP-UX binary compatibility 80 81options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries 82 83# Debugging options 84options DIAGNOSTIC # Extra kernel sanity checks 85#options DEBUG # Enable misc. kernel debugging code 86options DDB # Kernel Dynamic Debugger 87makeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols 88 89# Verbose descriptions of unconfigured DIO devices 90# (Warning: this compiles in a large string table) 91options DIOVERBOSE # recognize "unknown" DIO devices 92 93config netbsd root on ? type ? 94 95mainbus0 at root # root "bus" 96 97intio0 at mainbus0 # internal i/o space 98dio0 at mainbus0 # DIO/DIO-II bus 99 100# Davinci framebuffer 101dvbox* at intio? 102dvbox* at dio? scode ? 103 104# Gatorbox framebuffer 105gbox* at intio? 106gbox* at dio? scode ? 107 108# Hyperion framebuffer 109hyper* at dio? scode ? 110 111# Renaissance framebuffer 112rbox* at intio? 113rbox* at dio? scode ? 114 115# Topcat/catseye framebuffers 116topcat* at intio? 117topcat* at dio? scode ? 118 119# Framebuffer abstraction 120grf* at dvbox? 121grf* at gbox? 122grf* at hyper? 123grf* at rbox? 124grf* at topcat? 125 126# Internal Terminal Emulator 127ite* at grf? 128 129dca0 at dio? scode 9 flags 1 # DCA serial interfaces 130dca* at dio? scode ? 131 132dcm* at dio? scode ? flags 0xe # DCM 4- or 8-port serial interfaces 133 134le* at dio? scode ? # LANCE ethernet interfaces 135 136nhpib0 at dio? scode 7 # slow internal HP-IB 137nhpib* at dio? scode ? 138 139fhpib* at dio? scode ? # `fast' HP-IB 140 141hpibbus0 at nhpib0 142hpibbus* at nhpib? 143hpibbus* at fhpib? 144 145rd* at hpibbus? slave ? punit ? # HP-IB disks 146ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes 147mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape 148ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter 149 150oscsi* at dio? scode ? # Old HP SCSI 151 152sd* at oscsi? target ? lun ? # SCSI disks 153st* at oscsi? target ? lun ? # SCSI tapes 154ac* at oscsi? target ? lun ? # SCSI changers 155 156pseudo-device pty 64 # pseudo ptys 157pseudo-device sl 4 # SLIP network interfaces 158pseudo-device ppp 4 # PPP network interfaces 159pseudo-device bpfilter 16 # Berkeley packet filter 160pseudo-device vnd 4 # vnode pseudo-disks 161pseudo-device ccd 4 # concatenated disk devices 162pseudo-device loop # loopback network interface 163pseudo-device ipfilter # IP Filter package 164