diff options
| author | mjl <mjl@NetBSD.org> | 2001-10-20 15:29:04 +0000 |
|---|---|---|
| committer | mjl <mjl@NetBSD.org> | 2001-10-20 15:29:04 +0000 |
| commit | 8e7e3408b5ffc91db2a875543e379a13537c9cd5 (patch) | |
| tree | 47aeeaa09be60eea9ff1a22d3d1956f4fc691d78 /sys/dev | |
| parent | 259caf9257704ba84ee3bf200f6611a2442fcd57 (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 8 | ||||
| -rw-r--r-- | sys/dev/pcmcia/pcmciadevs_data.h | 11 |
2 files changed, 15 insertions, 4 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 5276e1d73ad..455b1f8f81d 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcmciadevs.h,v 1.141 2001/10/14 18:09:42 christos Exp $ */ +/* $NetBSD: pcmciadevs.h,v 1.142 2001/10/20 15:29:04 mjl Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcmciadevs,v 1.141 2001/10/14 18:09:22 christos Exp + * NetBSD: pcmciadevs,v 1.142 2001/10/20 15:28:45 mjl Exp */ /*$FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.8 2001/01/20 01:48:55 imp Exp $*/ @@ -589,6 +589,10 @@ #define PCMCIA_CIS_COREGA_WIRELESS_LAN_PCCA_11 { "corega K.K.", "Wireless LAN PCCA-11", NULL, NULL } #define PCMCIA_PRODUCT_COREGA_WIRELESS_LAN_PCCA_11 -1 #define PCMCIA_STR_COREGA_WIRELESS_LAN_PCCA_11 "Corega Wireless LAN PCCA-11" +#define PCMCIA_CIS_COREGA_WIRELESS_LAN_PCCB_11 { "corega_K.K.", "Wireless_LAN_PCCB-11", NULL, NULL } +#define PCMCIA_PRODUCT_COREGA_WIRELESS_LAN_PCCB_11 -1 +#define PCMCIA_STR_COREGA_WIRELESS_LAN_PCCB_11 "Corega Wireless LAN PCCB-11" + #define PCMCIA_CIS_DIGITAL_DEPCMXX { "DIGITAL", "DEPCM-XX", NULL, NULL } #define PCMCIA_PRODUCT_DIGITAL_DEPCMXX -1 #define PCMCIA_STR_DIGITAL_DEPCMXX "DEC DEPCM-BA" diff --git a/sys/dev/pcmcia/pcmciadevs_data.h b/sys/dev/pcmcia/pcmciadevs_data.h index a85e6219ee8..dc37f36227a 100644 --- a/sys/dev/pcmcia/pcmciadevs_data.h +++ b/sys/dev/pcmcia/pcmciadevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcmciadevs_data.h,v 1.141 2001/10/14 18:09:42 christos Exp $ */ +/* $NetBSD: pcmciadevs_data.h,v 1.142 2001/10/20 15:29:05 mjl Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcmciadevs,v 1.141 2001/10/14 18:09:22 christos Exp + * NetBSD: pcmciadevs,v 1.142 2001/10/20 15:28:45 mjl Exp */ /*$FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.8 2001/01/20 01:48:55 imp Exp $*/ @@ -886,6 +886,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = { "Corega Wireless LAN PCCA-11" }, }, { + PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_WIRELESS_LAN_PCCB_11, + PCMCIA_CIS_COREGA_WIRELESS_LAN_PCCB_11, + 0, + "Corega K.K.", + "Corega Wireless LAN PCCB-11" }, + }, + { PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_DIGITAL_DEPCMXX, PCMCIA_CIS_DIGITAL_DEPCMXX, 0, |
