summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-07-15 03:30:31 +0000
committerimp <imp@FreeBSD.org>2003-07-15 03:30:31 +0000
commitc58faeb7629e0c1e4df98b8ba9284e1a0a2ed767 (patch)
treea9504aed3a789bdf93539428c9680eeaf1c5072f
parent8470188ad2db46d83f33abcb0bff55a359e8d702 (diff)
downloadFreeBSD-src-c58faeb7629e0c1e4df98b8ba9284e1a0a2ed767.zip
FreeBSD-src-c58faeb7629e0c1e4df98b8ba9284e1a0a2ed767.tar.gz
sync to pccarddevs 1.57
-rw-r--r--sys/dev/pccard/pccarddevs.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccarddevs.h b/sys/dev/pccard/pccarddevs.h
index 46abd1f..09b7207 100644
--- a/sys/dev/pccard/pccarddevs.h
+++ b/sys/dev/pccard/pccarddevs.h
@@ -4,7 +4,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.55 2003/07/11 09:16:40 imp Exp
+ * FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.57 2003/07/15 03:27:53 imp Exp
*/
/* $NetBSD: pcmciadevs,v 1.182 2003/04/09 02:09:55 christos Exp $ */
/* $OpenBSD: pcmciadevs,v 1.93 2002/06/21 08:31:10 henning Exp $ */
@@ -101,6 +101,7 @@
#define PCMCIA_VENDOR_LINKSYS2 0x0274 /* The Linksys Group */
#define PCMCIA_VENDOR_IODATA2 0x028a /* I-O DATA */
#define PCMCIA_VENDOR_ASUS 0x02aa /* ASUS */
+#define PCMCIA_VENDOR_SIEMENS 0x02ac /* Siemens */
#define PCMCIA_VENDOR_NWN 0x0602 /* No Wires Needed */
#define PCMCIA_VENDOR_BREEZECOM 0x0a02 /* BreezeCOM */
#define PCMCIA_VENDOR_NEWMEDIA2 0x10cd /* NewMedia */
@@ -642,6 +643,11 @@
#define PCMCIA_PRODUCT_SANDISK_SDCFB 0x0401
#define PCMCIA_STR_SANDISK_SDCFB "Sandisk CompactFlash Card"
+/* Siemens */
+#define PCMCIA_CIS_SIEMENS_SS1021 { NULL, NULL, NULL, NULL }
+#define PCMCIA_PRODUCT_SIEMENS_SS1021 0x0002
+#define PCMCIA_STR_SIEMENS_SS1021 "Siemens SpeedStream 1021"
+
/* Simple Technology Products */
#define PCMCIA_CIS_SIMPLETECH_COMMUNICATOR288 { NULL, NULL, NULL, NULL }
#define PCMCIA_PRODUCT_SIMPLETECH_COMMUNICATOR288 0x0100
OpenPOWER on IntegriCloud