diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-07-01 06:07:48 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-07-01 06:07:48 +0000 |
commit | 96d6d1585beff51e5bd3829500344cf2ce213d83 (patch) | |
tree | d8f66dd62fce1651e832c9000a03f2f89fa18ee8 /sys | |
parent | bc9a1bb76601572dd70b400bf1e1cbb6e5ed193a (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index dec5ab139c9..4059156558e 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.15 1999/06/03 06:41:39 fgsch Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.16 1999/07/01 06:07:47 fgsch Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.13 1999/06/03 06:40:28 fgsch Exp + * OpenBSD: pcmciadevs,v 1.14 1999/07/01 06:07:15 fgsch Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -66,6 +66,7 @@ #define PCMCIA_VENDOR_KINGSTON 0x0186 /* Kingston */ #define PCMCIA_VENDOR_DAYNA 0x0194 /* Dayna */ #define PCMCIA_VENDOR_IODATA 0x01bf /* I-O DATA */ +#define PCMCIA_VENDOR_LASAT 0x3401 /* Lasat Communications A/S */ #define PCMCIA_VENDOR_COMPEX 0x8a01 /* Compex */ #define PCMCIA_VENDOR_COREGA 0xc00f /* Corega K.K. */ #define PCMCIA_VENDOR_HAGIWARASYSCOM 0xc012 /* Hagiwara SYS-COM */ @@ -84,7 +85,7 @@ /* 3COM Products */ #define PCMCIA_CIS_3COM_3CXEM556 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_3COM_3CXEM556 0x0035 -#define PCMCIA_STR_3COM_3CXEM556 "3Com/Megahertz 3XEM556 Ethernet/Modem" +#define PCMCIA_STR_3COM_3CXEM556 "3Com/Megahertz 3CXEM556 Ethernet/Modem" #define PCMCIA_CIS_3COM_3C562 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_3COM_3C562 0x0562 #define PCMCIA_STR_3COM_3C562 "3Com 3c562 33.6 Modem/10Mbps Ethernet" @@ -158,6 +159,11 @@ #define PCMCIA_PRODUCT_KINGSTON_KNE_PC2 0x0100 #define PCMCIA_STR_KINGSTON_KNE_PC2 "Kingston KNE-PC2" +/* Lasat Products */ +#define PCMCIA_CIS_LASAT_CREDIT_288 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_LASAT_CREDIT_288 0x2811 +#define PCMCIA_STR_LASAT_CREDIT_288 "Lasat Credit 288 Modem" + /* Linksys corporation */ #define PCMCIA_CIS_LINKSYS_TRUST_COMBO_ECARD { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_LINKSYS_TRUST_COMBO_ECARD 0x021b @@ -240,9 +246,9 @@ #define PCMCIA_CIS_NEWMEDIA_BASICS { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_NEWMEDIA_BASICS 0x0019 #define PCMCIA_STR_NEWMEDIA_BASICS "NewMedia BASICS Ethernet" -#define PCMCIA_CIS_NEWMEDIA_MULTIMEDIA { NULL, NULL, NULL, NULL } -#define PCMCIA_PRODUCT_NEWMEDIA_MULTIMEDIA 0x100b -#define PCMCIA_STR_NEWMEDIA_MULTIMEDIA "NewMedia Multimedia Sound/SCSI" +#define PCMCIA_CIS_NEWMEDIA_BUSTOASTER { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_NEWMEDIA_BUSTOASTER 0xc102 +#define PCMCIA_STR_NEWMEDIA_BUSTOASTER "NewMedia BusToaster SCSI Host Adapter" /* Standard Microsystems Corporation Products */ #define PCMCIA_CIS_SMC_8016 { NULL, NULL, NULL, NULL } |