add Samsung MagicLAN SWL-2000N
This commit is contained in:
parent
5ab1f61ba2
commit
cc8e6675e2
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: pcmciadevs,v 1.96 2000/07/24 21:45:00 gmcgarry Exp $
|
||||
$NetBSD: pcmciadevs,v 1.97 2000/07/26 07:24:15 onoe Exp $
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -69,6 +69,7 @@ vendor BAY 0x01eb Bay Networks
|
|||
vendor IODATA 0x01bf I-O DATA
|
||||
vendor FARALLON 0x0200 Farallon Communications
|
||||
vendor NOKIA 0x023d Nokia Communications
|
||||
vendor SAMSUNG 0x0250 Samsung
|
||||
vendor LASAT 0x3401 Lasat Communications A/S
|
||||
vendor LEXARMEDIA 0x4e01 Lexar Media
|
||||
vendor COMPEX 0x8a01 Compex Corporation
|
||||
|
@ -238,6 +239,9 @@ product RAYTHEON WLAN 0x0000 WLAN Adapter
|
|||
/* RATOC System Inc. Products */
|
||||
product RATOC REX_R280 0x1 RATOC REX-R280
|
||||
|
||||
/* Samsung */
|
||||
product SAMSUNG SWL_2000N 0x02 Samsung MagicLAN SWL-2000N
|
||||
|
||||
/* Cards we know only by their cis */
|
||||
vendor PREMAX -1 Premax
|
||||
vendor PLANET -1 Planet
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pcmciadevs.h,v 1.95 2000/07/24 21:47:40 gmcgarry Exp $ */
|
||||
/* $NetBSD: pcmciadevs.h,v 1.96 2000/07/26 07:24:16 onoe Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
|
@ -76,6 +76,7 @@
|
|||
#define PCMCIA_VENDOR_IODATA 0x01bf /* I-O DATA */
|
||||
#define PCMCIA_VENDOR_FARALLON 0x0200 /* Farallon Communications */
|
||||
#define PCMCIA_VENDOR_NOKIA 0x023d /* Nokia Communications */
|
||||
#define PCMCIA_VENDOR_SAMSUNG 0x0250 /* Samsung */
|
||||
#define PCMCIA_VENDOR_LASAT 0x3401 /* Lasat Communications A/S */
|
||||
#define PCMCIA_VENDOR_LEXARMEDIA 0x4e01 /* Lexar Media */
|
||||
#define PCMCIA_VENDOR_COMPEX 0x8a01 /* Compex Corporation */
|
||||
|
@ -409,6 +410,11 @@
|
|||
#define PCMCIA_PRODUCT_RATOC_REX_R280 0x1
|
||||
#define PCMCIA_STR_RATOC_REX_R280 "RATOC REX-R280"
|
||||
|
||||
/* Samsung */
|
||||
#define PCMCIA_CIS_SAMSUNG_SWL_2000N { NULL, NULL, NULL, NULL }
|
||||
#define PCMCIA_PRODUCT_SAMSUNG_SWL_2000N 0x02
|
||||
#define PCMCIA_STR_SAMSUNG_SWL_2000N "Samsung MagicLAN SWL-2000N"
|
||||
|
||||
/* Cards we know only by their cis */
|
||||
#define PCMCIA_VENDOR_PREMAX -1 /* Premax */
|
||||
#define PCMCIA_VENDOR_PLANET -1 /* Planet */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pcmciadevs_data.h,v 1.95 2000/07/24 21:47:40 gmcgarry Exp $ */
|
||||
/* $NetBSD: pcmciadevs_data.h,v 1.96 2000/07/26 07:24:17 onoe Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
|
@ -618,6 +618,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
|
|||
"RATOC System Inc.",
|
||||
"RATOC REX-R280" },
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_SAMSUNG, PCMCIA_PRODUCT_SAMSUNG_SWL_2000N,
|
||||
PCMCIA_CIS_SAMSUNG_SWL_2000N,
|
||||
0,
|
||||
"Samsung",
|
||||
"Samsung MagicLAN SWL-2000N" },
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_MEGAHERTZ_XJ2288,
|
||||
PCMCIA_CIS_MEGAHERTZ_XJ2288,
|
||||
|
@ -1038,6 +1045,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
|
|||
"Nokia Communications",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_SAMSUNG, 0,
|
||||
PCMCIA_KNOWNDEV_NOPROD,
|
||||
PCMCIA_CIS_INVALID,
|
||||
"Samsung",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_LASAT, 0,
|
||||
PCMCIA_KNOWNDEV_NOPROD,
|
||||
|
|
Loading…
Reference in New Issue