mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
Added type info to TBDs
date 2000.06.06.22.25.00; author rmoore1; state Exp;
This commit is contained in:
parent
06a76e22fb
commit
927a430208
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user