Date: Thu, 31 Oct 2002 12:43:03 -0800 (PST) From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c Message-ID: <200210312043.g9VKh35b014625@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210312043.g9VKh35b014625>