summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-12-09 03:00:55 +0000
committernjl <njl@FreeBSD.org>2003-12-09 03:00:55 +0000
commit5973a19424f54c582d93d74aca8bbfde70a0b437 (patch)
tree3026668a060378bf9b506476542558805220bc1d /sys/contrib
parent2ac2126b9f862458bf24ae1aa7d288b9e353712d (diff)
downloadFreeBSD-src-5973a19424f54c582d93d74aca8bbfde70a0b437.zip
FreeBSD-src-5973a19424f54c582d93d74aca8bbfde70a0b437.tar.gz
Unchanged files that are off the vendor branch.
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/dev/acpica/acconfig.h4
-rw-r--r--sys/contrib/dev/acpica/acenv.h8
-rw-r--r--sys/contrib/dev/acpica/acutils.h10
3 files changed, 16 insertions, 6 deletions
diff --git a/sys/contrib/dev/acpica/acconfig.h b/sys/contrib/dev/acpica/acconfig.h
index bba73c6..47ea169 100644
--- a/sys/contrib/dev/acpica/acconfig.h
+++ b/sys/contrib/dev/acpica/acconfig.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acconfig.h - Global configuration constants
- * $Revision: 139 $
+ * $Revision: 145 $
*
*****************************************************************************/
@@ -137,7 +137,7 @@
/* Version string */
-#define ACPI_CA_VERSION 0x20030619
+#define ACPI_CA_VERSION 0x20031203
/* Maximum objects in the various object caches */
diff --git a/sys/contrib/dev/acpica/acenv.h b/sys/contrib/dev/acpica/acenv.h
index 5cc9376..6352e3a 100644
--- a/sys/contrib/dev/acpica/acenv.h
+++ b/sys/contrib/dev/acpica/acenv.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acenv.h - Generation environment specific items
- * $Revision: 104 $
+ * $Revision: 105 $
*
*****************************************************************************/
@@ -207,6 +207,9 @@
#elif defined(__FreeBSD__)
#include "acfreebsd.h"
+#elif defined(__NetBSD__)
+#include "acnetbsd.h"
+
#elif defined(MODESTO)
#include "acmodesto.h"
@@ -267,8 +270,7 @@
#else
#define DEBUGGER_THREADING DEBUGGER_MULTI_THREADED
#endif
-#endif
-
+#endif /* !DEBUGGER_THREADING */
/******************************************************************************
*
diff --git a/sys/contrib/dev/acpica/acutils.h b/sys/contrib/dev/acpica/acutils.h
index ca52024..db94284 100644
--- a/sys/contrib/dev/acpica/acutils.h
+++ b/sys/contrib/dev/acpica/acutils.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acutils.h -- prototypes for the common (subsystem-wide) procedures
- * $Revision: 155 $
+ * $Revision: 157 $
*
*****************************************************************************/
@@ -199,6 +199,14 @@ AcpiUtGetTypeName (
ACPI_OBJECT_TYPE Type);
char *
+AcpiUtGetNodeName (
+ void *Object);
+
+char *
+AcpiUtGetDescriptorName (
+ void *Object);
+
+char *
AcpiUtGetObjectTypeName (
ACPI_OPERAND_OBJECT *ObjDesc);
OpenPOWER on IntegriCloud