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.
This commit is contained in:
parent
3187c34fa2
commit
ff8bdea2e8
@ -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 DCMREM 0x85 1 98642A serial MUX
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user