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