From owner-freebsd-acpi@FreeBSD.ORG Thu Apr 28 16:10:13 2011 Return-Path: Delivered-To: freebsd-acpi@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4651E106566B for ; Thu, 28 Apr 2011 16:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 353A88FC1C for ; Thu, 28 Apr 2011 16:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3SGADKa047294 for ; Thu, 28 Apr 2011 16:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3SGADVP047293; Thu, 28 Apr 2011 16:10:13 GMT (envelope-from gnats) Date: Thu, 28 Apr 2011 16:10:13 GMT Message-Id: <201104281610.p3SGADVP047293@freefall.freebsd.org> To: freebsd-acpi@FreeBSD.org From: John Baldwin Cc: Subject: Re: kern/91594: [em] FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/1000 MT 4-port NIC in PCI slot 3 of DL380 G4 [regression] X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 16:10:13 -0000 The following reply was made to PR kern/91594; it has been noted by GNATS. From: John Baldwin To: bug-followup@FreeBSD.org, bad@bsd.de Cc: Subject: Re: kern/91594: [em] FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/1000 MT 4-port NIC in PCI slot 3 of DL380 G4 [regression] Date: Thu, 28 Apr 2011 12:05:31 -0400 Can you still reproduce this? The problem is due to the attach of the pcib device failing (so it has nothing to do with em(4)). If you still have this machine available, it would be good to get an acpidump. I suspect the _STA method for the bus is causing acpi_DeviceIsPresent() in acpi_pcib_attach() to fail. -- John Baldwin