Deleted Added
full compact
dbinput.c (102550) dbinput.c (104470)
1/*******************************************************************************
2 *
3 * Module Name: dbinput - user front-end to the AML debugger
1/*******************************************************************************
2 *
3 * Module Name: dbinput - user front-end to the AML debugger
4 * $Revision: 87 $
4 * $Revision: 88 $
5 *
6 ******************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.

--- 323 unchanged lines hidden (view full) ---

336 case 'F':
337 AcpiOsPrintf ("\nFile I/O Commands\n\n");
338 AcpiOsPrintf ("Close Close debug output file\n");
339 AcpiOsPrintf ("Open <Output Filename> Open a file for debug output\n");
340 AcpiOsPrintf ("Load <Input Filename> Load ACPI table from a file\n");
341 return;
342
343 default:
5 *
6 ******************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.

--- 323 unchanged lines hidden (view full) ---

336 case 'F':
337 AcpiOsPrintf ("\nFile I/O Commands\n\n");
338 AcpiOsPrintf ("Close Close debug output file\n");
339 AcpiOsPrintf ("Open <Output Filename> Open a file for debug output\n");
340 AcpiOsPrintf ("Load <Input Filename> Load ACPI table from a file\n");
341 return;
342
343 default:
344 AcpiOsPrintf ("Unrecognized Command Class: %X\n", HelpType);
344 AcpiOsPrintf ("Unrecognized Command Class: %s\n", HelpType);
345 return;
346 }
347}
348
349
350/*******************************************************************************
351 *
352 * FUNCTION: AcpiDbGetNextToken

--- 632 unchanged lines hidden ---
345 return;
346 }
347}
348
349
350/*******************************************************************************
351 *
352 * FUNCTION: AcpiDbGetNextToken

--- 632 unchanged lines hidden ---