GENERIC revision 1.13
1# $NetBSD: GENERIC,v 1.13 1996/10/03 01:25:35 thorpej 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 18timezone 8 dst 19maxusers 32 20 21# Standard system options 22options SWAPPAGER # swap pager (anonymous and swap space) 23options VNODEPAGER # vnode pager (mapped files) 24options DEVPAGER # device pager (mapped devices) 25options "COMPAT_43" # compatibility with 4.3BSD interfaces 26options "COMPAT_44" # compatibility with 4.4BSD binaries 27options "COMPAT_09" # compatibility with NetBSD 0.9 28options "COMPAT_10" # compatibility with NetBSD 1.0 29options "COMPAT_11" # compatibility with NetBSD 1.1 30options "COMPAT_12" # compatibility with NetBSD 1.2 31options SYSVSHM # System V-style shared memory 32options SYSVSEM # System V-style semaphores 33options SYSVMSG # System V-style message queues 34options KTRACE # system call tracing support 35options "NKMEMCLUSTERS=1024" # # 4K pages in kernel malloc pool 36options EXEC_AOUT # support for exec'ing a.out 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 55 56# Options for HP hardware 57options FPSP # floating point interface for 68040 58options USELEDS # make the lights twinkle 59options COMPAT_NOLABEL # defaults for unlabeled disks 60#options PANICBUTTON # two fast <reset>s on HIL dump kernel 61#options CONSCODE="9" # force console at this select code 62options UK_KEYBOARD # include United Kingdom HIL keymap 63options SE_KEYBOARD # include Swedish HIL keymap 64 65# 66# HP-UX binary compatibility. 67# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY. 68# 69options COMPAT_HPUX # HP-UX binary compatibility 70 71#options "COMPAT_M68K4K" # compat. with NetBSD/m68k4k binaries 72 73# Debugging options 74options DDB # Kernel Dynamic Debugger 75 76# If the kernel isn't named `GENERIC', uncomment the line below. 77#options GENERIC # Generic swap support 78config netbsd swap generic 79 80master hpib0 at scode7 81master hpib1 at scode? 82master hpib2 at scode? 83master hpib3 at scode? 84disk rd0 at hpib? slave ? 85disk rd1 at hpib? slave ? 86disk rd2 at hpib? slave ? 87disk rd3 at hpib? slave ? 88disk rd4 at hpib? slave ? 89disk rd5 at hpib? slave ? 90disk rd6 at hpib? slave ? 91tape ct0 at hpib0 slave ? 92tape ct1 at hpib0 slave ? flags 1 93tape mt0 at hpib0 slave ? 94device ppi0 at hpib0 slave 5 95 96master scsi0 at scode? 97master scsi1 at scode? 98master scsi2 at scode? 99master scsi3 at scode? 100disk sd0 at scsi? slave ? 101disk sd1 at scsi? slave ? 102disk sd2 at scsi? slave ? 103disk sd3 at scsi? slave ? 104disk sd4 at scsi? slave ? 105disk sd5 at scsi? slave ? 106disk sd6 at scsi? slave ? 107disk sd7 at scsi? slave ? 108disk sd8 at scsi? slave ? 109disk sd9 at scsi? slave ? 110tape st0 at scsi? slave ? 111tape st1 at scsi? slave ? 112 113device dca0 at scode9 flags 1 114device dca1 at scode? 115 116device dcm0 at scode? flags 0xe 117device dcm1 at scode? flags 0xe 118 119device le0 at scode? 120device le1 at scode? 121 122device grf0 at scode? 123device grf1 at scode? 124 125pseudo-device pty 64 # pseudo ptys 126pseudo-device sl 4 # SLIP network interfaces 127pseudo-device ppp 4 # PPP network interfaces 128pseudo-device bpfilter 16 # Berkeley packet filter 129pseudo-device vnd 4 # vnode pseudo-disks 130pseudo-device ccd 4 # concatenated disk devices 131pseudo-device ite # terminal emulation on grf 132pseudo-device loop # loopback network interface 133pseudo-device ether # basic ethernet support 134