From owner-cvs-src@FreeBSD.ORG Wed Aug 9 00:24:53 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D666B16A4DA; Wed, 9 Aug 2006 00:24:53 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ABE443D45; Wed, 9 Aug 2006 00:24:53 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.7/8.13.7/NETPLEX) with ESMTP id k790OqJW024878; Tue, 8 Aug 2006 20:24:52 -0400 (EDT) Date: Tue, 8 Aug 2006 20:24:52 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Warner Losh In-Reply-To: <200608090005.k7905sBn067708@repoman.freebsd.org> Message-ID: References: <200608090005.k7905sBn067708@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) 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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 00:24:53 -0000 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: 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 -- DE