Date: Sun, 13 Jul 2003 15:57:17 -0700 (PDT) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_ec.c acpi_pci_link.c acpi_pcib.c src/sys/dev/acpica/Osd OsdHardware.c OsdMemory.c OsdSynch.c Message-ID: <200307132257.h6DMvHK8092554@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2003/07/13 15:57:17 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_ec.c acpi_pci_link.c acpi_pcib.c sys/dev/acpica/Osd OsdHardware.c OsdMemory.c OsdSynch.c Log: Update code to work with 0619 dist * Use ACPI_BUFFER as the type for AcpiGetObjectInfo * Remove AcpiEnableEvent/AcpiClearEvent for ACPI_EVENT_FIXED (power/sleep buttons) as they are no longer needed * Change calls to use the new GPE functions * Add AcpiOs*Lock functions Revision Changes Path 1.10 +2 -2 src/sys/dev/acpica/Osd/OsdHardware.c 1.9 +2 -2 src/sys/dev/acpica/Osd/OsdMemory.c 1.17 +51 -0 src/sys/dev/acpica/Osd/OsdSynch.c 1.91 +22 -20 src/sys/dev/acpica/acpi.c 1.32 +7 -6 src/sys/dev/acpica/acpi_ec.c 1.6 +4 -3 src/sys/dev/acpica/acpi_pci_link.c 1.30 +4 -3 src/sys/dev/acpica/acpi_pcib.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307132257.h6DMvHK8092554>