summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-10-28 23:45:08 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-10-28 23:45:08 +0000
commite30b38b859b7a7937077e8149433bbfbbfbcf2d8 (patch)
tree84a6517d885c47f9ccf58dbd7147d02f9441ceb4 /sys
parentdb5a081ecf703c738ccc83a9bac182ecbbe84c14 (diff)
another ne2k entry. from Janjaap van Velthooven via PR/3524.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pcmcia/if_ne_pcmcia.c6
-rw-r--r--sys/dev/pcmcia/pcmciadevs.h7
2 files changed, 10 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/if_ne_pcmcia.c b/sys/dev/pcmcia/if_ne_pcmcia.c
index 731bf80c02b..faac470011f 100644
--- a/sys/dev/pcmcia/if_ne_pcmcia.c
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ne_pcmcia.c,v 1.72 2003/06/25 17:35:37 miod Exp $ */
+/* $OpenBSD: if_ne_pcmcia.c,v 1.73 2003/10/28 23:45:07 fgsch Exp $ */
/* $NetBSD: if_ne_pcmcia.c,v 1.17 1998/08/15 19:00:04 thorpej Exp $ */
/*
@@ -208,6 +208,10 @@ const struct ne2000dev {
PCMCIA_CIS_GVC_NP0335,
0, -1, { 0x00, 0x40, 0x05 } },
+ { PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
+ PCMCIA_CIS_RELIA_RE2408T,
+ 0, -1, { 0x00, 0xc0, 0x0c } },
+
/*
* You have to add new entries which contains
* PCMCIA_VENDOR_INVALID and/or PCMCIA_PRODUCT_INVALID
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h
index 6f9e484b848..ae941a9223e 100644
--- a/sys/dev/pcmcia/pcmciadevs.h
+++ b/sys/dev/pcmcia/pcmciadevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: pcmciadevs.h,v 1.107 2003/07/14 22:06:19 millert Exp $ */
+/* $OpenBSD: pcmciadevs.h,v 1.108 2003/10/28 23:45:07 fgsch Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcmciadevs,v 1.105 2003/07/14 22:05:15 millert Exp
+ * OpenBSD: pcmciadevs,v 1.106 2003/10/28 23:44:02 fgsch Exp
*/
/* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */
@@ -519,6 +519,7 @@
#define PCMCIA_VENDOR_PLANET -1 /* Planet */
#define PCMCIA_VENDOR_PLANEX -1 /* Planex */
#define PCMCIA_VENDOR_PREMAX -1 /* Premax */
+#define PCMCIA_VENDOR_RELIA -1 /* Relia Technologies */
#define PCMCIA_VENDOR_RPTI -1 /* RPTI */
#define PCMCIA_VENDOR_SARAMNCOM -1 /* SaramNcom Co.,Ltd. */
#define PCMCIA_VENDOR_SHUTTLE -1 /* Shuttle */
@@ -669,3 +670,5 @@
#define PCMCIA_PRODUCT_AROWANA_FE PCMCIA_PRODUCT_INVALID
#define PCMCIA_CIS_GVC_NP0335 { "ETHER-C16", "ETHER-C16", "Fast Ethernet", NULL }
#define PCMCIA_PRODUCT_GVC_NP0335 PCMCIA_PRODUCT_INVALID
+#define PCMCIA_CIS_RELIA_RE2408T { "PCMCIA LAN", "Ethernet", "A", "004743118001" }
+#define PCMCIA_PRODUCT_RELIA_RE2408T PCMCIA_PRODUCT_INVALID