From owner-freebsd-current@FreeBSD.ORG Fri Jun 20 00:36:30 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F09F37B401 for ; Fri, 20 Jun 2003 00:36:30 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFCFF43F93 for ; Fri, 20 Jun 2003 00:36:29 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h5K7aLE1003184; Fri, 20 Jun 2003 01:36:21 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 20 Jun 2003 01:36:01 -0600 (MDT) Message-Id: <20030620.013601.85420963.imp@bsdimp.com> To: oberman@es.net From: "M. Warner Losh" In-Reply-To: <20030619204918.7DB4A5D04@ptavv.es.net> References: <20030619204918.7DB4A5D04@ptavv.es.net> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: dgilbert@velocet.ca cc: freebsd-current@FreeBSD.org Subject: Re: [current] Re: ACPI suspending. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 07:36:30 -0000 In message: <20030619204918.7DB4A5D04@ptavv.es.net> "Kevin Oberman" writes: : > M> S4 works on my fiva, but it seems to have a S4BIOS S4 state because : > M> the bios does the save to disk... : > : > I would assume that this requires some form of DOS-like parition? : : Actually, it requires a specially made hibernation partition. This can : be created by a Windows utility and maybe by fdisk on FreeBSD, but you : have to both mark it with the correct partition type and make sure it : is the right size. I'm not sure how it was created. I inherited the setup when I got the laptop. But that fits with hacking I've done in the past. Warner