GENERIC revision 1.76
1# $NetBSD: GENERIC,v 1.76 2002/01/27 13:23:16 jdolecek Exp $ 2# 3# GENERIC machine description file 4# 5# This machine description file is used to generate the default NetBSD 6# kernel. The generic kernel does not include all options, subsystems 7# and device drivers, but should be useful for most applications. 8# 9# The machine description file can be customised for your specific 10# machine to reduce the kernel size and improve its performance. 11# 12# For further information on compiling NetBSD kernels, see the config(8) 13# man page. 14# 15# For further information on hardware support for this architecture, see 16# the intro(4) man page. For further information about kernel options 17# for this architecture, see the options(4) man page. For an explanation 18# of each device driver in this file see the section 4 man page for the 19# device. 20 21include "arch/hp300/conf/std.hp300" 22 23#ident "GENERIC-$Revision: 1.76 $" 24 25# Support for various CPU types 26options HP320 27options HP330 # includes 318, 319 28options HP340 29options HP345 30options HP350 31options HP360 32options HP370 33options HP375 34options HP380 35options HP385 36options HP400 37options HP425 38options HP433 39 40# Need to set locally 41maxusers 32 42 43# Standard system options 44options COMPAT_43 # compatibility with 4.3BSD interfaces 45options COMPAT_44 # compatibility with 4.4BSD binaries 46options COMPAT_09 # compatibility with NetBSD 0.9 47options COMPAT_10 # compatibility with NetBSD 1.0 48options COMPAT_11 # compatibility with NetBSD 1.1 49options COMPAT_12 # compatibility with NetBSD 1.2 50options COMPAT_13 # compatibility with NetBSD 1.3 51options COMPAT_14 # compatibility with NetBSD 1.4 52#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 53options SYSVSHM # System V-style shared memory 54options SYSVSEM # System V-style semaphores 55#options SEMMNI=10 # number of semaphore identifiers 56#options SEMMNS=60 # number of semaphores in system 57#options SEMUME=10 # max number of undo entries per process 58#options SEMMNU=30 # number of undo structures in system 59options SYSVMSG # System V-style message queues 60options KTRACE # system call tracing support 61options LKM # Loadable kernel modules 62#options SCSIVERBOSE # Verbose SCSI errors 63#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 64 65# Filesystems 66file-system FFS # fast filesystem 67file-system CD9660 # CD-ROM ISO-9660 filesystem 68file-system NFS # Network filesystem client 69file-system UNION # Union filesystem (req. for FDESC) 70file-system KERNFS # kernel data-structure filesystem 71file-system FDESC # user file descriptor filesystem 72file-system PROCFS # /proc filesystem 73file-system MFS # Memory-based filesystem 74 75# Filesystem options 76options QUOTA # User and group quotas in FFS 77#options FFS_EI # FFS Endian Independant support 78options SOFTDEP # FFS soft updates support. 79options NFSSERVER # Network filesystem server 80options NFS_BOOT_BOOTP # use bootp for NFS boot 81 82# Networking options 83options INET # Internet protocols 84options INET6 # IPV6 85#options IPSEC # IP security 86#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 87#options IPSEC_DEBUG # debug for IP security 88options GATEWAY # IP forwarding + larger mb_map 89options MROUTING # Multicast routing 90options PFIL_HOOKS # packet filter hooks 91#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 92 93# Options for HP hardware 94options FPSP # floating point interface for 68040 95options USELEDS # make the lights twinkle 96options COMPAT_NOLABEL # defaults for unlabeled disks 97#options PANICBUTTON # two fast <reset>s on HIL dump kernel 98#options CONSCODE=9 # force console at this select code 99options UK_KEYBOARD # include United Kingdom HIL keymap 100options SE_KEYBOARD # include Swedish HIL keymap 101 102# This option enables a different copyin/copyout that uses page 103# mapping for large copies. 104#options MAPPEDCOPY # different copyin/copyout for large copies 105 106# 107# HP-UX binary compatibility. 108# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY. 109# 110options COMPAT_HPUX # HP-UX binary compatibility 111 112options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out 113options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries 114 115#options COMPAT_LINUX # Linux/m68k binary compatibility 116#options COMPAT_SVR4 # SVR4 binary compatibility 117 118# Debugging options 119options DIAGNOSTIC # Extra kernel sanity checks 120#options DEBUG # Enable misc. kernel debugging code 121options DDB # Kernel Dynamic Debugger 122#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 123makeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols 124 125# Verbose descriptions of unconfigured DIO devices 126# (Warning: this compiles in a large string table) 127options DIOVERBOSE # recognize "unknown" DIO devices 128 129config netbsd root on ? type ? 130 131mainbus0 at root # root "bus" 132 133intio0 at mainbus0 # internal i/o space 134dio0 at mainbus0 # DIO/DIO-II bus 135 136# Real-time clock (not optional) 137rtc* at intio? 138 139# Human Interface Loop 140hil* at intio? 141 142# Frodo utility chip found on 4xx's 143frodo* at intio? 144 145# 8250-like serial ports found on Frodo ASIC 146#dnkbd0 at frodo? offset 0x0 # Domain keyboard flavor 147apci* at frodo? offset ? # tty flavor 148 149# Davinci framebuffer 150dvbox* at intio? 151dvbox* at dio? scode ? 152 153# Gatorbox framebuffer 154gbox* at intio? 155gbox* at dio? scode ? 156 157# Hyperion framebuffer 158hyper* at dio? scode ? 159 160# Renaissance framebuffer 161rbox* at intio? 162rbox* at dio? scode ? 163 164# Topcat/catseye framebuffers 165topcat* at intio? 166topcat* at dio? scode ? 167 168# Framebuffer abstraction 169grf* at dvbox? 170grf* at gbox? 171grf* at hyper? 172grf* at rbox? 173grf* at topcat? 174 175# Internal Terminal Emulator 176ite* at grf? 177 178dca0 at dio? scode 9 flags 1 # DCA serial interfaces 179dca* at dio? scode ? 180 181dcm* at dio? scode ? flags 0xe # DCM 4- or 8-port serial interfaces 182 183le* at dio? scode ? # LANCE ethernet interfaces 184 185nhpib0 at dio? scode 7 # slow internal HP-IB 186nhpib* at dio? scode ? 187 188fhpib* at dio? scode ? # `fast' HP-IB 189 190hpibbus0 at nhpib0 191hpibbus* at nhpib? 192hpibbus* at fhpib? 193 194rd* at hpibbus? slave ? punit ? # HP-IB disks 195ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes 196mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape 197ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter 198 199oscsi* at dio? scode ? # Old HP SCSI 200 201sd* at oscsi? target ? lun ? # SCSI disks 202st* at oscsi? target ? lun ? # SCSI tapes 203ac* at oscsi? target ? lun ? # SCSI changers 204 205pseudo-device pty # pseudo-terminals 206pseudo-device sl 4 # SLIP network interfaces 207pseudo-device ppp 4 # PPP network interfaces 208pseudo-device pppoe # PPP over Ethernet (RFC 2516) 209pseudo-device bpfilter 16 # Berkeley packet filter 210pseudo-device vnd 4 # vnode pseudo-disks 211pseudo-device ccd 4 # concatenated disk devices 212pseudo-device raid 8 # RAIDframe disk driver 213options RAID_AUTOCONFIG # auto-configuration of RAID components 214# Options to enable various other RAIDframe RAID types. 215# options RF_INCLUDE_EVENODD=1 216# options RF_INCLUDE_RAID5_RS=1 217# options RF_INCLUDE_PARITYLOGGING=1 218# options RF_INCLUDE_CHAINDECLUSTER=1 219# options RF_INCLUDE_INTERDECLUSTER=1 220# options RF_INCLUDE_PARITY_DECLUSTERING=1 221# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 222pseudo-device loop # loopback network interface 223pseudo-device ipfilter # IP Filter package 224#pseudo-device gre 2 # generic L3 over IP tunnel 225pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 226#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 227#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 228pseudo-device vlan # IEEE 802.1q encapsulation 229pseudo-device bridge # simple inter-network bridging 230pseudo-device rnd # /dev/random and in-kernel generator 231