From owner-freebsd-acpi@FreeBSD.ORG Fri Apr 7 15:39:15 2006 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53E4716A401 for ; Fri, 7 Apr 2006 15:39:15 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8D0D43D45 for ; Fri, 7 Apr 2006 15:39:14 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k37Fd97I080266; Fri, 7 Apr 2006 11:39:10 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Fri, 7 Apr 2006 10:46:48 -0400 User-Agent: KMail/1.9.1 References: <20060406113433.O6088@netserv1.chg.ru> <200604061103.16570.jhb@freebsd.org> <20060407125705.T67462@netserv1.chg.ru> In-Reply-To: <20060407125705.T67462@netserv1.chg.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604071046.50669.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1381/Fri Apr 7 08:54:35 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.0 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: Subject: Re: se7520af2 intel motherboard acpi problem X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2006 15:39:15 -0000 On Friday 07 April 2006 05:02, Anton Menshutin wrote: > > On Thu, 6 Apr 2006, John Baldwin wrote: > > > Can you give more detail about how the pci-e busses do not work? > > > In dmesg output you can see kernel says nothing about areca raid > controller, which is on pci-e bus. And > pcib5: at device 0.0 on pci6 > pcib5: secondary bus 8 > pcib5: subordinate bus 8 > pcib5: I/O decode 0xf000-0xfff > pcib5: memory decode 0xfe900000-0xfe9fffff > pcib5: prefetched decode 0xfbc00000-0xfbffffff > device_attach: pcib5 attach returned 6 > what i think means there is a problem during init of pci-e bus. Ah, ok. It would be most helpful if you could add a bunch of printf's to the attach routine in sys/dev/acpica/acpi_pcib_pci.c to see where the error comes from. Oh, I think I've seen this before. This is due to incompetent BIOS writers. Edit sys/dev/acpica/acpi_pcib.c and in the acpi_pcib_attach() function comment out the acpi_DeviceIsPresent() check. The BIOS is claiming that the specific PCI bus doesn't exist. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org