regen
This commit is contained in:
parent
caed7fa236
commit
a2dd9d529f
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pcmciadevs.h,v 1.126 2001/05/18 06:14:40 jhawk Exp $ */
|
||||
/* $NetBSD: pcmciadevs.h,v 1.127 2001/05/20 09:16:14 ichiro Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
@ -61,6 +61,7 @@
|
||||
#define PCMCIA_VENDOR_TDK 0x0105 /* TDK Corporation */
|
||||
#define PCMCIA_VENDOR_XIRCOM 0x0105 /* Xircom */
|
||||
#define PCMCIA_VENDOR_SMC 0x0108 /* Standard Microsystems Corporation */
|
||||
#define PCMCIA_VENDOR_NI 0x010b /* National Instruments */
|
||||
#define PCMCIA_VENDOR_USROBOTICS 0x0115 /* US Robotics Corporation */
|
||||
#define PCMCIA_VENDOR_MEGAHERTZ2 0x0128 /* Megahertz Corporation */
|
||||
#define PCMCIA_VENDOR_OLICOM 0x0121 /* Olicom */
|
||||
@ -299,6 +300,11 @@
|
||||
#define PCMCIA_PRODUCT_MELCO_LPC3_TX 0xc1ab
|
||||
#define PCMCIA_STR_MELCO_LPC3_TX "Melco LPC3-TX"
|
||||
|
||||
/* National Instruments */
|
||||
#define PCMCIA_CIS_NI_PCMCIA-GPIB { NULL, NULL, NULL, NULL }
|
||||
#define PCMCIA_PRODUCT_NI_PCMCIA-GPIB 0x4882
|
||||
#define PCMCIA_STR_NI_PCMCIA-GPIB "National Instruments PCMCIA-GPIB"
|
||||
|
||||
/* Nokia Products */
|
||||
#define PCMCIA_CIS_NOKIA_C020_WLAN { NULL, NULL, NULL, NULL }
|
||||
#define PCMCIA_PRODUCT_NOKIA_C020_WLAN 0x20c0
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pcmciadevs_data.h,v 1.126 2001/05/18 06:14:40 jhawk Exp $ */
|
||||
/* $NetBSD: pcmciadevs_data.h,v 1.127 2001/05/20 09:16:15 ichiro Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
@ -409,6 +409,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
|
||||
"Melco Corporation",
|
||||
"Melco LPC3-TX" },
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_NI, PCMCIA_PRODUCT_NI_PCMCIA-GPIB,
|
||||
PCMCIA_CIS_NI_PCMCIA-GPIB,
|
||||
0,
|
||||
"National Instruments",
|
||||
"National Instruments PCMCIA-GPIB" },
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_NOKIA, PCMCIA_PRODUCT_NOKIA_C020_WLAN,
|
||||
PCMCIA_CIS_NOKIA_C020_WLAN,
|
||||
@ -1137,6 +1144,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
|
||||
"Standard Microsystems Corporation",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_NI, 0,
|
||||
PCMCIA_KNOWNDEV_NOPROD,
|
||||
PCMCIA_CIS_INVALID,
|
||||
"National Instruments",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_USROBOTICS, 0,
|
||||
PCMCIA_KNOWNDEV_NOPROD,
|
||||
|
Loading…
Reference in New Issue
Block a user