Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/922ca7e29a2b
branches:  netbsd-9
changeset: 983770:922ca7e29a2b
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jun 05 10:35:28 2021 +0000

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

        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 6bd06a0ec80c -r 922ca7e29a2b sys/arch/hp300/conf/INSTALL
--- a/sys/arch/hp300/conf/INSTALL       Sat Jun 05 10:27:10 2021 +0000
+++ b/sys/arch/hp300/conf/INSTALL       Sat Jun 05 10:35:28 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.64.4.1 2020/12/14 17:29:35 martin Exp $
+# $NetBSD: INSTALL,v 1.64.4.2 2021/06/05 10:35:28 martin Exp $
 #
 # INSTALL machine description file
 #
@@ -40,7 +40,7 @@
 options        FPSP            # floating point interface for 68040
 
 # Need to set locally
-maxusers       32
+maxusers       8
 
 # Standard system options
 #include       "conf/compat_netbsd09.config"
@@ -183,10 +183,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