Added type info to TBDs

date	2000.06.06.22.25.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:54:43 +00:00
parent 06a76e22fb
commit 927a430208
2 changed files with 3 additions and 5 deletions

View File

@ -264,7 +264,7 @@ TbRecognizeTable (
if (TableType != TABLE_FACS)
{
/* But don't abort if the checksum is wrong */
/* TBD: make this a configuration option? */
/* TBD: [Future] make this a configuration option? */
TbVerifyTableChecksum (TableHeader);
}

View File

@ -118,11 +118,9 @@
#define __TBAPI_C__
#include <acpi.h>
#include <acobject.h>
#include <namesp.h>
#include <interp.h>
#include <tables.h>
#include <methods.h>
#include <pnp.h>
#define _COMPONENT TABLE_MANAGER
@ -228,7 +226,7 @@ AcpiLoadTable (
Status = TbInstallTable (NULL, &TableInfo);
if (ACPI_FAILURE (Status))
{
/* TBD: must free table allocated by TbGetTable */
/* TBD: [Errors] must free table allocated by TbGetTable */
}
return_ACPI_STATUS (Status);