diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-07-15 03:30:31 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-07-15 03:30:31 +0000 |
| commit | 2f71d7885d796625b099d1aee4ab0deb3b999fb0 (patch) | |
| tree | a9504aed3a789bdf93539428c9680eeaf1c5072f /sys/dev | |
| parent | bf564bcd7396afcd28d8ff482d4e6ba27f0b3f09 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -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 46abd1f74713e..09b72078b8f1d 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 |
