From owner-freebsd-net@FreeBSD.ORG Sat Jun 4 06:12:22 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B7AA106564A; Sat, 4 Jun 2011 06:12:22 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 5977A8FC0A; Sat, 4 Jun 2011 06:12:22 +0000 (UTC) Received: from 63.imp.bsdimp.com (63.imp.bsdimp.com [10.0.0.63]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id p546CJMG060042 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Sat, 4 Jun 2011 00:12:20 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Sat, 4 Jun 2011 00:12:18 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: John Kozubik X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Sat, 04 Jun 2011 00:12:20 -0600 (MDT) Cc: freebsd-net@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: bounty / work for hire for PR 115623 ... xircom, pcmcia, etc. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 06:12:22 -0000 I'd say this PR is off the mark. I use PC Card and CardBus cards all = the time. The Xircom patch in question should be in -current already. = I likely haven't MFC'd it. There are two classes of problems lingering = from the old days: the Xircom one (where a certain type of CIS fails, = but so far one Xircom card is the only one that has it). The second is = the inability to find what resources the Host Bridge decodes, so you = need to hack it with the memory ranges manually. John Baldwin recently = committed a fix for newer ACPIs that would solve this, if only older = ACPIs implemented it... Part of the problem here is that my primary laptop no longer is CardBus = based, so problems linger longer than I like to see... All my fast = laptops have died, and I'm stuck with ancient, slow ones with dying = batteries that work poorly these days... Warner