summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/tbxface.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-06-29 20:11:04 +0000
committermsmith <msmith@FreeBSD.org>2001-06-29 20:11:04 +0000
commitec0a44c21556dbc4772e7d2c81f9911fe621bb86 (patch)
treeeb0951587d9fcfbf93840f893231df2c430d62c1 /sys/contrib/dev/acpica/tbxface.c
parentbc4d4229dc8150c1877e8673fb6be5be18487b6d (diff)
downloadFreeBSD-src-ec0a44c21556dbc4772e7d2c81f9911fe621bb86.zip
FreeBSD-src-ec0a44c21556dbc4772e7d2c81f9911fe621bb86.tar.gz
Vendor import of the Intel ACPI CA 20010615 snapshot.
Diffstat (limited to 'sys/contrib/dev/acpica/tbxface.c')
-rw-r--r--sys/contrib/dev/acpica/tbxface.c14
1 files changed, 3 insertions, 11 deletions
diff --git a/sys/contrib/dev/acpica/tbxface.c b/sys/contrib/dev/acpica/tbxface.c
index 4accd25..86185b0 100644
--- a/sys/contrib/dev/acpica/tbxface.c
+++ b/sys/contrib/dev/acpica/tbxface.c
@@ -2,7 +2,7 @@
*
* Module Name: tbxface - Public interfaces to the ACPI subsystem
* ACPI table oriented interfaces
- * $Revision: 38 $
+ * $Revision: 39 $
*
*****************************************************************************/
@@ -227,8 +227,6 @@ ErrorExit:
* a valid header. The header fields will be verified, and if it
* is determined that the table is invalid, the call will fail.
*
- * If the call fails an appropriate status will be returned.
- *
******************************************************************************/
ACPI_STATUS
@@ -339,7 +337,6 @@ AcpiUnloadTable (
* "Scope" operator. Thus, we need to track ownership by an ID, not
* simply a position within the hierarchy
*/
-
AcpiNsDeleteNamespaceByOwner (ListHead->TableId);
/* Delete (or unmap) the actual table */
@@ -371,9 +368,6 @@ AcpiUnloadTable (
* function is not valid for the RSD PTR table since it does not
* have a standard header and is fixed length.
*
- * If the operation fails for any reason an appropriate status will
- * be returned and the contents of OutTableHeader are undefined.
- *
******************************************************************************/
ACPI_STATUS
@@ -461,9 +455,6 @@ AcpiGetTableHeader (
* copied into the OutBuffer->BufPtr buffer. This table will be
* a complete table including the header.
*
- * If the operation fails an appropriate status will be returned
- * and the contents of OutBuffer are undefined.
- *
******************************************************************************/
ACPI_STATUS
@@ -518,7 +509,7 @@ AcpiGetTable (
/*
* AcpiTbGetTablePtr will return a NULL pointer if the
- * table is not loaded.
+ * table is not loaded.
*/
if (TblPtr == NULL)
{
@@ -556,3 +547,4 @@ AcpiGetTable (
return_ACPI_STATUS (AE_OK);
}
+
OpenPOWER on IntegriCloud