From owner-freebsd-current@FreeBSD.ORG Wed Jan 28 07:32:27 2004 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 4897016A4CE for ; Wed, 28 Jan 2004 07:32:27 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1199C43D1F for ; Wed, 28 Jan 2004 07:32:26 -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 i0SFWPET015643; Wed, 28 Jan 2004 08:32:25 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 28 Jan 2004 08:32:15 -0700 (MST) Message-Id: <20040128.083215.114732225.imp@bsdimp.com> To: andy@siliconlandmark.com From: "M. Warner Losh" In-Reply-To: <20040128045816.Y1089@alpha.siliconlandmark.com> References: <200401272247.59306.freebsd-current@webteckies.org> <200401281010.41264.freebsd-current@webteckies.org> <20040128045816.Y1089@alpha.siliconlandmark.com> 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: current@freebsd.org Subject: Re: API to turn off the display 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: Wed, 28 Jan 2004 15:32:27 -0000 In message: <20040128045816.Y1089@alpha.siliconlandmark.com> Andre Guibert de Bruet writes: : Through functionality provided by the BIOS. A 30-second search through the : source would have shown the answer in /usr/src/sys/i386/bios/apm.c:334 : with apm_display(). My experience is that turning the display off via apm doesn't work on many laptops :-(. Warner