-$OpenBSD: diodevs,v 1.2 1997/02/03 04:47:18 downsj Exp $
-$NetBSD: diodevs,v 1.2 1997/01/30 09:18:38 thorpej Exp $
+$OpenBSD: diodevs,v 1.3 1997/03/07 23:44:39 downsj Exp $
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
device DCMREM 0x85 1 98642A serial MUX
device LAN 0x15 1 98643A LAN
+device LANREM 0x95 1 98643A LAN
device FHPIB 0x08 1 98625A/98625B HP-IB
device NHPIB 0x80 1 98624A HP-IB
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: diodevs,v 1.2 1997/01/30 09:18:38 thorpej Exp
+ * OpenBSD: diodevs,v 1.2 1997/02/03 04:47:18 downsj Exp
*/
/*-
#define DIO_DEVICE_ID_LAN 0x15
#define DIO_DEVICE_DESC_LAN "98643A LAN"
+#define DIO_DEVICE_ID_LANREM 0x95
+#define DIO_DEVICE_DESC_LANREM "98643A LAN"
+
#define DIO_DEVICE_ID_FHPIB 0x08
#define DIO_DEVICE_DESC_FHPIB "98625A/98625B HP-IB"
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: diodevs,v 1.2 1997/01/30 09:18:38 thorpej Exp
+ * OpenBSD: diodevs,v 1.2 1997/02/03 04:47:18 downsj Exp
*/
/*-
* POSSIBILITY OF SUCH DAMAGE.
*/
-#define DIO_NDEVICES 45
+#define DIO_NDEVICES 46
struct dio_devdata dio_devdatas[] = {
{ 0x02, 0, 1 },
{ 0x05, 0, 1 },
{ 0x85, 0, 1 },
{ 0x15, 0, 1 },
+ { 0x95, 0, 1 },
{ 0x08, 0, 1 },
{ 0x80, 0, 1 },
{ 0x00, 0, 1 },
{ 0x05, 0, DIO_DEVICE_DESC_DCM },
{ 0x85, 0, DIO_DEVICE_DESC_DCMREM },
{ 0x15, 0, DIO_DEVICE_DESC_LAN },
+ { 0x95, 0, DIO_DEVICE_DESC_LANREM },
{ 0x08, 0, DIO_DEVICE_DESC_FHPIB },
{ 0x80, 0, DIO_DEVICE_DESC_NHPIB },
{ 0x00, 0, DIO_DEVICE_DESC_IHPIB },
-/* $OpenBSD: if_le.c,v 1.7 1997/02/03 04:47:35 downsj Exp $ */
+/* $OpenBSD: if_le.c,v 1.8 1997/03/07 23:44:40 downsj Exp $ */
/* $NetBSD: if_le.c,v 1.37 1997/01/30 09:18:53 thorpej Exp $ */
/*-
{
struct dio_attach_args *da = aux;
- if (da->da_id == DIO_DEVICE_ID_LAN)
+ if ((da->da_id == DIO_DEVICE_ID_LAN) ||
+ (da->da_id == DIO_DEVICE_ID_LANREM))
return (1);
return (0);
}