From owner-cvs-all Fri Dec 1 2:19:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59AAC37B400; Fri, 1 Dec 2000 02:19:29 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB1AJTv81461; Fri, 1 Dec 2000 02:19:29 -0800 (PST) (envelope-from msmith) Message-Id: <200012011019.eB1AJTv81461@freefall.freebsd.org> From: Mike Smith Date: Fri, 1 Dec 2000 02:19:29 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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