diff options
-rw-r--r-- | sys/dev/pccard/pccarddevs.h | 8 |
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 |