GENERIC revision 1.9
1# $NetBSD: GENERIC,v 1.9 1996/02/24 00:54:53 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 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 59 60# 61# HP-UX binary compatibility. 62# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY. 63# 64options COMPAT_HPUX # HP-UX binary compatibility 65 66# Debugging options 67options DDB # Kernel Dynamic Debugger 68 69# If the kernel isn't named `GENERIC', uncomment the line below. 70#options GENERIC # Generic swap support 71config netbsd swap generic 72 73master hpib0 at scode7 74master hpib1 at scode? 75master hpib2 at scode? 76master hpib3 at scode? 77disk rd0 at hpib? slave ? 78disk rd1 at hpib? slave ? 79disk rd2 at hpib? slave ? 80disk rd3 at hpib? slave ? 81disk rd4 at hpib? slave ? 82disk rd5 at hpib? slave ? 83disk rd6 at hpib? slave ? 84tape ct0 at hpib0 slave ? 85tape ct1 at hpib0 slave ? flags 1 86tape mt0 at hpib0 slave ? 87device ppi0 at hpib0 slave 5 88 89master scsi0 at scode? 90master scsi1 at scode? 91master scsi2 at scode? 92master scsi3 at scode? 93disk sd0 at scsi? slave ? 94disk sd1 at scsi? slave ? 95disk sd2 at scsi? slave ? 96disk sd3 at scsi? slave ? 97disk sd4 at scsi? slave ? 98disk sd5 at scsi? slave ? 99disk sd6 at scsi? slave ? 100disk sd7 at scsi? slave ? 101disk sd8 at scsi? slave ? 102disk sd9 at scsi? slave ? 103tape st0 at scsi? slave ? 104tape st1 at scsi? slave ? 105 106device dca0 at scode9 flags 1 107device dca1 at scode? 108 109device dcm0 at scode? flags 0xe 110device dcm1 at scode? flags 0xe 111 112device le0 at scode? 113device le1 at scode? 114 115device grf0 at scode? 116device grf1 at scode? 117 118pseudo-device pty 64 # pseudo ptys 119pseudo-device sl 4 # SLIP network interfaces 120pseudo-device ppp 4 # PPP network interfaces 121pseudo-device bpfilter 16 # Berkeley packet filter 122pseudo-device vnd 4 # vnode pseudo-disks 123pseudo-device ccd 4 # concatenated disk devices 124pseudo-device ite # terminal emulation on grf 125pseudo-device loop # loopback network interface 126pseudo-device ether # basic ethernet support 127