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