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 Change device ID for 98624A HP-IB from 0x...



details:   https://anonhg.NetBSD.org/src/rev/5942edbc98a3
branches:  trunk
changeset: 555598:5942edbc98a3
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Nov 23 01:57:35 2003 +0000

description:
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 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 68be7363480e -r 5942edbc98a3 sys/arch/hp300/dev/diodevs
--- a/sys/arch/hp300/dev/diodevs        Sun Nov 23 01:25:59 2003 +0000
+++ b/sys/arch/hp300/dev/diodevs        Sun Nov 23 01:57:35 2003 +0000
@@ -1,4 +1,4 @@
-$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 $
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
 device LAN             0x15    1       98643A LAN
 
 device FHPIB           0x08    1       98625A/98625B HP-IB
-device NHPIB           0x80    1       98624A HP-IB
+device NHPIB           0x01    1       98624A HP-IB
 device IHPIB           0x00    1       internal HP-IB
 
 device SCSI0           0x07    1       98265A SCSI



Home | Main Index | Thread Index | Old Index