From owner-cvs-all Thu Oct 31 12:44:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF26037B401; Thu, 31 Oct 2002 12:44:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 803AD43E91; Thu, 31 Oct 2002 12:44:24 -0800 (PST) (envelope-from iwasaki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9VKh3mV014626; Thu, 31 Oct 2002 12:43:03 -0800 (PST) (envelope-from iwasaki@repoman.freebsd.org) Received: (from iwasaki@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9VKh35b014625; Thu, 31 Oct 2002 12:43:03 -0800 (PST) Message-Id: <200210312043.g9VKh35b014625@repoman.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 31 Oct 2002 12:43:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2002/10/31 12:43:03 PST Modified files: sys/dev/acpica acpi_pci_link.c Log: Don't examine ACPI_STA_ENABLE bit of device's_STA object on initial state. Instead, use ACPI_STA_PRESENT and ACPI_STA_FUNCTIONAL for it. In some ACPI BIOS implementations, boot disabled devices don't have ACPI_STA_ENABLE bit in _STA object. Also it is not fatal if getting current IRQ of boot disabled devices is failed in initial state. And minor fixes. Revision Changes Path 1.3 +4 -5 src/sys/dev/acpica/acpi_pci_link.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message