Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/sys/arch/hp300/conf Pull up following revision(s) (reques...



details:   https://anonhg.NetBSD.org/src/rev/55641408e4b7
branches:  netbsd-8
changeset: 983774:55641408e4b7
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jun 05 10:37:10 2021 +0000

description:
Pull up following revision(s) (requested by tsutsui in ticket #1680):

        sys/arch/hp300/conf/INSTALL: revision 1.67
        sys/arch/hp300/conf/INSTALL: revision 1.68

Add missed 'nhpib at intio' for internal HP-IB.  Found on testing HPDisk.
Also fix comments for HP-IB devices.
Should be pulled up to netbsd-8 and netbsd-9.

Reduce maxusers to 8 as GENERIC.
Should be pulled up to netbsd-9 and netbsd-8.

diffstat:

 sys/arch/hp300/conf/INSTALL |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r fbd1ec2ac26f -r 55641408e4b7 sys/arch/hp300/conf/INSTALL
--- a/sys/arch/hp300/conf/INSTALL       Wed May 19 17:21:13 2021 +0000
+++ b/sys/arch/hp300/conf/INSTALL       Sat Jun 05 10:37:10 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.60 2014/08/23 20:26:58 dholland Exp $
+# $NetBSD: INSTALL,v 1.60.12.1 2021/06/05 10:37:10 martin Exp $
 #
 # INSTALL machine description file
 #
@@ -39,7 +39,7 @@
 options        FPSP            # floating point interface for 68040
 
 # Need to set locally
-maxusers       32
+maxusers       8
 
 # Standard system options
 #options       COMPAT_43       # compatibility with 4.3BSD interfaces
@@ -202,10 +202,11 @@
 
 le*            at dio? scode ?         # LANCE ethernet interfaces
 
-nhpib0         at dio? scode 7         # slow internal HP-IB
+nhpib*         at intio?               # internal HP-IB
+nhpib0         at dio? scode 7         # 98624A HP-IB
 nhpib*         at dio? scode ?
 
-fhpib*         at dio? scode ?         # `fast' HP-IB
+fhpib*         at dio? scode ?         # 98625A/98625B HP-IB
 
 hpibbus0       at nhpib0
 hpibbus*       at nhpib?



Home | Main Index | Thread Index | Old Index