Proxim Harmony OEM Works + Patches
Jeremy Bingham
jeremy at satanosphere.com
Thu Sep 18 12:17:23 PDT 2003
Guess I mailed out too soon. The (admittedly small) changes I made to
the kernel have worked, and the card will come up as a valid interface
and will work with v0.3 of bsd-airtools.
As I said before, this is an OEM verion of the Proxim Harmony card that
has a subtly different identifier, but still uses the Prism2 chipset.
There seem to be a lot of them floating around on eBay right now. The
part number is 'WCLN2DU5055'.
Anyway, the patches are attached if anyone is interested.
-j
----------------------------------------------
/* You are not expected to understand this. */
Captain_Tenille
http://www.satanosphere.com/
jeremy at satanosphere.com
-------------- next part --------------
--- if_wi_pccard.c Thu Sep 18 12:00:51 2003
+++ newif_wi_pccard.c Thu Sep 18 12:00:39 2003
@@ -163,6 +163,7 @@
PCMCIA_CARD(NOKIA, C110_WLAN, 0),
PCMCIA_CARD(PLANEX_2, GWNS11H, 0),
PCMCIA_CARD(PROXIM, RANGELANDS_8430, 0),
+ PCMCIA_CARD(PROXIM, HARMONY_OEM, 0),
PCMCIA_CARD(SAMSUNG, SWL_2000N, 0),
PCMCIA_CARD(SIEMENS, SS1021, 0),
PCMCIA_CARD(SIMPLETECH, SPECTRUM24_ALT, 0),
-------------- next part --------------
--- pccard.conf Thu Sep 18 11:53:29 2003
+++ newpccard.conf Thu Sep 18 11:53:15 2003
@@ -2159,6 +2159,12 @@
insert /etc/pccard_ether $device start
remove /etc/pccard_ether $device stop
+# Proxim Harmony OEM card
+card "PROXIM" "LAN PC CARD HARMONY 80211B"
+ config 0x1 "wi" ?
+ insert /etc/pccard_ether $device start
+ remove /etc/pccard_ether $device stop
+
# SAMSUNG SWL-2000P PCI Card
card "SAMSUNG" "11Mbps WLAN PCI Card"
config auto "wi" ?
-------------- next part --------------
--- pccarddevs Thu Sep 18 11:58:16 2003
+++ newpccarddevs Thu Sep 18 11:57:59 2003
@@ -375,6 +375,7 @@
product PROXIM ROAMABOUT_2400FH 0x1058 Digital RoamAbout 2400FH
product PROXIM RANGELAN2_7401 0x1158 Proxim RangeLAN2 7401
product PROXIM RANGELANDS_8430 0x8000 Proxim RangeLAN-DS 8430
+product PROXIM HARMONY_OEM 0x0002 LAN PC CARD HARMONY 80211B
/* Psion */
product PSION GOLDCARD 0x0020 Psion Gold Card
-------------- next part --------------
--- pccarddevs.h Thu Sep 18 11:58:31 2003
+++ newpccarddevs.h Thu Sep 18 11:58:08 2003
@@ -636,6 +636,10 @@
#define PCMCIA_CIS_PROXIM_RANGELANDS_8430 { NULL, NULL, NULL, NULL }
#define PCMCIA_PRODUCT_PROXIM_RANGELANDS_8430 0x8000
#define PCMCIA_STR_PROXIM_RANGELANDS_8430 "Proxim RangeLAN-DS 8430"
+#define PCMCIA_CIS_PROXIM_HARMONY_OEM { NULL, NULL, NULL, NULL }
+#define PCMCIA_PRODUCT_PROXIM_HARMONY_OEM 0x0002
+#define PCMCIA_STR_PROXIM_HARMONY_OEM "LAN PC CARD HARMONY 80211B"
+
/* Psion */
#define PCMCIA_CIS_PSION_GOLDCARD { NULL, NULL, NULL, NULL }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-mobile/attachments/20030918/b5686c96/attachment.bin
More information about the freebsd-mobile
mailing list