From owner-freebsd-mobile@FreeBSD.ORG Sun Feb 25 11:16:29 2007 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E02DF16A400 for ; Sun, 25 Feb 2007 11:16:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id A0E5A13C48E for ; Sun, 25 Feb 2007 11:16:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l1PBGIEs056840; Sun, 25 Feb 2007 04:16:18 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 25 Feb 2007 04:16:20 -0700 (MST) Message-Id: <20070225.041620.1192689525.imp@bsdimp.com> To: torfinn.ingolfsen@broadpark.no From: "M. Warner Losh" In-Reply-To: <20070219215501.91cc50b3.torfinn.ingolfsen@broadpark.no> References: <20070219215501.91cc50b3.torfinn.ingolfsen@broadpark.no> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 25 Feb 2007 04:16:19 -0700 (MST) Cc: freebsd-mobile@freebsd.org Subject: Re: Billionton LNA-100B not working with FreeBSD 6.x? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2007 11:16:30 -0000 In message: <20070219215501.91cc50b3.torfinn.ingolfsen@broadpark.no> Torfinn Ingolfsen writes: : I have a cuple of old PCCard NIC's; the LNA-100B from Billionton, more : info here: : http://www.billionton.com.tw/website/product/index.asp?code=LNA ... : I have tested this in two different laptops, both show the same error. : I would like to get these cards working in FreeBSD again. : Any hints on what to try next? Wow! That's one of the 16-bit PC Cards thatI don't have... What does devinfo -v show for the ed0 sub-tree? Looks like the MII read-back of the AX88790 isn't working for that card... Warner