From owner-freebsd-current@FreeBSD.ORG Sun Mar 30 22:46:34 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80F3237B401 for ; Sun, 30 Mar 2003 22:46:34 -0800 (PST) Received: from nala.dohd.org (c125143.upc-c.chello.nl [212.187.125.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14BBA43F75 for ; Sun, 30 Mar 2003 22:46:33 -0800 (PST) (envelope-from xaa@dohd.org) Received: by nala.dohd.org (Postfix, from userid 1002) id D7E2E6130; Mon, 31 Mar 2003 08:46:30 +0200 (MET DST) Date: Mon, 31 Mar 2003 08:46:30 +0200 From: Mark Huizer To: "M. Warner Losh" Message-ID: <20030331064630.GA96957@eeyore.local.dohd.org> References: <20030327072213.A89529@blackhelicopters.org> <20030327.234140.32472238.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030327.234140.32472238.imp@bsdimp.com> User-Agent: Mutt/1.5.4i cc: current@freebsd.org Subject: Re: unrecognized Prism III card X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2003 06:46:36 -0000 > : I picked up a couple of no-name Prism III cards, and found that > : FreeBSD-current doesn't recognize them. Is there anything I can do to > : make these work? (Up to and including shipping a card to a > : committer?) > > Ship me a dozen :-) At least tell me their name so I can do the > support right... > However, short of that, let's try the following patch: > The same kind of patch should work for an Asus WL-100 in sys/dev/pccard/pccarddevs: product ASUS WL_100 0x0002 WL-100 vendor ASUS 0x02aa ASUS And in sys/dev/wi/if_wi_pccard.c: PCMCIA_CARD(ASUS, WL_100, 0), Makes it work for me. (It's a Prism2.5 card) Mark