From owner-cvs-all@FreeBSD.ORG Wed Aug 9 04:35:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F13A616A4DA; Wed, 9 Aug 2006 04:35:52 +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 7C78043D49; Wed, 9 Aug 2006 04:35:52 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k794XpoN020602; Tue, 8 Aug 2006 22:33:51 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 08 Aug 2006 22:33:56 -0600 (MDT) Message-Id: <20060808.223356.1649768374.imp@bsdimp.com> To: deischen@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: References: <200608090005.k7905sBn067708@repoman.freebsd.org> 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]); Tue, 08 Aug 2006 22:33:51 -0600 (MDT) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/pccard pccard_cis.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 04:35:53 -0000 In message: Daniel Eischen writes: : On Wed, 9 Aug 2006, Warner Losh wrote: : : > imp 2006-08-09 00:05:54 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/pccard pccard_cis.c : > Log: : > Thomas Wintergerst reports that when this tsleep went away, certain : > cards stopped working. Specifically the AVM B1 PCMCIA Card no longer : > detected. Its CIS chain read back as all FF's. Putting the delay : > back solves those problems. I've opted to put in a much shorter delay : > because as far as I can tell, no delay is really needed here. We'll : > see how well this works in practice. : : I was hoping that this would fix my "dc card no worky" problem that : has existed for months (it used to work). Unfortunately, I still get : the following: No chance. Only 16-bit cards will change. : cardbus0: Unable to allocate resource to read CIS. : cardbus0: Unable to allocate resources for CIS : dc0: port 0xe000-0xe07f mem : 0xf4002000-0xf40027ff,0xf4003000-0xf40037ff at device 0.0 on cardbus0 : dc0: No station address in CIS! : device_attach: dc0 attach returned 6 I've seen reports of this, and I've tried it with my Xircom cards and it just works :-(. I'll have to try again.. Warner