Date: Thu, 24 Jan 2002 17:12:07 -0800 From: Brooks Davis <brooks@one-eyed-alien.net> To: Lopaka Delp <lopaka@ic.ucsb.edu> Cc: "M. Warner Losh" <imp@village.org>, shazeja@cs.vu.nl, stable@FreeBSD.ORG Subject: Re: PCI 802.11b recommendations? Message-ID: <20020124171207.A12033@Odin.AC.HMC.Edu> In-Reply-To: <3C50A9DC.7000508@ic.ucsb.edu>; from lopaka@ic.ucsb.edu on Thu, Jan 24, 2002 at 04:42:04PM -0800 References: <Pine.GSO.4.40.0201241553580.5643-100000@sloep41.cs.vu.nl> <20020124.165332.53441460.imp@village.org> <20020124160808.A5572@Odin.AC.HMC.Edu> <3C50A9DC.7000508@ic.ucsb.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 24, 2002 at 04:42:04PM -0800, Lopaka Delp wrote: >=20 > I actually got the Linksys WPC11 and WDT11 to work with 4.5-RC2 and=20 > 4.4-RELEASE. It was a pain, but it works. I had to do the following=20 > changes to the if_wi.c file: >=20 > # cd /usr/src/sys/i386/isa > # diff if_wi.c.orig if_wi.c > 214a215 >=20 > > {0x16ab, 0x1102, "Linksys WDT11 PCI IEEE 802.11b"}, >=20 > 1954c1955 > < 0, ~0, 1, RF_ACTIVE); > --- >=20 > > 0, ~0, 1, RF_SHAREABLE|RF_ACTIVE); >=20 >=20 > It works for me, i hope it works for you. I was actually refering to the WMP11 which does not work. The first change has been committed and will appear in 4.5-RELEASE. The second one probably can't be commited as is because wi_alloc is used by both the PCI and PCCard attachments and you can't share interupts with PCCard devices IIRC. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8ULDmXY6L6fI4GtQRAuuTAKCmmSa2TBXW8YSTqyP/bHwyBrxt6gCeIycN QZ2S5IXXKn3b+5P1HlDgwwU= =HGyp -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020124171207.A12033>