From owner-freebsd-mobile@FreeBSD.ORG  Sat Jun  4 06:12:22 2011
Return-Path: <owner-freebsd-mobile@FreeBSD.ORG>
Delivered-To: freebsd-mobile@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 <imp@bsdimp.com>
In-Reply-To: <alpine.BSF.2.00.1106032211080.70013@kozubik.com>
Date: Sat, 4 Jun 2011 00:12:18 -0600
Content-Transfer-Encoding: quoted-printable
Message-Id: <EBF745DA-316B-4A94-A915-4ED1DB27FC52@bsdimp.com>
References: <alpine.BSF.2.00.1106032211080.70013@kozubik.com>
To: John Kozubik <john@kozubik.com>
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-mobile@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Mobile computing with FreeBSD <freebsd-mobile.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-mobile>, 
	<mailto:freebsd-mobile-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-mobile>
List-Post: <mailto:freebsd-mobile@freebsd.org>
List-Help: <mailto:freebsd-mobile-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-mobile>,
	<mailto:freebsd-mobile-request@freebsd.org?subject=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