From f01aed2f4a9833d2ffc3eb7309901e6c80e29f9d Mon Sep 17 00:00:00 2001 From: Mitsuru IWASAKI Date: Thu, 11 Apr 2002 09:28:43 +0000 Subject: update for acpica-unix-20020404. --- devel/acpicatools/files/patch-20020404 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 devel/acpicatools/files/patch-20020404 (limited to 'devel/acpicatools/files/patch-20020404') diff --git a/devel/acpicatools/files/patch-20020404 b/devel/acpicatools/files/patch-20020404 new file mode 100644 index 000000000000..53a25f43cd6d --- /dev/null +++ b/devel/acpicatools/files/patch-20020404 @@ -0,0 +1,33 @@ +--- osunixxf.c.orig Fri Oct 19 05:21:52 2001 ++++ osunixxf.c Thu Nov 1 21:44:36 2001 +@@ -706,7 +706,7 @@ + UINT32 milliseconds) + { + +- sleep ((seconds * 1000) + milliseconds); ++ usleep ((seconds * 1000) + milliseconds); + return; + } + +@@ -965,4 +965,11 @@ + return (AE_OK); + } + ++ACPI_STATUS ++AcpiOsGetRootPointer ( ++ UINT32 Flags, ++ ACPI_POINTER *RsdpPhysicalAddress) ++{ ++ return (AE_OK); ++} + +--- include/platform/acfreebsd.h.orig Fri Apr 5 08:43:53 2002 ++++ include/platform/acfreebsd.h Thu Apr 11 14:38:34 2002 +@@ -156,6 +156,7 @@ + + #define __cli() + #define __sti() ++#define ACPI_FLUSH_CPU_CACHE() + + #endif /* _KERNEL */ + -- cgit v1.2.3