summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-08-27 04:52:27 +0000
committerimp <imp@FreeBSD.org>2008-08-27 04:52:27 +0000
commit2d74b1e93821ba94bc7545aac03e1f2a35a69fd7 (patch)
tree809bfad7deca0838c8771820da3603838c5025f3
parentbeefa1fa18287c18f7165528aa8761865ab94dfe (diff)
downloadFreeBSD-src-2d74b1e93821ba94bc7545aac03e1f2a35a69fd7.zip
FreeBSD-src-2d74b1e93821ba94bc7545aac03e1f2a35a69fd7.tar.gz
The APDL-325 is a Wireless LAN pcmcia adapter that sits inside some
Billion Access Points. Fix wi(4) to recognise the adapter. PR: 77913 Submitted by: Daan Vreeken [PA4DAN] MFC after: 3 days
-rw-r--r--sys/dev/pccard/pccarddevs1
-rw-r--r--sys/dev/wi/if_wi_pccard.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pccard/pccarddevs b/sys/dev/pccard/pccarddevs
index 9a660fe..cb231f1 100644
--- a/sys/dev/pccard/pccarddevs
+++ b/sys/dev/pccard/pccarddevs
@@ -316,6 +316,7 @@ product ELSA MC2_IEEE 0x0001 AirLancer MC-2 IEEE
product ELSA XI300_IEEE 0x0002 XI300 Wireless LAN
product ELSA XI800_IEEE 0x0004 XI800 CF Wireless LAN
product ELSA XI325_IEEE 0x0005 XI325 Wireless LAN
+product ESLA APDL325_IEEE 0x0006 ADPL325 Wireless LAN
product ELSA XI330_IEEE 0x0010 XI330 Wireless LAN
product ELSA WIFI_FLASH 0x0101 802.11b plus 128MB Flash
diff --git a/sys/dev/wi/if_wi_pccard.c b/sys/dev/wi/if_wi_pccard.c
index 8c1f3e9..db4c7f6f 100644
--- a/sys/dev/wi/if_wi_pccard.c
+++ b/sys/dev/wi/if_wi_pccard.c
@@ -123,6 +123,7 @@ static const struct pccard_product wi_pccard_products[] = {
PCMCIA_CARD(DLINK, DWL650H),
PCMCIA_CARD(ELSA, XI300_IEEE),
PCMCIA_CARD(ELSA, XI325_IEEE),
+ PCMCIA_CARD(ELSA, APDL325_IEEE),
PCMCIA_CARD(ELSA, XI330_IEEE),
PCMCIA_CARD(ELSA, XI800_IEEE),
PCMCIA_CARD(ELSA, WIFI_FLASH),
OpenPOWER on IntegriCloud