GENERIC revision 1.19
1# $NetBSD: GENERIC,v 1.19 1997/01/20 16:55:35 scottr Exp $ 2# 3# Generic kernel - one size fits all. 4# 5machine "hp300" 6 7cpu "HP320" 8cpu "HP330" # includes 318, 319 9cpu "HP340" 10cpu "HP350" 11cpu "HP360" 12cpu "HP370" 13cpu "HP375" # includes 345, 400t, 400s 14cpu "HP380" # includes 425t, 425s, 433s 15ident GENERIC 16 17# Need to set locally 18maxusers 32 19 20# Standard system options 21options SWAPPAGER # swap pager (anonymous and swap space) 22options VNODEPAGER # vnode pager (mapped files) 23options DEVPAGER # device pager (mapped devices) 24options "COMPAT_43" # compatibility with 4.3BSD interfaces 25options "COMPAT_44" # compatibility with 4.4BSD binaries 26options "COMPAT_09" # compatibility with NetBSD 0.9 27options "COMPAT_10" # compatibility with NetBSD 1.0 28options "COMPAT_11" # compatibility with NetBSD 1.1 29options "COMPAT_12" # compatibility with NetBSD 1.2 30options SYSVSHM # System V-style shared memory 31options SYSVSEM # System V-style semaphores 32options SYSVMSG # System V-style message queues 33options KTRACE # system call tracing support 34options "NKMEMCLUSTERS=1024" # # 4K pages in kernel malloc pool 35options EXEC_AOUT # support for exec'ing a.out 36options EXEC_SCRIPT # support for #! scripts 37 38# Filesystem options 39options FIFO # POSIX fifo support (in all filesystems) 40options FFS,QUOTA # fast filesystem with user and group quotas 41options "CD9660" # CD-ROM ISO-9660 filesystem 42options NFSSERVER # Network filesystem server 43options NFSCLIENT # Network filesystem client 44options UNION # Union filesystem (req. for FDESC) 45options KERNFS # kernel data-structure filesystem 46options FDESC # user file descriptor filesystem 47options PROCFS # /proc filesystem 48options MFS # Memory-based filesystem 49 50# Networking options 51options INET # Internet protocols 52options GATEWAY # IP forwarding + larger mb_map 53options MROUTING # Multicast routing 54options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 55options PFIL_HOOKS # packet processing hooks 56 57# Options for HP hardware 58options FPSP # floating point interface for 68040 59options USELEDS # make the lights twinkle 60options COMPAT_NOLABEL # defaults for unlabeled disks 61#options PANICBUTTON # two fast <reset>s on HIL dump kernel 62#options CONSCODE="9" # force console at this select code 63options UK_KEYBOARD # include United Kingdom HIL keymap 64options SE_KEYBOARD # include Swedish HIL keymap 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 72#options "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 81master hpib0 at scode7 82master hpib1 at scode? 83master hpib2 at scode? 84master hpib3 at scode? 85disk rd0 at hpib? slave ? 86disk rd1 at hpib? slave ? 87disk rd2 at hpib? slave ? 88disk rd3 at hpib? slave ? 89disk rd4 at hpib? slave ? 90disk rd5 at hpib? slave ? 91disk rd6 at hpib? slave ? 92tape ct0 at hpib0 slave ? 93tape ct1 at hpib0 slave ? flags 1 94tape mt0 at hpib0 slave ? 95device ppi0 at hpib0 slave 5 96 97master scsi0 at scode? 98master scsi1 at scode? 99master scsi2 at scode? 100master scsi3 at scode? 101disk sd0 at scsi? slave ? 102disk sd1 at scsi? slave ? 103disk sd2 at scsi? slave ? 104disk sd3 at scsi? slave ? 105disk sd4 at scsi? slave ? 106disk sd5 at scsi? slave ? 107disk sd6 at scsi? slave ? 108disk sd7 at scsi? slave ? 109disk sd8 at scsi? slave ? 110disk sd9 at scsi? slave ? 111tape st0 at scsi? slave ? 112tape st1 at scsi? slave ? 113 114device dca0 at scode9 flags 1 115device dca1 at scode? 116 117device dcm0 at scode? flags 0xe 118device dcm1 at scode? flags 0xe 119 120device le0 at scode? 121device le1 at scode? 122 123device grf0 at scode? 124device grf1 at scode? 125 126pseudo-device pty 64 # pseudo ptys 127pseudo-device sl 4 # SLIP network interfaces 128pseudo-device ppp 4 # PPP network interfaces 129pseudo-device bpfilter 16 # Berkeley packet filter 130pseudo-device vnd 4 # vnode pseudo-disks 131pseudo-device ccd 4 # concatenated disk devices 132pseudo-device ite # terminal emulation on grf 133pseudo-device loop # loopback network interface 134pseudo-device ether # basic ethernet support 135pseudo-device ipfilter # IP Filter package 136