From owner-freebsd-mobile@FreeBSD.ORG Thu Oct 30 06:57:15 2003 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 8B00D16A4CE for ; Thu, 30 Oct 2003 06:57:15 -0800 (PST) Received: from ux13.sp.cs.cmu.edu (UX13.SP.CS.CMU.EDU [128.2.203.57]) by mx1.FreeBSD.org (Postfix) with SMTP id E6C1643FB1 for ; Thu, 30 Oct 2003 06:57:14 -0800 (PST) (envelope-from Brad_Karp@ux13.sp.cs.cmu.edu) Received: from ux13.sp.cs.cmu.edu ([127.0.0.1]) by ux13.sp.cs.cmu.edu id aa05295; 30 Oct 2003 9:57 EST From: Brad Karp To: freebsd-mobile@freebsd.org Date: Thu, 30 Oct 2003 09:57:13 -0500 Sender: Brad_Karp@ux13.sp.cs.cmu.edu Message-Id: <20031030145714.E6C1643FB1@mx1.FreeBSD.org> Subject: "deeper sleep mode" support in -STABLE? 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: Thu, 30 Oct 2003 14:57:15 -0000 Hello, all. I read Marko Zec's post to -mobile with great interest: http://www.freebsd.org/cgi/getmsg.cgi?fetch=176046+181234+/usr/local/www/db/text/2003/freebsd-mobile/20031019.freebsd-mobile This post offers a nifty patch to use the new "deeper sleep" mode supported on P-III-M, IV-M, and "Centrino" Pentium Mobile processors. Marko reports that he gets 18% additional battery life with the LCD on using this mode vs. the "HLT" idle loop method used in -STABLE today, and 22% longer life with the LCD off. The patch he posted: http://www.tel.fer.hr/zec/BSD/pm/4.8-ich-ds.patch Have others tried his patch and had good luck with it? I've got a ThinkPad X31, and am considering giving it a go. I presume it will apply reasonably cleanly to 4.9-RELEASE, though I've not tried yet. Also: are any committers looking at this patch for inclusion in either the -STABLE or -CURRENT branches? (Or does ACPI achieve the same power savings that this patch does?) Many thanks to Marko for passing this patch along! -Brad, bkarp@cs.cmu.edu