summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-02-28 20:40:24 +0000
committernjl <njl@FreeBSD.org>2004-02-28 20:40:24 +0000
commit98b46bfcfdead3022473ca4adce7e1f008bc8bec (patch)
tree82aa7c913380bbbf53e853fc43c66245d0e3e998 /sys/contrib
parentb81a1a09b72d7d2832f8e0c9ecb3be300cf350cc (diff)
downloadFreeBSD-src-98b46bfcfdead3022473ca4adce7e1f008bc8bec.zip
FreeBSD-src-98b46bfcfdead3022473ca4adce7e1f008bc8bec.tar.gz
Local change: emulate a ReturnOp if the AML expects one but it isn't
present. Some buggy BIOSs do not have a ReturnOp even though it is required for a function to return a value.
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/dev/acpica/psparse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/psparse.c b/sys/contrib/dev/acpica/psparse.c
index f7fd158..79ff1ff 100644
--- a/sys/contrib/dev/acpica/psparse.c
+++ b/sys/contrib/dev/acpica/psparse.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: psparse - Parser top level AML parse routines
- * $Revision: 142 $
+ * $Revision: 143 $
*
*****************************************************************************/
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
* All rights reserved.
*
* 2. License
OpenPOWER on IntegriCloud