Deleted Added
full compact
4c4
< * $Revision: 193 $
---
> * $Revision: 194 $
267a268,276
> /* Strings supported by the _OSI predefined (internal) method */
>
> const char *AcpiGbl_ValidOsiStrings[ACPI_NUM_OSI_STRINGS] = {
> "Linux",
> "Windows 2000",
> "Windows 2001",
> "Windows 2001.1"};
>
>
278,280d286
< * Initial values are currently supported only for types String and Number.
< * Both are specified as strings in this table.
< *
282c288
< * 1) _SB_ is defined to be a device to allow _SB_/_INI to be run
---
> * 1) _SB_ is defined to be a device to allow \_SB_._INI to be run
285d290
<
297c302
< #if defined (ACPI_NO_METHOD_EXECUTION) || defined (ACPI_CONSTANT_EVAL_ONLY)
---
> #if !defined (ACPI_NO_METHOD_EXECUTION) || defined (ACPI_CONSTANT_EVAL_ONLY)
308d312
<
387d390
<
390d392
<
554c556
< * indicatewhat type is actually going to be stored for this entry.
---
> * indicate what type is actually going to be stored for this entry.
556d557
<
860a862,866
> /* Runtime configuration */
>
> AcpiGbl_CreateOsiMethod = TRUE;
> AcpiGbl_AllMethodsSerialized = FALSE;
>