summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-07-21 04:10:01 +0000
committermsmith <msmith@FreeBSD.org>2001-07-21 04:10:01 +0000
commit78bfafdf45a43736768284338517fe432be1e28f (patch)
treed35f0597a7301eee14350647364075ad0ae631b5 /sys/amd64/acpica
parentb364b2c8850111f8b2f950fc2d143da52c324434 (diff)
downloadFreeBSD-src-78bfafdf45a43736768284338517fe432be1e28f.zip
FreeBSD-src-78bfafdf45a43736768284338517fe432be1e28f.tar.gz
Update the OSD module to match the ACPI CA 20010717 import.
Submitted by: "Grover, Andrew" <andrew.grover@intel.com> (OsdHardware.c)
Diffstat (limited to 'sys/amd64/acpica')
-rw-r--r--sys/amd64/acpica/OsdEnvironment.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/amd64/acpica/OsdEnvironment.c b/sys/amd64/acpica/OsdEnvironment.c
index 93e784d..8b8e663 100644
--- a/sys/amd64/acpica/OsdEnvironment.c
+++ b/sys/amd64/acpica/OsdEnvironment.c
@@ -54,3 +54,11 @@ AcpiOsTerminate(void)
{
return(NULL);
}
+
+ACPI_STATUS
+AcpiOsGetRootPointer(
+ UINT32 Flags,
+ ACPI_PHYSICAL_ADDRESS *RsdpPhysicalAddress)
+{
+ return(AcpiFindRootPointer(Flags, RsdpPhysicalAddress));
+}
OpenPOWER on IntegriCloud