This commit is contained in:
christos 2001-08-07 13:57:41 +00:00
parent 6c97413c48
commit 92bef1e82b
2 changed files with 25 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcmciadevs.h,v 1.133 2001/07/31 17:01:34 christos Exp $ */ /* $NetBSD: pcmciadevs.h,v 1.134 2001/08/07 13:57:41 christos Exp $ */
/* /*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
* *
* generated from: * generated from:
* NetBSD: pcmciadevs,v 1.133 2001/07/31 17:01:15 christos Exp * NetBSD: pcmciadevs,v 1.134 2001/08/07 13:57:24 christos Exp
*/ */
/*$FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.8 2001/01/20 01:48:55 imp Exp $*/ /*$FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.8 2001/01/20 01:48:55 imp Exp $*/
@ -88,6 +88,7 @@
#define PCMCIA_VENDOR_LEXARMEDIA 0x4e01 /* Lexar Media */ #define PCMCIA_VENDOR_LEXARMEDIA 0x4e01 /* Lexar Media */
#define PCMCIA_VENDOR_COMPEX 0x8a01 /* Compex Corporation */ #define PCMCIA_VENDOR_COMPEX 0x8a01 /* Compex Corporation */
#define PCMCIA_VENDOR_MELCO 0x8a01 /* Melco Corporation */ #define PCMCIA_VENDOR_MELCO 0x8a01 /* Melco Corporation */
#define PCMCIA_VENDOR_ZONET 0x8a01 /* Zonet Technology Inc. */
#define PCMCIA_VENDOR_CONTEC 0xc001 /* Contec */ #define PCMCIA_VENDOR_CONTEC 0xc001 /* Contec */
#define PCMCIA_VENDOR_MACNICA 0xc00b /* MACNICA */ #define PCMCIA_VENDOR_MACNICA 0xc00b /* MACNICA */
#define PCMCIA_VENDOR_ROLAND 0xc00c /* Roland */ #define PCMCIA_VENDOR_ROLAND 0xc00c /* Roland */
@ -507,6 +508,12 @@
#define PCMCIA_PRODUCT_BUFFALO_WLI_PCM_S11 0x0305 #define PCMCIA_PRODUCT_BUFFALO_WLI_PCM_S11 0x0305
#define PCMCIA_STR_BUFFALO_WLI_PCM_S11 "BUFFALO AirStation 11Mbps WLAN" #define PCMCIA_STR_BUFFALO_WLI_PCM_S11 "BUFFALO AirStation 11Mbps WLAN"
/* ZONET */
#define PCMCIA_CIS_ZONET_ZEN { NULL, NULL, NULL, NULL }
#define PCMCIA_PRODUCT_ZONET_ZEN 0x0100
#define PCMCIA_STR_ZONET_ZEN "Zonet Zen 10/10"
/* Cards we know only by their cis */ /* Cards we know only by their cis */
#define PCMCIA_VENDOR_PREMAX -1 /* Premax */ #define PCMCIA_VENDOR_PREMAX -1 /* Premax */
#define PCMCIA_VENDOR_PLANET -1 /* Planet */ #define PCMCIA_VENDOR_PLANET -1 /* Planet */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcmciadevs_data.h,v 1.133 2001/07/31 17:01:35 christos Exp $ */ /* $NetBSD: pcmciadevs_data.h,v 1.134 2001/08/07 13:57:41 christos Exp $ */
/* /*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
* *
* generated from: * generated from:
* NetBSD: pcmciadevs,v 1.133 2001/07/31 17:01:15 christos Exp * NetBSD: pcmciadevs,v 1.134 2001/08/07 13:57:24 christos Exp
*/ */
/*$FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.8 2001/01/20 01:48:55 imp Exp $*/ /*$FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.8 2001/01/20 01:48:55 imp Exp $*/
@ -773,6 +773,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
"BUFFALO (Melco Corporation)", "BUFFALO (Melco Corporation)",
"BUFFALO AirStation 11Mbps WLAN" }, "BUFFALO AirStation 11Mbps WLAN" },
}, },
{
PCMCIA_VENDOR_ZONET, PCMCIA_PRODUCT_ZONET_ZEN,
PCMCIA_CIS_ZONET_ZEN,
0,
"Zonet Technology Inc.",
"Zonet Zen 10/10" },
},
{ {
PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_MEGAHERTZ_XJ2288, PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_MEGAHERTZ_XJ2288,
PCMCIA_CIS_MEGAHERTZ_XJ2288, PCMCIA_CIS_MEGAHERTZ_XJ2288,
@ -1361,6 +1368,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
"Melco Corporation", "Melco Corporation",
NULL, NULL,
}, },
{
PCMCIA_VENDOR_ZONET, 0,
PCMCIA_KNOWNDEV_NOPROD,
PCMCIA_CIS_INVALID,
"Zonet Technology Inc.",
NULL,
},
{ {
PCMCIA_VENDOR_CONTEC, 0, PCMCIA_VENDOR_CONTEC, 0,
PCMCIA_KNOWNDEV_NOPROD, PCMCIA_KNOWNDEV_NOPROD,