GENERIC revision 1.47
1# $NetBSD: GENERIC,v 1.47 1999/07/31 20:19:31 thorpej 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 57options NFSSERVER # Network filesystem server 58options NFS_BOOT_BOOTPARAM # use Sun bootparams for NFS boot 59 60# Networking options 61options INET # Internet protocols 62options GATEWAY # IP forwarding + larger mb_map 63options MROUTING # Multicast routing 64options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 65options PFIL_HOOKS # packet filter hooks 66 67# Options for HP hardware 68options FPSP # floating point interface for 68040 69options USELEDS # make the lights twinkle 70options COMPAT_NOLABEL # defaults for unlabeled disks 71#options PANICBUTTON # two fast <reset>s on HIL dump kernel 72#options CONSCODE=9 # force console at this select code 73options UK_KEYBOARD # include United Kingdom HIL keymap 74options SE_KEYBOARD # include Swedish HIL keymap 75 76# This option enables a different copyin/copyout that uses page 77# mapping for large copies. 78#options MAPPEDCOPY # different copyin/copyout for large copies 79 80# 81# HP-UX binary compatibility. 82# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY. 83# 84options COMPAT_HPUX # HP-UX binary compatibility 85 86options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries 87 88#options COMPAT_LINUX # Linux/m68k binary compatibility 89#options COMPAT_SVR4 # SVR4 binary compatibility 90#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4) 91 92# Debugging options 93options DIAGNOSTIC # Extra kernel sanity checks 94#options DEBUG # Enable misc. kernel debugging code 95options DDB # Kernel Dynamic Debugger 96#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 97makeoptions DEBUG="-g" # netbsd.gdb with full debugging symbols 98 99# Verbose descriptions of unconfigured DIO devices 100# (Warning: this compiles in a large string table) 101options DIOVERBOSE # recognize "unknown" DIO devices 102 103config netbsd root on ? type ? 104 105mainbus0 at root # root "bus" 106 107intio0 at mainbus0 # internal i/o space 108dio0 at mainbus0 # DIO/DIO-II bus 109 110# Frodo utility chip found on 4xx's 111frodo0 at intio? 112 113# 8250-like serial ports found on Frodo ASIC 114#dnkbd0 at frodo? offset 0x0 # Domain keyboard flavor 115apci* at frodo? offset ? # tty flavor 116 117# Davinci framebuffer 118dvbox* at intio? 119dvbox* at dio? scode ? 120 121# Gatorbox framebuffer 122gbox* at intio? 123gbox* at dio? scode ? 124 125# Hyperion framebuffer 126hyper* at dio? scode ? 127 128# Renaissance framebuffer 129rbox* at intio? 130rbox* at dio? scode ? 131 132# Topcat/catseye framebuffers 133topcat* at intio? 134topcat* at dio? scode ? 135 136# Framebuffer abstraction 137grf* at dvbox? 138grf* at gbox? 139grf* at hyper? 140grf* at rbox? 141grf* at topcat? 142 143# Internal Terminal Emulator 144ite* at grf? 145 146dca0 at dio? scode 9 flags 1 # DCA serial interfaces 147dca* at dio? scode ? 148 149dcm* at dio? scode ? flags 0xe # DCM 4- or 8-port serial interfaces 150 151le* at dio? scode ? # LANCE ethernet interfaces 152 153nhpib0 at dio? scode 7 # slow internal HP-IB 154nhpib* at dio? scode ? 155 156fhpib* at dio? scode ? # `fast' HP-IB 157 158hpibbus0 at nhpib0 159hpibbus* at nhpib? 160hpibbus* at fhpib? 161 162rd* at hpibbus? slave ? punit ? # HP-IB disks 163ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes 164mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape 165ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter 166 167oscsi* at dio? scode ? # Old HP SCSI 168 169sd* at oscsi? target ? lun ? # SCSI disks 170st* at oscsi? target ? lun ? # SCSI tapes 171ac* at oscsi? target ? lun ? # SCSI changers 172 173pseudo-device pty 64 # pseudo ptys 174pseudo-device sl 4 # SLIP network interfaces 175pseudo-device ppp 4 # PPP network interfaces 176pseudo-device bpfilter 16 # Berkeley packet filter 177pseudo-device vnd 4 # vnode pseudo-disks 178pseudo-device ccd 4 # concatenated disk devices 179#pseudo-device raid 4 # RAIDframe disk driver 180pseudo-device loop # loopback network interface 181pseudo-device ipfilter # IP Filter package 182#pseudo-device gre 2 # generic L3 over IP tunnel 183# rnd is EXPERIMENTAL 184#pseudo-device rnd # /dev/random and in-kernel generator 185