From owner-cvs-all@FreeBSD.ORG Thu Sep 8 21:23:03 2005 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 C834916A41F; Thu, 8 Sep 2005 21:23:03 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5344A43D46; Thu, 8 Sep 2005 21:23:03 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.33] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j88LMro5025555 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 8 Sep 2005 14:22:54 -0700 Message-ID: <4320ABA9.9010802@root.org> Date: Thu, 08 Sep 2005 14:22:49 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200509081718.j88HIgAA054848@repoman.freebsd.org> <20050908194607.GL53891@cell.sick.ru> <20050908.140057.84363209.imp@bsdimp.com> In-Reply-To: <20050908.140057.84363209.imp@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, glebius@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.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: Thu, 08 Sep 2005 21:23:04 -0000 M. Warner Losh wrote: > In message: <20050908194607.GL53891@cell.sick.ru> > Gleb Smirnoff writes: > : On Thu, Sep 08, 2005 at 05:18:42PM +0000, Warner Losh wrote: > : W> imp 2005-09-08 17:18:42 UTC > : W> > : W> FreeBSD src repository > : W> > : W> Modified files: > : W> sys/dev/pccbb pccbb.c > : W> Log: > : W> Minor improvement for the suspend case for Ricoh based (and others) > : W> CardBus bridges. > : > : Is this going to fix suspend (broken in mid-July) on APM notebooks? > > Who knows? I don't have any notebooks that suspend/resume correctly, > so I can't tell you. Sorry. Take your chances and find out, or find > someone who has the time to fix the other suspend/resume problems on > my laptops. Thanks! BTW, there have been very few suspend/resume problems attributable to our ACPI or APM code. Almost all are in individual device drivers (especially video) or bus (PCI until it got config register save support although type 2 device support is still incomplete I think). Currently, many systems hang if APIC support is included in the kernel but work without it. The rest of the bugs are usually individual BIOS problems that are difficult to track without a bus analyzer. -- Nate