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