diff options
| author | christos <christos@NetBSD.org> | 2006-03-23 02:15:05 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-03-23 02:15:05 +0000 |
| commit | 6883d3cdd34201ea1fcc731b98da9acdd4452e0f (patch) | |
| tree | 38e35b5f40879d2691bfd65c42cca1ed3055c4c0 /sys/dev | |
| parent | c40c4c462e7337067b411d94e7652c1d659f9335 (diff) | |
Regen
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 9 | ||||
| -rw-r--r-- | sys/dev/pcmcia/pcmciadevs_data.h | 19 |
2 files changed, 24 insertions, 4 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 68684a7c7f0..34ab7a28b3a 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcmciadevs.h,v 1.216 2005/12/11 12:23:23 christos Exp $ */ +/* $NetBSD: pcmciadevs.h,v 1.217 2006/03/23 02:15:05 christos Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcmciadevs,v 1.213 2005/11/07 16:37:28 tsutsui Exp + * NetBSD: pcmciadevs,v 1.215 2006/03/23 02:14:42 christos Exp */ /* $FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.20 2001/11/19 05:02:55 imp Exp $*/ @@ -88,6 +88,7 @@ #define PCMCIA_VENDOR_DAYNA 0x0194 /* Dayna Corporation */ #define PCMCIA_VENDOR_RAYTHEON 0x01a6 /* Raytheon */ #define PCMCIA_VENDOR_IODATA 0x01bf /* I-O DATA */ +#define PCMCIA_VENDOR_BELKIN 0x01bf /* Belkin */ #define PCMCIA_VENDOR_BAY 0x01eb /* Bay Networks */ #define PCMCIA_VENDOR_FARALLON 0x0200 /* Farallon Communications */ #define PCMCIA_VENDOR_TELECOMDEVICE 0x021b /* Telecom Device */ @@ -208,6 +209,10 @@ #define PCMCIA_CIS_BREEZECOM_BREEZENET { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_BREEZECOM_BREEZENET 0x0102 +/* Belkin */ +#define PCMCIA_CIS_BELKIN_F5D5020 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_BELKIN_F5D5020 0x2328 + /* BUFFALO */ #define PCMCIA_CIS_BUFFALO_WLI_PCM_S11 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_BUFFALO_WLI_PCM_S11 0x0305 diff --git a/sys/dev/pcmcia/pcmciadevs_data.h b/sys/dev/pcmcia/pcmciadevs_data.h index 005fc6de7f0..a626a7a7a4d 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.216 2005/12/11 12:23:23 christos Exp $ */ +/* $NetBSD: pcmciadevs_data.h,v 1.217 2006/03/23 02:15:05 christos Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcmciadevs,v 1.213 2005/11/07 16:37:28 tsutsui Exp + * NetBSD: pcmciadevs,v 1.215 2006/03/23 02:14:42 christos Exp */ /* $FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.20 2001/11/19 05:02:55 imp Exp $*/ @@ -260,6 +260,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = { "BreezeCOM BreezeNET", } , { + PCMCIA_VENDOR_BELKIN, PCMCIA_PRODUCT_BELKIN_F5D5020, + PCMCIA_CIS_BELKIN_F5D5020, + 0, + "Belkin", + "Belkin F5D5020 PCMCIA Network Card", } + , + { PCMCIA_VENDOR_BUFFALO, PCMCIA_PRODUCT_BUFFALO_WLI_PCM_S11, PCMCIA_CIS_BUFFALO_WLI_PCM_S11, 0, @@ -2022,6 +2029,14 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = { NULL, }, { + PCMCIA_VENDOR_BELKIN, + PCMCIA_KNOWNDEV_NOPROD, + PCMCIA_CIS_INVALID, + 0, + "Belkin", + NULL, + }, + { PCMCIA_VENDOR_BAY, PCMCIA_KNOWNDEV_NOPROD, PCMCIA_CIS_INVALID, |
