diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-12-05 18:06:37 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-12-05 18:06:37 +0000 |
commit | 4f8d19cac8af26ee99fb8720ba5e96c8b311d797 (patch) | |
tree | 165e6863457a9c0d69b3e2c3188bbb7cc2e3e758 /sys/dev/pcmcia | |
parent | d3fcbe0dfa5a8f36dec384ef68217ef73c98080f (diff) |
regen.
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 111547218cc..1bc9fe58d22 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.127 2005/10/27 16:42:19 deraadt Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.128 2005/12/05 18:06:36 fgsch Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.124 2005/10/27 16:42:01 deraadt Exp + * OpenBSD: pcmciadevs,v 1.125 2005/12/05 18:06:16 fgsch Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -669,11 +669,13 @@ #define PCMCIA_CIS_SVEC_LANCARD { "SVEC", "FD605 PCMCIA EtherNet Card", "V1-1", NULL } #define PCMCIA_PRODUCT_SVEC_LANCARD PCMCIA_PRODUCT_INVALID /* - * vendor ID of PN650TX is LINKSYS (0x0149) and product ID is 0xc1ab, but - * it conflicts with LINKSYS Combo EthernetCard. + * vendor ID of PN650TX and TECF100 is LINKSYS (0x0149) and product ID is + * 0xc1ab, but it conflicts with LINKSYS Combo EthernetCard. */ #define PCMCIA_CIS_SVEC_PN650TX { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_SVEC_PN650TX -1 +#define PCMCIA_CIS_TRENDNET_TECF100 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_TRENDNET_TECF100 -1 #define PCMCIA_CIS_AMBICOM_AMB8002T { "AmbiCom Inc", "AMB8002T", NULL, NULL } #define PCMCIA_PRODUCT_AMBICOM_AMB8002T PCMCIA_PRODUCT_INVALID #define PCMCIA_CIS_IODATA_PCLAT { "I-O DATA", "PCLA", "ETHERNET", NULL } |