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