summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
authormarks <marks@FreeBSD.org>2004-12-02 00:05:02 +0000
committermarks <marks@FreeBSD.org>2004-12-02 00:05:02 +0000
commit128b57630de396f8c0ecb54313434d7c8beaa4cd (patch)
treee6f9e96c128ac6cb48dc5710ff0b80348d12e97a /sys/contrib
parent93c2522130390c12e9ae98f3278c17f381a0db90 (diff)
downloadFreeBSD-src-128b57630de396f8c0ecb54313434d7c8beaa4cd.zip
FreeBSD-src-128b57630de396f8c0ecb54313434d7c8beaa4cd.tar.gz
Local change: Supporting code not yet available, use previous behavior
instead for the time being. Intel should fix this. Note that if this commit is correct, it is made on the vendor branch. We expect the Intel folks to fix it, and we don't want to unnecessarily take files off the vendor branch. Approved by: njl MFC after: 1 week
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/dev/acpica/osunixxf.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/osunixxf.c b/sys/contrib/dev/acpica/osunixxf.c
index f5ce08f..5c2b89a 100644
--- a/sys/contrib/dev/acpica/osunixxf.c
+++ b/sys/contrib/dev/acpica/osunixxf.c
@@ -185,7 +185,15 @@ AcpiOsGetRootPointer (
ACPI_POINTER *Address)
{
- return (AeLocalGetRootPointer(Flags, Address));
+#if 0
+ /* The supporting code for this is not yet available.
+ * Return to the old situation for now.
+ */
+ return (AeLocalGetRootPointer(Flags, (ACPI_PHYSICAL_ADDRESS *)Address));
+#else
+ return (AE_OK);
+#endif
+
}
OpenPOWER on IntegriCloud