From owner-svn-doc-all@FreeBSD.ORG Sat Sep 1 15:01:59 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B59C1065676; Sat, 1 Sep 2012 15:01:59 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 858C98FC14; Sat, 1 Sep 2012 15:01:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q81F1xQC027361; Sat, 1 Sep 2012 15:01:59 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q81F1xCv027359; Sat, 1 Sep 2012 15:01:59 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209011501.q81F1xCv027359@svn.freebsd.org> From: Eitan Adler Date: Sat, 1 Sep 2012 15:01:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39485 - head/en_US.ISO8859-1/books/faq X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2012 15:01:59 -0000 Author: eadler (src,ports committer) Date: Sat Sep 1 15:01:58 2012 New Revision: 39485 URL: http://svn.freebsd.org/changeset/doc/39485 Log: Modern systems depend on acpi. Users reading the FAQ should not be disabling it. Approved by: bcr Modified: head/en_US.ISO8859-1/books/faq/book.sgml Modified: head/en_US.ISO8859-1/books/faq/book.sgml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.sgml Sat Sep 1 02:49:14 2012 (r39484) +++ head/en_US.ISO8859-1/books/faq/book.sgml Sat Sep 1 15:01:58 2012 (r39485) @@ -2747,18 +2747,6 @@ bindkey ^[[3~ delete-char # for xterm

- - How do I disable ACPI? - - - - Add following line - hint.acpi.0.disabled="1" into your - /boot/device.hints file. - - - - Why does my Micron system hang at boot time?