From owner-freebsd-acpi@FreeBSD.ORG Sat Dec 31 12:30:12 2005 Return-Path: X-Original-To: freebsd-acpi@hub.freebsd.org Delivered-To: freebsd-acpi@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E14B16A41F for ; Sat, 31 Dec 2005 12:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA2A543D5A for ; Sat, 31 Dec 2005 12:30:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBVCUBiF075729 for ; Sat, 31 Dec 2005 12:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBVCUBfP075728; Sat, 31 Dec 2005 12:30:11 GMT (envelope-from gnats) Date: Sat, 31 Dec 2005 12:30:11 GMT Message-Id: <200512311230.jBVCUBfP075728@freefall.freebsd.org> To: freebsd-acpi@FreeBSD.org From: Anders Nordby Cc: Subject: Re: i386/89545: Compaq DL 360 ACPI boot problem X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anders Nordby List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 12:30:12 -0000 The following reply was made to PR i386/89545; it has been noted by GNATS. From: Anders Nordby To: John Baldwin Cc: bug-followup@freebsd.org, uralmetal@gmail.com Subject: Re: i386/89545: Compaq DL 360 ACPI boot problem Date: Sat, 31 Dec 2005 13:27:28 +0100 Hi, On Thu, Dec 29, 2005 at 10:34:15PM +0100, Anders Nordby wrote: > (..) For the record. I just tried using 6.0-STABLE as of december 30. It still hangs: acpi0: on motherboard acpi0: Power Button (fixed) unknown: I/O range not supported But now it stops earlier, or at least it doesn't print the pci_link: lines. Applying the printf patch then, I get: acpi0: on motherboard acpi0: Power Button (fixed) unknown: I/O range not supported attach started pci_link0: calling _CRS pci_link0: _CRS returned AE_OK pci_link0: num_links = 0 attach started Phew, luckily acpi is a module, so I only need to recompile it instead of the whole kernel. I had ACPI problems with FreeBSD 6 on other Compaq servers as well, one DL 580. Once we get this solved for DL 360 I can try with the 580 (it is in production, so I can not easily take it down when I want -- but it would be nice to use both CPUs on it ;-)). Cheers, -- Anders.