diff options
author | imp <imp@FreeBSD.org> | 2008-08-27 04:52:27 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2008-08-27 04:52:27 +0000 |
commit | 2d74b1e93821ba94bc7545aac03e1f2a35a69fd7 (patch) | |
tree | 809bfad7deca0838c8771820da3603838c5025f3 /sys/dev/pccard | |
parent | beefa1fa18287c18f7165528aa8761865ab94dfe (diff) | |
download | FreeBSD-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
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r-- | sys/dev/pccard/pccarddevs | 1 |
1 files changed, 1 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 |