GENERIC revision 1.1
1# 2# GENERIC HP9000/300 3# 4machine "hp300" 5 6cpu "HP320" 7cpu "HP330" # includes 318, 319 8cpu "HP340" 9cpu "HP350" 10cpu "HP360" 11cpu "HP370" 12cpu "HP375" # includes 345, 400t, 400s 13cpu "HP380" # includes 425t, 425s, 433s 14ident GENERIC 15 16# Need to set locally 17timezone 8 dst 18maxusers 48 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 DIAGNOSTIC # extra kernel debugging checks 25options DEBUG # extra kernel debugging support 26options "COMPAT_43" # compatibility with 4.3BSD binaries 27options "COMPAT_44" # compatibility with 4.4BSD binaries 28options "COMPAT_09" # compatibility with NetBSD 0.9 29options SYSVSHM # System V shared memory 30options SYSVSEM # System V semaphores 31options SYSVMSG # System V message queues 32options KTRACE # system call tracing support 33options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool 34options KGDB # support for kernel gdb 35options "KGDBRATE=19200" # kernel gdb port rate (default 9600) 36#options "KGDBDEV=15*256+0" # device for kernel gdb 37 38# Filesystem options 39options FIFO # POSIX fifo support (in all filesystems) 40options FFS,QUOTA # fast filesystem with user and group quotas 41options MFS # memory-based filesystem 42options NFSCLIENT # Sun NFS-compatible client 43options NFSSERVER # Sun NFS-compatible server 44options "CD9660" # ISO 9660 (CDROM) filesystem 45options UNION # Union filesystem 46options KERNFS # kernel data-structure filesystem 47options FDESC # user file descriptor filesystem 48options PROCFS # /proc filesystem 49#options UMAPFS # uid/gid remapping filesystem 50#options NULLFS # null layer filesystem 51#options LFS # Log-based filesystem (still experimental) 52#options PORTAL # portal filesystem (still experimental) 53 54# Networking options 55options INET # Internet protocols 56options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 57options GATEWAY # IP packet forwarding 58options MROUTING # Multicast routing support 59#options ISO # OSI networking 60#options TPIP 61#options EON 62 63# Options for HP hardware 64options PANICBUTTON # Two fast <reset>s on console dump kernel 65#options COMPAT_HPUX # HP-UX binary compatibility 66#options COMPAT_OHPUX # Needed at least through HP-UX 7.05 67options FPSP # floating point emulation for MC68040 68options COMPAT_NOLABEL # default partitioning for unlabeled disks 69options MAPPEDCOPY # use page mapping for large copyin/copyout 70 71 72config netbsd swap generic 73 74master hpib0 at scode7 75master hpib1 at scode? 76master hpib2 at scode? 77disk rd0 at hpib? slave 0 78disk rd1 at hpib? slave ? 79disk rd2 at hpib? slave ? 80disk rd3 at hpib? slave ? 81tape ct0 at hpib? slave ? 82tape ct1 at hpib? slave ? flags 1 83device ppi0 at hpib0 slave 5 84 85master scsi0 at scode? 86master scsi1 at scode? 87master scsi2 at scode? 88master scsi3 at scode? 89disk sd0 at scsi? slave ? 90disk sd1 at scsi? slave ? 91disk sd2 at scsi? slave ? 92disk sd3 at scsi? slave ? 93disk sd4 at scsi? slave ? 94disk sd5 at scsi? slave ? 95disk sd6 at scsi? slave ? 96disk sd7 at scsi? slave ? 97disk sd8 at scsi? slave ? 98disk sd9 at scsi? slave ? 99disk sd10 at scsi? slave ? 100tape st0 at scsi? slave ? 101tape st1 at scsi? slave ? 102 103device dca0 at scode9 flags 1 104device dcm0 at scode? flags 0xe 105device dcm1 at scode? flags 0xe 106device dcm2 at scode? flags 0xe 107device dcm3 at scode? flags 0xe 108device dcm4 at scode? flags 0xe 109device dcm5 at scode? flags 0xe 110 111device le0 at scode? 112device le1 at scode? 113device le2 at scode? 114device le3 at scode? 115 116device grf0 at scode? 117device grf1 at scode? 118device grf2 at scode? 119 120pseudo-device sl 4 # serial-line IP ports 121pseudo-device ppp 4 # Point-to-Point Protocol ports 122pseudo-device pty 64 # pseudo ptys 123pseudo-device bpfilter 16 # packet filter ports 124pseudo-device ite 125pseudo-device loop 126pseudo-device ether 127