aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/acpiosxf.h
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-12-21 06:56:46 +0000
committerMike Smith <msmith@FreeBSD.org>2000-12-21 06:56:46 +0000
commit68466b467536ac87a2720c76b154664b014a9650 (patch)
tree2458e6231a59dcc15edb1bbd6f34f1d68982dc76 /sys/contrib/dev/acpica/acpiosxf.h
parentf6402773ea74398ade71cd4c72b4b5082251f753 (diff)
downloadsrc-68466b467536ac87a2720c76b154664b014a9650.tar.gz
src-68466b467536ac87a2720c76b154664b014a9650.zip
Update to the Intel 20001215 ACPI CA snapshot.
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=70243
Diffstat (limited to 'sys/contrib/dev/acpica/acpiosxf.h')
-rw-r--r--sys/contrib/dev/acpica/acpiosxf.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/contrib/dev/acpica/acpiosxf.h b/sys/contrib/dev/acpica/acpiosxf.h
index 42730d25f844..abcdee51e3bc 100644
--- a/sys/contrib/dev/acpica/acpiosxf.h
+++ b/sys/contrib/dev/acpica/acpiosxf.h
@@ -1,9 +1,9 @@
/******************************************************************************
*
- * Name: acpiosd.h - All interfaces to the OS-dependent layer. These
- * interfaces must be implemented by the OS-dependent
- * front-end to the ACPI subsystem.
+ * Name: acpiosxf.h - All interfaces to the OS-dependent layer. These
+ * interfaces must be implemented by the OS-dependent
+ * front-end to the ACPI subsystem.
*
*****************************************************************************/
@@ -12,8 +12,8 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999, Intel Corp. All rights
- * reserved.
+ * Some or all of this work - Copyright (c) 1999, 2000, Intel Corp.
+ * All rights reserved.
*
* 2. License
*
@@ -126,10 +126,10 @@
/* Priorities for AcpiOsQueueForExecution */
-#define OSD_PRIORITY_HIGH 1
-#define OSD_PRIORITY_MED 2
-#define OSD_PRIORITY_LO 3
-#define OSD_PRIORITY_GPE OSD_PRIORITY_HIGH
+#define OSD_PRIORITY_GPE 1
+#define OSD_PRIORITY_HIGH 2
+#define OSD_PRIORITY_MED 3
+#define OSD_PRIORITY_LO 4
#define ACPI_NO_UNIT_LIMIT ((UINT32) -1)
#define ACPI_MUTEX_SEM 1