From owner-freebsd-stable@FreeBSD.ORG Wed Jan 12 06:01:43 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E52216A4CE; Wed, 12 Jan 2005 06:01:43 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4E3F43D2F; Wed, 12 Jan 2005 06:01:42 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-186-95.dsl.snfc21.pacbell.net [64.171.186.95]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j0C61cGV031980 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Jan 2005 22:01:39 -0800 Message-ID: <41E4BC93.40608@root.org> Date: Tue, 11 Jan 2005 21:58:43 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christopher Sean Hilton References: <20050108232038.GA28906@yavin.vindaloo.com> <20050109.125622.115655493.imp@bsdimp.com> <41E19C0E.6030400@root.org> <41E48E70.30807@vindaloo.com> In-Reply-To: <41E48E70.30807@vindaloo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-acpi@freebsd.org cc: freebsd-stable@freebsd.org cc: freebsd-modile@freebsd.org Subject: Re: Suspend problem on FreeBSD 5.3-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 06:01:43 -0000 Christopher Sean Hilton wrote: > Nate Lawson wrote: >> >> My cardbus works fine after suspend/resume. The only current bug is >> the extremely long time before resume methods run that was introduced >> in the past couple weeks. >> > > This afternoon I retested. Here's a better description of the problem. > My Netgear FA511 Card is not reinitialized after a suspend/resume cycle. > I had thought that the problem was a cardbus issue but it only affects > this one card. Some interesting information about this card: It's a > 32bit cardbus adapter served by the dc driver. Plugging in a Netgear > FA411 16 bit PCMCIA card after a suspend/resume works as expected. I > will try to down the interface and kldunload the dc driver before > shutdown to see if that helps. That fits with my analysis as well. It seems that cardbus handles things fine but individual drivers may be lacking in suspend/resume support. That's a good testing approach, btw. If you find the dc(4) driver seems to be the culprit, the next step is to go through any datasheets and other OS drivers to see if you can find what we're doing differently. -- Nate