Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/dev Regen from diodevs rev 1.7:



details:   https://anonhg.NetBSD.org/src/rev/1e8f52070176
branches:  trunk
changeset: 555599:1e8f52070176
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Nov 23 01:59:25 2003 +0000

description:
Regen from diodevs rev 1.7:
> Change device ID for 98624A HP-IB from 0x80 to 0x01.
> nhpib.c in Lite2 used 0x01 and my 98624 also has an ID 0x01.

diffstat:

 sys/arch/hp300/dev/diodevs.h      |  6 +++---
 sys/arch/hp300/dev/diodevs_data.h |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (59 lines):

diff -r 5942edbc98a3 -r 1e8f52070176 sys/arch/hp300/dev/diodevs.h
--- a/sys/arch/hp300/dev/diodevs.h      Sun Nov 23 01:57:35 2003 +0000
+++ b/sys/arch/hp300/dev/diodevs.h      Sun Nov 23 01:59:25 2003 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: diodevs.h,v 1.9 2003/05/25 04:59:57 tsutsui Exp $      */
+/*     $NetBSD: diodevs.h,v 1.10 2003/11/23 01:59:25 tsutsui Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: diodevs,v 1.6 2003/05/25 04:56:36 tsutsui Exp 
+ *     NetBSD: diodevs,v 1.7 2003/11/23 01:57:35 tsutsui Exp 
  */
 
 /*-
@@ -71,7 +71,7 @@
 #define        DIO_DEVICE_ID_FHPIB     0x08
 #define        DIO_DEVICE_DESC_FHPIB   "98625A/98625B HP-IB"
 
-#define        DIO_DEVICE_ID_NHPIB     0x80
+#define        DIO_DEVICE_ID_NHPIB     0x01
 #define        DIO_DEVICE_DESC_NHPIB   "98624A HP-IB"
 
 #define        DIO_DEVICE_ID_IHPIB     0x00
diff -r 5942edbc98a3 -r 1e8f52070176 sys/arch/hp300/dev/diodevs_data.h
--- a/sys/arch/hp300/dev/diodevs_data.h Sun Nov 23 01:57:35 2003 +0000
+++ b/sys/arch/hp300/dev/diodevs_data.h Sun Nov 23 01:59:25 2003 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: diodevs_data.h,v 1.9 2003/05/25 04:59:57 tsutsui Exp $ */
+/*     $NetBSD: diodevs_data.h,v 1.10 2003/11/23 01:59:25 tsutsui Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: diodevs,v 1.6 2003/05/25 04:56:36 tsutsui Exp 
+ *     NetBSD: diodevs,v 1.7 2003/11/23 01:57:35 tsutsui Exp 
  */
 
 /*-
@@ -54,7 +54,7 @@
        { 0x85, 0,      1 },
        { 0x15, 0,      1 },
        { 0x08, 0,      1 },
-       { 0x80, 0,      1 },
+       { 0x01, 0,      1 },
        { 0x00, 0,      1 },
        { 0x07, 0,      1 },
        { 0x27, 0,      1 },
@@ -104,7 +104,7 @@
        { 0x85, 0,      DIO_DEVICE_DESC_DCMREM },
        { 0x15, 0,      DIO_DEVICE_DESC_LAN },
        { 0x08, 0,      DIO_DEVICE_DESC_FHPIB },
-       { 0x80, 0,      DIO_DEVICE_DESC_NHPIB },
+       { 0x01, 0,      DIO_DEVICE_DESC_NHPIB },
        { 0x00, 0,      DIO_DEVICE_DESC_IHPIB },
        { 0x07, 0,      DIO_DEVICE_DESC_SCSI0 },
        { 0x27, 0,      DIO_DEVICE_DESC_SCSI1 },



Home | Main Index | Thread Index | Old Index