From owner-freebsd-mobile@FreeBSD.ORG Sun Feb 29 11:09:02 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7053416A4CE; Sun, 29 Feb 2004 11:09:02 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F1D443D31; Sun, 29 Feb 2004 11:08:59 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i1TJ8wkj026695; Sun, 29 Feb 2004 12:08:58 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 29 Feb 2004 12:09:01 -0700 (MST) Message-Id: <20040229.120901.102571874.imp@bsdimp.com> To: le@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20040229171444.I615@korben.in.tern> References: <20040107.171023.63338658.imp@bsdimp.com> <20040229171444.I615@korben.in.tern> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: mobile@FreeBSD.org Subject: Re: More power patches X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 19:09:02 -0000 In message: <20040229171444.I615@korben.in.tern> Lukas Ertl writes: : A long time ago, on Wed, 7 Jan 2004, M. Warner Losh wrote: : : > I've updated the power patches. : > [...] : > http://people.freebsd.org/~imp/power.20040107.diff : : Hi Warner, : : is there a chance that these patches will be integrated at some time? : Especially the new suspend and resume stuff has helped my UHCI ports to : survive the suspend/resume cycle... Yes. I plan on integrating them in the next few weeks. There are some minor issues with them, however, that people have identified. I may go ahead and commit the power part of them, and leave the lazy resource allocation parts out. Warner