diff options
author | 2005-02-07 20:10:30 +0000 | |
---|---|---|
committer | 2005-02-07 20:10:30 +0000 | |
commit | a8e0114ec1b874c31e0e8f3f699a8784f462511c (patch) | |
tree | 4c7dd2ac3a207ee0c9c52309c49db85513475c54 | |
parent | Add Billionton CFLT2 Compact Flash. ok pval@ drahn@. (diff) | |
download | wireguard-openbsd-a8e0114ec1b874c31e0e8f3f699a8784f462511c.tar.xz wireguard-openbsd-a8e0114ec1b874c31e0e8f3f699a8784f462511c.zip |
regen
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 6b5092b3643..dba1aeac70f 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.123 2004/12/12 07:06:05 deraadt Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.124 2005/02/07 20:10:30 matthieu Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.120 2004/12/12 07:05:49 deraadt Exp + * OpenBSD: pcmciadevs,v 1.121 2005/02/07 20:09:42 matthieu Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -743,3 +743,5 @@ #define PCMCIA_PRODUCT_RELIA_RE2408T PCMCIA_PRODUCT_INVALID #define PCMCIA_CIS_ALLIEDTELESIS_WR211PCM { "Allied Telesis K.K.", "WR211PCM", NULL, NULL } #define PCMCIA_PRODUCT_ALLIEDTELESIS_WR211PCM PCMCIA_PRODUCT_INVALID +#define PCMCIA_CIS_BILLIONTON_CFLT2 { "CF", "10Base-Ethernet", NULL, NULL } +#define PCMCIA_PRODUCT_BILLIONTON_CFLT2 PCMCIA_PRODUCT_INVALID |