Merge FreeBSD-specific changes.

This commit is contained in:
Mike Smith 2001-06-29 20:19:59 +00:00
parent 12c1e8d4b6
commit 47d9ea1be8
3 changed files with 14 additions and 2 deletions
sys/contrib/dev/acpica

@ -1,7 +1,7 @@
/****************************************************************************** /******************************************************************************
* *
* Name: acconfig.h - Global configuration constants * Name: acconfig.h - Global configuration constants
* $Revision: 64 $ * $Revision: 65 $
* *
*****************************************************************************/ *****************************************************************************/
@ -144,7 +144,7 @@
/* Version string */ /* Version string */
#define ACPI_CA_VERSION 0x20010518 #define ACPI_CA_VERSION 0x20010615
/* Maximum objects in the various object caches */ /* Maximum objects in the various object caches */

@ -392,6 +392,11 @@ AcpiOsWritable (
void *Pointer, void *Pointer,
UINT32 Length); UINT32 Length);
UINT32
AcpiOsGetTimer (
void);
/* /*
* Debug print routines * Debug print routines

@ -205,6 +205,13 @@ AcpiGetTable (
UINT32 Instance, UINT32 Instance,
ACPI_BUFFER *RetBuffer); ACPI_BUFFER *RetBuffer);
ACPI_STATUS
AcpiGetFirmwareTable (
ACPI_STRING Signature,
UINT32 Instance,
UINT32 Flags,
ACPI_TABLE_HEADER **TablePointer);
/* /*
* Namespace and name interfaces * Namespace and name interfaces