Merge with 4.4-Lite.
This commit is contained in:
parent
48dd63215d
commit
cf4e21af5d
@ -4,42 +4,66 @@
|
||||
machine "hp300"
|
||||
|
||||
cpu "HP320"
|
||||
cpu "HP330"
|
||||
cpu "HP330" # includes 318, 319
|
||||
cpu "HP340"
|
||||
cpu "HP350"
|
||||
cpu "HP360"
|
||||
cpu "HP370"
|
||||
cpu "HP375" # includes 345, 400t, 400s
|
||||
cpu "HP380" # includes 425t, 425s, 433s
|
||||
ident GENERIC
|
||||
|
||||
# Need to set locally
|
||||
timezone 8 dst
|
||||
|
||||
# Standard 4.3-Reno options
|
||||
maxusers 48
|
||||
options INET
|
||||
options NS
|
||||
# umm, no can do, on this one...
|
||||
#options KADB
|
||||
options SWAPPAGER,VNODEPAGER,DEVPAGER
|
||||
options FFS
|
||||
options QUOTA
|
||||
options FIFO
|
||||
options NFS
|
||||
options MFS
|
||||
options DIAGNOSTIC
|
||||
options "TCP_COMPAT_42"
|
||||
options "COMPAT_43"
|
||||
options "COMPAT_42"
|
||||
options KTRACE
|
||||
#options GATEWAY # slip needs this for packet forwarding
|
||||
|
||||
# OSI stuff:
|
||||
#options ISO
|
||||
# Standard system options
|
||||
options SWAPPAGER # swap pager (anonymous and swap space)
|
||||
options VNODEPAGER # vnode pager (mapped files)
|
||||
options DEVPAGER # device pager (mapped devices)
|
||||
options DIAGNOSTIC # extra kernel debugging checks
|
||||
options DEBUG # extra kernel debugging support
|
||||
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
options KTRACE # system call tracing support
|
||||
options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
||||
options KGDB # support for kernel gdb
|
||||
options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
|
||||
#options "KGDBDEV=15*256+0" # device for kernel gdb
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
options FFS,QUOTA # fast filesystem with user and group quotas
|
||||
options MFS # memory-based filesystem
|
||||
options NFSCLIENT # Sun NFS-compatible client
|
||||
options NFSSERVER # Sun NFS-compatible server
|
||||
options "CD9660" # ISO 9660 (CDROM) filesystem
|
||||
options UNION # Union filesystem
|
||||
options KERNFS # kernel data-structure filesystem
|
||||
options FDESC # user file descriptor filesystem
|
||||
options PROCFS # /proc filesystem
|
||||
#options UMAPFS # uid/gid remapping filesystem
|
||||
#options NULLFS # null layer filesystem
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
#options PORTAL # portal filesystem (still experimental)
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
#options MULTICAST # Multicast support
|
||||
#options MROUTING # Multicast routing support
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
|
||||
# More standard options for the HPs
|
||||
options MAPMEM,SYSVSHM
|
||||
#options COMPAT_HPUX
|
||||
# Options for HP hardware
|
||||
options PANICBUTTON # Two fast <reset>s on console dump kernel
|
||||
#options SYSVSHM # System V shmem (ugly but HP-UX uses it)
|
||||
options COMPAT_HPUX # HP-UX binary compatibility
|
||||
options COMPAT_OHPUX # Needed at least through HP-UX 7.05
|
||||
options HPFPLIB # floating point emulation for MC68040
|
||||
options COMPAT_NOLABEL # default partitioning for unlabeled disks
|
||||
options MAPPEDCOPY # use page mapping for large copyin/copyout
|
||||
|
||||
|
||||
config netbsd swap generic
|
||||
@ -57,23 +81,43 @@ device ppi0 at hpib0 slave 5
|
||||
|
||||
master scsi0 at scode?
|
||||
master scsi1 at scode?
|
||||
master scsi2 at scode?
|
||||
master scsi3 at scode?
|
||||
disk sd0 at scsi? slave ?
|
||||
disk sd1 at scsi? slave ?
|
||||
disk sd2 at scsi? slave ?
|
||||
disk sd3 at scsi? slave ?
|
||||
disk sd4 at scsi? slave ?
|
||||
disk sd5 at scsi? slave ?
|
||||
disk sd6 at scsi? slave ?
|
||||
disk sd7 at scsi? slave ?
|
||||
disk sd8 at scsi? slave ?
|
||||
disk sd9 at scsi? slave ?
|
||||
disk sd10 at scsi? slave ?
|
||||
tape st0 at scsi? slave ?
|
||||
tape st1 at scsi? slave ?
|
||||
|
||||
device dca0 at scode9 flags 1
|
||||
device dcm0 at scode? flags 0xe
|
||||
device dcm1 at scode? flags 0xe
|
||||
device dcm2 at scode? flags 0xe
|
||||
device dcm3 at scode? flags 0xe
|
||||
device dcm4 at scode? flags 0xe
|
||||
device dcm5 at scode? flags 0xe
|
||||
|
||||
device le0 at scode?
|
||||
device le1 at scode?
|
||||
device le2 at scode?
|
||||
device le3 at scode?
|
||||
|
||||
device grf0 at scode?
|
||||
device grf1 at scode?
|
||||
device grf2 at scode?
|
||||
|
||||
pseudo-device sl 4 # serial-line IP ports
|
||||
pseudo-device ppp 4 # Point-to-Point Protocol ports
|
||||
pseudo-device pty 64 # pseudo ptys
|
||||
pseudo-device bpfilter 16 # packet filter ports
|
||||
pseudo-device ite
|
||||
pseudo-device pty
|
||||
pseudo-device loop
|
||||
pseudo-device ether
|
||||
|
@ -1,3 +1,4 @@
|
||||
# @(#)HP300 8.2 (Berkeley) 4/22/94
|
||||
#
|
||||
# PICASSO (HP300)
|
||||
#
|
||||
@ -8,35 +9,38 @@ cpu "HP340"
|
||||
cpu "HP350"
|
||||
cpu "HP360"
|
||||
cpu "HP370"
|
||||
cpu "HP380"
|
||||
ident PICASSO
|
||||
|
||||
timezone 8 dst
|
||||
maxusers 16
|
||||
|
||||
# Standard options
|
||||
options SWAPPAGER,VNODEPAGER,DEVPAGER
|
||||
options FFS
|
||||
options QUOTA
|
||||
options INET
|
||||
options MFS,NFS,FIFO
|
||||
options INET,MULTICAST,MROUTING
|
||||
options FFS,MFS,NFSCLIENT,NFSSERVER,LFS,FIFO
|
||||
options PROCFS,UNION,KERNFS,FDESC,PORTAL,NULLFS,UMAPFS
|
||||
options "CD9660"
|
||||
options "COMPAT_43"
|
||||
options "TCP_COMPAT_42"
|
||||
options SWAPPAGER,VNODEPAGER,DEVPAGER
|
||||
options CLUSTERED_PAGEOUT
|
||||
|
||||
# Options for all HP machines
|
||||
#options SYSVSHM
|
||||
options COMPAT_HPUX
|
||||
options SYSVSHM
|
||||
options COMPAT_HPUX,COMPAT_OHPUX
|
||||
options COMPAT_NOLABEL
|
||||
options MAPPEDCOPY
|
||||
|
||||
# Options specific to this host.
|
||||
options DEBUG,DIAGNOSTIC
|
||||
options PANICBUTTON
|
||||
options KTRACE
|
||||
options "BUFPAGES=900"
|
||||
options "NKMEMCLUSTERS=256"
|
||||
options "HILVID=1"
|
||||
options PROFTIMER,"PRF_INTERVAL=500"
|
||||
#options KGDB,"KGDBDEV=15*256+2","KGDBRATE=19200"
|
||||
options "NKMEMCLUSTERS=512"
|
||||
options KGDB,"KGDBDEV=15*256+0","KGDBRATE=19200"
|
||||
options HPFPLIB
|
||||
|
||||
config netbsd root on sd0 swap on sd0d and rd0d
|
||||
config netbsd root on sd0 swap on sd0b and rd0b
|
||||
config vgnetbsd root on sd0 swap on sd0d and sd1d and sd2d
|
||||
config rdnetbsd root on rd0 swap on rd0b and rd1b
|
||||
config gennetbsd swap generic
|
||||
@ -73,7 +77,7 @@ device le0 at scode?
|
||||
device le1 at scode?
|
||||
device dca0 at scode9 flags 1
|
||||
device dcm0 at scode? flags 0xe
|
||||
device dcm1 at scode? flags 0xe
|
||||
device dcm1 at scode? flags 0x0
|
||||
device dcm2 at scode? flags 0xe
|
||||
device dcm3 at scode? flags 0xe
|
||||
|
||||
@ -83,9 +87,7 @@ device grf2 at scode?
|
||||
|
||||
pseudo-device sl 4
|
||||
pseudo-device bpfilter 16
|
||||
pseudo-device ite
|
||||
pseudo-device pty
|
||||
pseudo-device loop
|
||||
pseudo-device ether
|
||||
|
||||
pseudo-device vn 4
|
||||
pseudo-device ite
|
||||
|
Loading…
Reference in New Issue
Block a user