From owner-freebsd-current@FreeBSD.ORG Sat Dec 31 17:29:47 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4599A106566B for ; Sat, 31 Dec 2011 17:29:47 +0000 (UTC) (envelope-from danallen46@airwired.net) Received: from mail.utahbroadband.com (mail.utahbroadband.com [204.14.20.91]) by mx1.freebsd.org (Postfix) with ESMTP id 07BBF8FC0A for ; Sat, 31 Dec 2011 17:29:44 +0000 (UTC) Received: (qmail 15825 invoked by uid 89); 31 Dec 2011 17:05:29 -0000 Received: from unknown (HELO ?192.168.0.18?) (danallen46@airwired.net@66.29.174.6) by mail.utahbroadband.com with ESMTPA; 31 Dec 2011 17:05:29 -0000 From: Dan Allen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Sat, 31 Dec 2011 10:03:02 -0700 Message-Id: <038588ED-E0E0-46F6-8E28-1926FBE28825@airwired.net> To: freebsd-current@freebsd.org Mime-Version: 1.0 (Apple Message framework v1251.1) X-Mailer: Apple Mail (2.1251.1) X-Mailman-Approved-At: Sat, 31 Dec 2011 17:47:02 +0000 Subject: ACPI broke going from 8 to 9 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 31 Dec 2011 17:29:47 -0000 I just upgraded my Dell OptiPlex GX270 from RELENG_8 to RELENG_9. The = machine no longer boots. However, if I put hint.acpi.0.disabled=3D1 in /boot/loader.conf then the machine runs fine. With RELENG_8 the = machine had no loader.conf, and the power button worked on my desktop = machine. Now with ACPI disabled my power button does not work. I have = found that the machine hangs at boot during a scan of the PCI bus, but = if I disable that (hw.acpi.disable=3Dpci) then the machine cannot find a = boot drive. So I have lost functionality that worked fine in BSD 8. Thoughts? Suggestions? Thanks, Dan Allen