summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/acenv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/acenv.h')
-rw-r--r--sys/contrib/dev/acpica/acenv.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/acenv.h b/sys/contrib/dev/acpica/acenv.h
index 825ad59..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"
@@ -260,13 +263,14 @@
#define DEBUGGER_SINGLE_THREADED 0
#define DEBUGGER_MULTI_THREADED 1
+#ifndef DEBUGGER_THREADING
#ifdef ACPI_APPLICATION
#define DEBUGGER_THREADING DEBUGGER_SINGLE_THREADED
#else
#define DEBUGGER_THREADING DEBUGGER_MULTI_THREADED
#endif
-
+#endif /* !DEBUGGER_THREADING */
/******************************************************************************
*
OpenPOWER on IntegriCloud