From owner-cvs-all@FreeBSD.ORG Thu Nov 10 07:54:40 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 8799A16A41F; Thu, 10 Nov 2005 07:54:40 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCB7743D45; Thu, 10 Nov 2005 07:54:38 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id E96F851CD1; Thu, 10 Nov 2005 08:54:36 +0100 (CET) Received: from localhost (dlb62.neoplus.adsl.tpnet.pl [83.24.31.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id A3EA450B83; Thu, 10 Nov 2005 08:54:30 +0100 (CET) Date: Thu, 10 Nov 2005 08:54:18 +0100 From: Pawel Jakub Dawidek To: Nate Lawson Message-ID: <20051110075418.GA28120@garage.freebsd.pl> References: <20050928192056.B7E6D16A42B@hub.freebsd.org> <433AEF82.5070007@root.org> <20050928193833.GA1235@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline In-Reply-To: <20050928193833.GA1235@garage.freebsd.pl> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.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, 10 Nov 2005 07:54:40 -0000 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 28, 2005 at 09:38:33PM +0200, Pawel Jakub Dawidek wrote: +> On Wed, Sep 28, 2005 at 12:31:14PM -0700, Nate Lawson wrote: +> +> Pawel Jakub Dawidek wrote: +> +> >pjd 2005-09-28 19:20:49 UTC +> +> > FreeBSD src repository +> +> > Modified files: +> +> > sys/dev/bge if_bge.c Log: +> +> > Implement suspend/resume methods to be more ACPI friendly. +> +> > I'm able to suspend/resume my laptop without this change, but then= I need +> +> > to wait for the watchdog to reset the card. +> +> > With this change, it is ready immediately. +> +> > Glanced at by: glebius +> +> > Revision Changes Path +> +> > 1.96 +36 -0 src/sys/dev/bge/if_bge.c +> +>=20 +> +> Great, thanks! To other developers with hardware that doesn't work f= or suspend/resume, this is the area that needs the most improvement. There= are known cases of at least=20 +> +> agp and apic breaking resume. +>=20 +> On my ThinkPad t43 suspend/resume works just fine in most cases, but +> sometimes (once every ~20 suspends) it stops before turning off LCD - +> the moon-led is turned on, but LCD is on as well and system freeze +> hard. +> What kind of debug can I add to track down the problem? +> Can we printf some steps done on suspend (which device's suspend method +> is called, etc.)? Just want to note, that this commit fixed my hangs totally. I haven't seen them since then. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDcvyqForvXbEpPzQRAsixAJ4lFbinvBmFsdMRT6xMRUEZia+Z+gCdGw1X X04lkiNK121ktDdzCau9I1s= =XSkW -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe--