Date: Fri, 1 Dec 2000 02:19:29 -0800 (PST) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_apic.c acpi_ec.c acpi_pcib.c acpi_processor.c acpi_timer.c src/sys/dev/acpica/Osd OsdMemory.c Message-ID: <200012011019.eB1AJTv81461@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 2000/12/01 02:19:29 PST Modified files: sys/dev/acpica acpi.c acpi_apic.c acpi_ec.c acpi_pcib.c acpi_processor.c acpi_timer.c Log: 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 Revision Changes Path 1.4 +9 -9 src/sys/dev/acpica/acpi.c 1.2 +6 -1 src/sys/dev/acpica/acpi_apic.c 1.2 +4 -39 src/sys/dev/acpica/acpi_ec.c 1.2 +17 -14 src/sys/dev/acpica/acpi_pcib.c 1.2 +4 -2 src/sys/dev/acpica/acpi_processor.c 1.2 +14 -14 src/sys/dev/acpica/acpi_timer.c Modified files: sys/dev/acpica/Osd OsdMemory.c Log: AcpiOsMem primitives as required by the new ACPI CA snapshot Revision Changes Path 1.2 +92 -2 src/sys/dev/acpica/Osd/OsdMemory.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?200012011019.eB1AJTv81461>