]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update to work with the new ACPI CA snapshot.
authormsmith <msmith@FreeBSD.org>
Fri, 1 Dec 2000 10:18:57 +0000 (10:18 +0000)
committermsmith <msmith@FreeBSD.org>
Fri, 1 Dec 2000 10:18:57 +0000 (10:18 +0000)
commitbee39eb0e05331c63c793b8796fa8727eacb5eb0
tree337a93e7c9090d677dec5773c715ad8e60983e8a
parent9e880be27392a21d6f70ac024e9bdcd014525b7c
Update to work with the new ACPI CA snapshot.

 - Use ACPI_PHYSICAL_ADDRESS
 - RSDT -> XSDT
 - FACP -> FADT
 - No APIC table support
 - Don't install a global EC handler; this has bad side-effects
   (it invokes _REG in *all* EC spaces in the namespace!)
 - Check for PCI bus instances already existing before adding them
sys/dev/acpica/acpi.c
sys/dev/acpica/acpi_apic.c
sys/dev/acpica/acpi_ec.c
sys/dev/acpica/acpi_pcib.c
sys/dev/acpica/acpi_pcib_acpi.c
sys/dev/acpica/acpi_processor.c
sys/dev/acpica/acpi_timer.c