diff options
| author | onoe <onoe@NetBSD.org> | 2000-07-18 14:48:10 +0000 |
|---|---|---|
| committer | onoe <onoe@NetBSD.org> | 2000-07-18 14:48:10 +0000 |
| commit | 4a2a3bf0918978677e046a9fb46dade0607a9615 (patch) | |
| tree | bbcc4b93430b946836d9b15dd41c7380f7d8a773 /sys/dev | |
| parent | 0dbbd8cec44fe7d5d398dbd8fce056cc96635a94 (diff) | |
Add Farallon SkyLINE 11mb card as Intersil Prism2
vendor:product of the card is Lucent:WaveLAN, and CIS string shows
"INTERSIL" "HFA384x/IEEE"...
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pcmcia/pcmciadevs | 4 | ||||
| -rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 6 | ||||
| -rw-r--r-- | sys/dev/pcmcia/pcmciadevs_data.h | 16 |
3 files changed, 23 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs b/sys/dev/pcmcia/pcmciadevs index 596d1b37f40..071a55d3f76 100644 --- a/sys/dev/pcmcia/pcmciadevs +++ b/sys/dev/pcmcia/pcmciadevs @@ -1,4 +1,4 @@ -$NetBSD: pcmciadevs,v 1.94 2000/06/30 16:33:17 joda Exp $ +$NetBSD: pcmciadevs,v 1.95 2000/07/18 14:48:10 onoe Exp $ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -252,6 +252,7 @@ vendor EXP -1 EXP Computer Inc vendor ICOM -1 ICOM Inc vendor BILLIONTON -1 Billionton Systems Inc. vendor AMD -1 AMD +vendor INTERSIL -1 Intersil product MEGAHERTZ XJ2288 { "MEGAHERTZ", "MODEM&spXJ2288", NULL, NULL } Megahertz XJ2288 Modem product PREMAX PE200 { "PMX&sp&sp&sp", "PE-200", NULL, NULL } PreMax PE-200 @@ -291,3 +292,4 @@ product ICOM SL200 { "Icom", "SL-200", NULL, NULL } Icom SL-200 product XIRCOM CFE_10 { "Xircom", "CompactCard&spEthernet", "CFE-10", "1.00" } Xircom CompactCard CFE-10 product BILLIONTON LNT10TN { "PCMCIA", "LNT-10TN", NULL, NULL } Billionton Systems Inc. LNT-10TN NE2000 Compatible Card product NDC ND5100_E { "NDC", "Ethernet", "A", NULL } Sohoware ND5100E NE2000 Compatible Card +product INTERSIL PRISM2 { "INTERSIL", "HFA384x/IEEE", "Version 01.02", NULL} Intersil Prism II diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index fb115190335..6c39d48a7ee 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,4 +1,4 @@ -/* $NetBSD: pcmciadevs.h,v 1.93 2000/06/30 16:33:38 joda Exp $ */ +/* $NetBSD: pcmciadevs.h,v 1.94 2000/07/18 14:48:10 onoe Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -417,6 +417,7 @@ #define PCMCIA_VENDOR_ICOM -1 /* ICOM Inc */ #define PCMCIA_VENDOR_BILLIONTON -1 /* Billionton Systems Inc. */ #define PCMCIA_VENDOR_AMD -1 /* AMD */ +#define PCMCIA_VENDOR_INTERSIL -1 /* Intersil */ #define PCMCIA_CIS_MEGAHERTZ_XJ2288 { "MEGAHERTZ", "MODEM XJ2288", NULL, NULL } #define PCMCIA_PRODUCT_MEGAHERTZ_XJ2288 -1 @@ -516,3 +517,6 @@ #define PCMCIA_CIS_NDC_ND5100_E { "NDC", "Ethernet", "A", NULL } #define PCMCIA_PRODUCT_NDC_ND5100_E -1 #define PCMCIA_STR_NDC_ND5100_E "Sohoware ND5100E NE2000 Compatible Card" +#define PCMCIA_CIS_INTERSIL_PRISM2 { "INTERSIL", "HFA384x/IEEE", "Version 01.02", NULL} +#define PCMCIA_PRODUCT_INTERSIL_PRISM2 -1 +#define PCMCIA_STR_INTERSIL_PRISM2 "Intersil Prism II" diff --git a/sys/dev/pcmcia/pcmciadevs_data.h b/sys/dev/pcmcia/pcmciadevs_data.h index 2b47308f790..2c0a04b7518 100644 --- a/sys/dev/pcmcia/pcmciadevs_data.h +++ b/sys/dev/pcmcia/pcmciadevs_data.h @@ -1,4 +1,4 @@ -/* $NetBSD: pcmciadevs_data.h,v 1.93 2000/06/30 16:33:38 joda Exp $ */ +/* $NetBSD: pcmciadevs_data.h,v 1.94 2000/07/18 14:48:11 onoe Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -808,6 +808,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = { "Sohoware ND5100E NE2000 Compatible Card" }, }, { + PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_INTERSIL_PRISM2, + PCMCIA_CIS_INTERSIL_PRISM2, + 0, + "Intersil", + "Intersil Prism II" }, + }, + { PCMCIA_VENDOR_FUJITSU, 0, PCMCIA_KNOWNDEV_NOPROD, PCMCIA_CIS_INVALID, @@ -1185,5 +1192,12 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = { "AMD", NULL, }, + { + PCMCIA_VENDOR_INTERSIL, 0, + PCMCIA_KNOWNDEV_NOPROD, + PCMCIA_CIS_INVALID, + "Intersil", + NULL, + }, { 0, 0, { NULL, NULL, NULL, NULL }, 0, NULL, NULL, } }; |
