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