1997-01-20 19:55:32 +03:00
|
|
|
# $NetBSD: LAGER,v 1.16 1997/01/20 16:55:35 scottr Exp $
|
1994-06-24 18:00:22 +04:00
|
|
|
#
|
1995-03-29 03:57:20 +04:00
|
|
|
# LAGER (hpeyerl's hp380)
|
1994-06-24 18:00:22 +04:00
|
|
|
#
|
|
|
|
machine "hp300"
|
|
|
|
cpu "HP320"
|
|
|
|
cpu "HP330"
|
|
|
|
cpu "HP340"
|
|
|
|
cpu "HP350"
|
|
|
|
cpu "HP360"
|
|
|
|
cpu "HP370"
|
|
|
|
cpu "HP380"
|
|
|
|
ident LAGER
|
|
|
|
|
|
|
|
maxusers 16
|
|
|
|
|
|
|
|
# Standard options
|
|
|
|
options SWAPPAGER,VNODEPAGER,DEVPAGER
|
|
|
|
options INET
|
|
|
|
options FFS,FIFO
|
|
|
|
options MFS,KERNFS,FDESC
|
|
|
|
options NFSSERVER,NFSCLIENT
|
1995-01-24 17:01:28 +03:00
|
|
|
options NULLFS,PROCFS
|
1994-06-24 18:00:22 +04:00
|
|
|
options "COMPAT_NOMID"
|
|
|
|
options "COMPAT_43"
|
1996-08-23 01:02:49 +04:00
|
|
|
options "COMPAT_12"
|
1994-06-24 18:00:22 +04:00
|
|
|
options "TCP_COMPAT_42"
|
1995-01-23 18:14:33 +03:00
|
|
|
options GATEWAY
|
1996-10-03 05:25:32 +04:00
|
|
|
options EXEC_AOUT # support for exec'ing a.out
|
1996-12-11 12:10:38 +03:00
|
|
|
options EXEC_SCRIPT # support for #! scripts
|
1994-06-24 18:00:22 +04:00
|
|
|
|
|
|
|
# Options for all HP machines
|
|
|
|
options SYSVSHM
|
1994-07-03 15:41:33 +04:00
|
|
|
options FPSP
|
1994-06-24 18:00:22 +04:00
|
|
|
|
|
|
|
options "COMPAT_09"
|
|
|
|
|
|
|
|
# Options specific to this host.
|
|
|
|
options DDB
|
|
|
|
options DEBUG,DIAGNOSTIC
|
|
|
|
options PANICBUTTON,PANICWAIT
|
|
|
|
options KTRACE
|
|
|
|
options "NKMEMCLUSTERS=256"
|
|
|
|
options "HILVID=1"
|
|
|
|
options PROFTIMER,"PRF_INTERVAL=500"
|
|
|
|
#options KGDB,"KGDBDEV=15*256+2","KGDBRATE=19200"
|
1996-05-27 03:45:42 +04:00
|
|
|
options COMPAT_HPUX
|
1996-09-11 02:26:50 +04:00
|
|
|
#options "COMPAT_M68K4K" # compat. with NetBSD/m68k4k binaries
|
1996-05-27 03:45:42 +04:00
|
|
|
options USELEDS
|
1994-06-24 18:00:22 +04:00
|
|
|
|
1995-03-29 03:57:20 +04:00
|
|
|
config netbsd root on sd0 swap on sd0b and sd1b
|
1994-06-24 18:00:22 +04:00
|
|
|
#config vgnetbsd root on sd0 swap on sd0b and sd1b and sd2b
|
|
|
|
#config rdnetbsd root on rd0 swap on rd0b and rd1b
|
|
|
|
#config gennetbsd swap generic
|
|
|
|
|
|
|
|
master hpib0 at scode7
|
|
|
|
master hpib1 at scode?
|
|
|
|
disk rd0 at hpib? slave ?
|
|
|
|
disk rd1 at hpib? slave ?
|
|
|
|
disk rd2 at hpib? slave ?
|
|
|
|
disk rd3 at hpib? slave ?
|
|
|
|
tape ct0 at hpib0 slave ?
|
|
|
|
tape ct1 at hpib0 slave ?
|
|
|
|
|
|
|
|
master scsi0 at scode?
|
|
|
|
master scsi1 at scode?
|
1996-10-21 20:43:05 +04:00
|
|
|
disk sd0 at scsi? slave 3
|
|
|
|
disk sd1 at scsi? slave 5
|
|
|
|
disk sd3 at scsi? slave 2
|
1994-06-24 18:00:22 +04:00
|
|
|
disk sd2 at scsi? slave ?
|
|
|
|
tape st0 at scsi? slave ?
|
|
|
|
tape st1 at scsi? slave ?
|
|
|
|
|
|
|
|
device le0 at scode?
|
|
|
|
device le1 at scode?
|
1994-10-04 20:32:30 +03:00
|
|
|
device dca0 at scode9
|
1994-06-24 18:00:22 +04:00
|
|
|
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 grf0 at scode?
|
|
|
|
device grf1 at scode?
|
|
|
|
|
|
|
|
pseudo-device sl 1
|
|
|
|
pseudo-device bpfilter 16
|
|
|
|
pseudo-device ite
|
|
|
|
pseudo-device pty 32
|
|
|
|
pseudo-device loop
|
|
|
|
pseudo-device ether
|
1994-10-04 20:32:30 +03:00
|
|
|
pseudo-device ppp 4
|
1996-05-27 03:45:42 +04:00
|
|
|
pseudo-device ccd 4
|