From owner-cvs-all@FreeBSD.ORG Wed Sep 28 21:18:28 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 6A24516A41F; Wed, 28 Sep 2005 21:18:28 +0000 (GMT) (envelope-from schmidtm@mathematik.uni-marburg.de) Received: from outpost.cyberadaptor.de (outpost.cyberadaptor.de [213.133.123.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 000D543D49; Wed, 28 Sep 2005 21:18:27 +0000 (GMT) (envelope-from schmidtm@mathematik.uni-marburg.de) Received: from p54ae209a.dip0.t-ipconnect.de ([84.174.32.154] helo=mail.xhr.gi.mrm) by outpost.cyberadaptor.de with asmtp (Exim 3.35 #1 (Debian)) id 1EKjJq-0002wp-00; Wed, 28 Sep 2005 23:18:26 +0200 Received: from [10.253.195.98] (zwerg [10.253.195.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.xhr.gi.mrm (Postfix) with ESMTP id D094C46ABC; Wed, 28 Sep 2005 23:18:24 +0200 (CEST) Message-ID: <433B08A0.4010004@mathematik.uni-marburg.de> Date: Wed, 28 Sep 2005 23:18:24 +0200 From: Matthias Schmidt User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050806) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200509281920.j8SJKn9C044794@repoman.freebsd.org> In-Reply-To: <200509281920.j8SJKn9C044794@repoman.freebsd.org> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Wed, 28 Sep 2005 21:18:28 -0000 Hi Pawel, 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. Do you plan to MFC this? I have a T43 too and waiting for the watchdog is really annoing ;) Matthias