mirror of
https://github.com/acpica/acpica/
synced 2025-01-17 14:59:56 +03:00
Debug output fix
date 2000.02.22.21.24.00; author rmoore1; state Exp;
This commit is contained in:
parent
8bca5c54c3
commit
7131fb87c6
@ -118,8 +118,8 @@
|
||||
#define __NSDUMP_C__
|
||||
|
||||
#include <acpi.h>
|
||||
#include <interpreter.h>
|
||||
#include <namespace.h>
|
||||
#include <interp.h>
|
||||
#include <namesp.h>
|
||||
#include <tables.h>
|
||||
|
||||
|
||||
@ -423,7 +423,7 @@ NsDumpOneObject (
|
||||
|
||||
else
|
||||
{
|
||||
DEBUG_PRINT_RAW (TRACE_TABLES, ("(Unknown Descriptor Type)\n", Value));
|
||||
DEBUG_PRINT_RAW (TRACE_TABLES, ("(String or Buffer - not descriptor)\n", Value));
|
||||
BytesToDump = 16;
|
||||
}
|
||||
|
||||
@ -583,7 +583,7 @@ NsDumpRootDevices (void)
|
||||
AcpiGetHandle (0, NS_SYSTEM_BUS, &SysBusHandle);
|
||||
|
||||
DEBUG_PRINT (TRACE_TABLES, ("Display of all devices in the namespace:\n"));
|
||||
AcpiWalkNamespace (ACPI_TYPE_Device, SysBusHandle, ACPI_INT_MAX, NsDumpOneDevice, NULL, NULL);
|
||||
AcpiWalkNamespace (ACPI_TYPE_Device, SysBusHandle, ACPI_INT32_MAX, NsDumpOneDevice, NULL, NULL);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user