summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/pcmciadevs.h
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>1998-12-04 06:49:59 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>1998-12-04 06:49:59 +0000
commit1553d4263a08b0ccba83ebe39fb5c7719e4d0f31 (patch)
tree50e3772e6e6192cd50ae4c593a1dfeefdb04ab10 /sys/dev/pcmcia/pcmciadevs.h
parent3974175c17abce667adfca8a67e4ec3df6a3a4c2 (diff)
Add support for another ne2k compatible card, vendor unknown.
Diffstat (limited to 'sys/dev/pcmcia/pcmciadevs.h')
-rw-r--r--sys/dev/pcmcia/pcmciadevs.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h
index 8e29803e1c7..215151b32c3 100644
--- a/sys/dev/pcmcia/pcmciadevs.h
+++ b/sys/dev/pcmcia/pcmciadevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: pcmciadevs.h,v 1.6 1998/11/05 09:12:52 fgsch Exp $ */
+/* $OpenBSD: pcmciadevs.h,v 1.7 1998/12/04 06:49:58 fgsch Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcmciadevs,v 1.4 1998/10/14 07:34:43 fgsch Exp
+ * OpenBSD: pcmciadevs,v 1.5 1998/11/05 09:12:52 fgsch Exp
*/
/* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */
@@ -60,6 +60,7 @@
#define PCMCIA_VENDOR_DAYNA 0x0194 /* Dayna */
#define PCMCIA_VENDOR_IODATA 0x01bf /* I-O DATA */
#define PCMCIA_VENDOR_HAGIWARASYSCOM 0xc012 /* Hagiwara SYS-COM */
+#define PCMCIA_VENDOR_UNKNOWN 0x8a01 /* Unknown */
/*
* List of known products. Grouped by vendor.
@@ -186,6 +187,11 @@
#define PCMCIA_PRODUCT_SMC_8016 0x0105
#define PCMCIA_STR_SMC_8016 "SMC 8016 EtherCard"
+/* Unknown Product */
+#define PCMCIA_CIS_UNKNOWN_ECARD { NULL, NULL, NULL, NULL }
+#define PCMCIA_PRODUCT_UNKNOWN_ECARD 0x0100
+#define PCMCIA_STR_UNKNOWN_ECARD "NE2000 Compatible"
+
/* Cards we know only by their cis */
#define PCMCIA_VENDOR_PREMAX -1 /* Premax */
#define PCMCIA_VENDOR_PLANET -1 /* Planet */