GENERIC revision 1.20
1# $NetBSD: GENERIC,v 1.20 1997/01/30 09:58:59 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 HP350 14options HP360 15options HP370 16options HP375 # includes 345, 400t, 400s 17options HP380 # includes 425t, 425s, 433s 18 19# Need to set locally 20maxusers 32 21 22# Standard system options 23options COMPAT_43 # compatibility with 4.3BSD interfaces 24options COMPAT_44 # compatibility with 4.4BSD binaries 25options COMPAT_09 # compatibility with NetBSD 0.9 26options COMPAT_10 # compatibility with NetBSD 1.0 27options COMPAT_11 # compatibility with NetBSD 1.1 28options COMPAT_12 # compatibility with NetBSD 1.2 29options SYSVSHM # System V-style shared memory 30options SYSVSEM # System V-style semaphores 31options SYSVMSG # System V-style message queues 32options KTRACE # system call tracing support 33options "NKMEMCLUSTERS=1024" # # 4K pages in kernel malloc pool 34 35# Filesystem options 36options FIFO # POSIX fifo support (in all filesystems) 37options FFS,QUOTA # fast filesystem with user and group quotas 38options CD9660 # CD-ROM ISO-9660 filesystem 39options NFSSERVER # Network filesystem server 40options NFSCLIENT # Network filesystem client 41options UNION # Union filesystem (req. for FDESC) 42options KERNFS # kernel data-structure filesystem 43options FDESC # user file descriptor filesystem 44options PROCFS # /proc filesystem 45options MFS # Memory-based filesystem 46 47# Networking options 48options INET # Internet protocols 49options GATEWAY # IP forwarding + larger mb_map 50options MROUTING # Multicast routing 51options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 52 53# Options for HP hardware 54options FPSP # floating point interface for 68040 55options USELEDS # make the lights twinkle 56options COMPAT_NOLABEL # defaults for unlabeled disks 57#options PANICBUTTON # two fast <reset>s on HIL dump kernel 58#options CONSCODE="9" # force console at this select code 59options UK_KEYBOARD # include United Kingdom HIL keymap 60options SE_KEYBOARD # include Swedish HIL keymap 61 62# This option enables a different copyin/copyout that uses page 63# mapping for large copies. 64#options MAPPEDCOPY # different copyin/copyout for large copies 65 66# 67# HP-UX binary compatibility. 68# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY. 69# 70options COMPAT_HPUX # HP-UX binary compatibility 71 72options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries 73 74# Debugging options 75options DIAGNOSTIC # Extra kernel sanity checks 76#options DEBUG # Enable misc. kernel debugging code 77options DDB # Kernel Dynamic Debugger 78 79config netbsd swap generic 80 81mainbus0 at root # root "bus" 82 83intio0 at mainbus0 # internal i/o space 84dio0 at mainbus0 # DIO/DIO-II bus 85 86# Davinci framebuffer 87dvbox* at intio? 88dvbox* at dio? scode ? 89 90# Gatorbox framebuffer 91gbox* at intio? 92gbox* at dio? scode ? 93 94# Hyperion framebuffer 95hyper* at dio? scode ? 96 97# Renaissance framebuffer 98rbox* at intio? 99rbox* at dio? scode ? 100 101# Topcat/catseye framebuffers 102topcat* at intio? 103topcat* at dio? scode ? 104 105# Framebuffer abstraction 106grf* at dvbox? 107grf* at gbox? 108grf* at hyper? 109grf* at rbox? 110grf* at topcat? 111 112# Internal Terminal Emulator 113ite* at grf? 114 115dca0 at dio? scode 9 flags 1 # DCA serial interfaces 116dca* at dio? scode ? 117 118dcm* at dio? scode ? flags 0xe # DCM 4- or 8-port serial interfaces 119 120le* at dio? scode ? # LANCE ethernet interfaces 121 122nhpib0 at dio? scode 7 # slow internal HP-IB 123nhpib* at dio? scode ? 124 125fhpib* at dio? scode ? # `fast' HP-IB 126 127hpibbus0 at nhpib0 128hpibbus* at nhpib? 129hpibbus* at fhpib? 130 131rd* at hpibbus? slave ? punit ? # HP-IB disks 132ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes 133mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape 134ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter 135 136oscsi* at dio? scode ? # Old HP SCSI 137 138sd* at oscsi? target ? lun ? # SCSI disks 139st* at oscsi? target ? lun ? # SCSI tapes 140ac* at oscsi? target ? lun ? # SCSI changers 141 142pseudo-device pty 64 # pseudo ptys 143pseudo-device sl 4 # SLIP network interfaces 144pseudo-device ppp 4 # PPP network interfaces 145pseudo-device bpfilter 16 # Berkeley packet filter 146pseudo-device vnd 4 # vnode pseudo-disks 147pseudo-device ccd 4 # concatenated disk devices 148pseudo-device loop # loopback network interface 149pseudo-device ipfilter # IP Filter package 150