From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 22 14:29:16 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73E2B16A4D0 for ; Mon, 22 Mar 2004 14:29:16 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7FFC43D62 for ; Mon, 22 Mar 2004 14:29:15 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i2MMTEkj085379; Mon, 22 Mar 2004 15:29:15 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 22 Mar 2004 15:29:16 -0700 (MST) Message-Id: <20040322.152916.122686418.imp@bsdimp.com> To: b_oshea@yahoo.com From: "M. Warner Losh" In-Reply-To: <20040322064114.75710.qmail@web10503.mail.yahoo.com> References: <20040322064114.75710.qmail@web10503.mail.yahoo.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: Diagnosing unrecognized hardware X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 22:29:16 -0000 In message: <20040322064114.75710.qmail@web10503.mail.yahoo.com> "Brian O'Shea" writes: : pccard0: (manufacturer=0x000b, product=0x7110) at function 0 : pccard0: CIS info: D-Link, DWL-650 Wireless PC Card RevP, ISL37101P-10 Looks like this isn't a supported card. You can add it to if_wi_pccard.c and see if that helps. Changes are good that this isn't a wi card, but I could be wrong. Warner