Date: Thu, 18 Sep 2003 12:24:07 -0700 From: Jeremy Bingham <jeremy@satanosphere.com> To: freebsd-mobile@freebsd.org Subject: Proxim Harmony OEM Works + Patches Message-ID: <20030918192407.GA67031@lagash.satanosphere.com>
next in thread | raw e-mail | index | archive | help
--XOIedfhf+7KOe/yw Content-Type: multipart/mixed; boundary="huq684BweRXVnRxX" Content-Disposition: inline --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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@satanosphere.com --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="if_wi_pccard.c.diff" --- 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), --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="pccard.conf.diff" Content-Transfer-Encoding: quoted-printable --- 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 =20 +# 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" ? --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="pccarddev.diff" Content-Transfer-Encoding: quoted-printable --- 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 =20 /* Psion */ product PSION GOLDCARD 0x0020 Psion Gold Card --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="pccarddev.h.diff" Content-Transfer-Encoding: quoted-printable --- 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" + =20 /* Psion */ #define PCMCIA_CIS_PSION_GOLDCARD { NULL, NULL, NULL, NULL } --huq684BweRXVnRxX-- --XOIedfhf+7KOe/yw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE/agZWz9BfgBOfXn0RAj79AJ9S7tgWbrqLZlsw9Ydvgezc9bvR5gCfUpQG P32Z91eRom1nZxnrCWas46s= =R/HZ -----END PGP SIGNATURE----- --XOIedfhf+7KOe/yw--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030918192407.GA67031>