GENERIC revision 1.56
1# $NetBSD: GENERIC,v 1.56 2000/06/22 20:27:52 fvdl 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#ident "GENERIC-$Revision: 1.56 $" 10 11# Support for various CPU types 12options HP320 13options HP330 # includes 318, 319 14options HP340 15options HP345 16options HP350 17options HP360 18options HP370 19options HP375 20options HP380 21options HP385 22options HP400 23options HP425 24options HP433 25 26# Need to set locally 27maxusers 32 28 29# Standard system options 30options COMPAT_43 # compatibility with 4.3BSD interfaces 31options COMPAT_44 # compatibility with 4.4BSD binaries 32options COMPAT_09 # compatibility with NetBSD 0.9 33options COMPAT_10 # compatibility with NetBSD 1.0 34options COMPAT_11 # compatibility with NetBSD 1.1 35options COMPAT_12 # compatibility with NetBSD 1.2 36options COMPAT_13 # compatibility with NetBSD 1.3 37options COMPAT_14 # compatibility with NetBSD 1.4 38options SYSVSHM # System V-style shared memory 39options SYSVSEM # System V-style semaphores 40options SYSVMSG # System V-style message queues 41options KTRACE # system call tracing support 42options LKM # Loadable kernel modules 43#options SCSIVERBOSE # Verbose SCSI errors 44 45# Filesystems 46file-system FFS # fast filesystem 47file-system CD9660 # CD-ROM ISO-9660 filesystem 48file-system NFS # Network filesystem client 49file-system UNION # Union filesystem (req. for FDESC) 50file-system KERNFS # kernel data-structure filesystem 51file-system FDESC # user file descriptor filesystem 52file-system PROCFS # /proc filesystem 53file-system MFS # Memory-based filesystem 54 55# Filesystem options 56options QUOTA # User and group quotas in FFS 57#options FFS_EI # FFS Endian Independant support 58options SOFTDEP # FFS soft updates support. 59options NFSSERVER # Network filesystem server 60options NFS_BOOT_BOOTPARAM # use Sun bootparams for NFS boot 61 62# Networking options 63options INET # Internet protocols 64options INET6 # IPV6 65#options IPSEC # IP security 66#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 67#options IPSEC_DEBUG # debug for IP security 68options GATEWAY # IP forwarding + larger mb_map 69options MROUTING # Multicast routing 70options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 71options PFIL_HOOKS # packet filter hooks 72 73# Options for HP hardware 74options FPSP # floating point interface for 68040 75options USELEDS # make the lights twinkle 76options COMPAT_NOLABEL # defaults for unlabeled disks 77#options PANICBUTTON # two fast <reset>s on HIL dump kernel 78#options CONSCODE=9 # force console at this select code 79options UK_KEYBOARD # include United Kingdom HIL keymap 80options SE_KEYBOARD # include Swedish HIL keymap 81 82# This option enables a different copyin/copyout that uses page 83# mapping for large copies. 84#options MAPPEDCOPY # different copyin/copyout for large copies 85 86# 87# HP-UX binary compatibility. 88# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY. 89# 90options COMPAT_HPUX # HP-UX binary compatibility 91 92options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries 93 94#options COMPAT_LINUX # Linux/m68k binary compatibility 95#options COMPAT_SVR4 # SVR4 binary compatibility 96#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4) 97 98# Debugging options 99options DIAGNOSTIC # Extra kernel sanity checks 100#options DEBUG # Enable misc. kernel debugging code 101options DDB # Kernel Dynamic Debugger 102#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 103makeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols 104 105# Verbose descriptions of unconfigured DIO devices 106# (Warning: this compiles in a large string table) 107options DIOVERBOSE # recognize "unknown" DIO devices 108 109config netbsd root on ? type ? 110 111mainbus0 at root # root "bus" 112 113intio0 at mainbus0 # internal i/o space 114dio0 at mainbus0 # DIO/DIO-II bus 115 116# Frodo utility chip found on 4xx's 117frodo0 at intio? 118 119# 8250-like serial ports found on Frodo ASIC 120#dnkbd0 at frodo? offset 0x0 # Domain keyboard flavor 121apci* at frodo? offset ? # tty flavor 122 123# Davinci framebuffer 124dvbox* at intio? 125dvbox* at dio? scode ? 126 127# Gatorbox framebuffer 128gbox* at intio? 129gbox* at dio? scode ? 130 131# Hyperion framebuffer 132hyper* at dio? scode ? 133 134# Renaissance framebuffer 135rbox* at intio? 136rbox* at dio? scode ? 137 138# Topcat/catseye framebuffers 139topcat* at intio? 140topcat* at dio? scode ? 141 142# Framebuffer abstraction 143grf* at dvbox? 144grf* at gbox? 145grf* at hyper? 146grf* at rbox? 147grf* at topcat? 148 149# Internal Terminal Emulator 150ite* at grf? 151 152dca0 at dio? scode 9 flags 1 # DCA serial interfaces 153dca* at dio? scode ? 154 155dcm* at dio? scode ? flags 0xe # DCM 4- or 8-port serial interfaces 156 157le* at dio? scode ? # LANCE ethernet interfaces 158 159nhpib0 at dio? scode 7 # slow internal HP-IB 160nhpib* at dio? scode ? 161 162fhpib* at dio? scode ? # `fast' HP-IB 163 164hpibbus0 at nhpib0 165hpibbus* at nhpib? 166hpibbus* at fhpib? 167 168rd* at hpibbus? slave ? punit ? # HP-IB disks 169ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes 170mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape 171ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter 172 173oscsi* at dio? scode ? # Old HP SCSI 174 175sd* at oscsi? target ? lun ? # SCSI disks 176st* at oscsi? target ? lun ? # SCSI tapes 177ac* at oscsi? target ? lun ? # SCSI changers 178 179pseudo-device pty 64 # pseudo ptys 180pseudo-device sl 4 # SLIP network interfaces 181pseudo-device ppp 4 # PPP network interfaces 182pseudo-device bpfilter 16 # Berkeley packet filter 183pseudo-device vnd 4 # vnode pseudo-disks 184pseudo-device ccd 4 # concatenated disk devices 185#pseudo-device raid 4 # RAIDframe disk driver 186#options RAID_AUTOCONFIG # auto-configuration of RAID components 187pseudo-device loop # loopback network interface 188pseudo-device ipfilter # IP Filter package 189#pseudo-device gre 2 # generic L3 over IP tunnel 190pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 191#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 192#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 193# rnd is EXPERIMENTAL 194#pseudo-device rnd # /dev/random and in-kernel generator 195