Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272029
Collapse All | Expand All

(-)dsdt-orig.dsl (-3 / +2 lines)
Lines 2-8 Link Here
2
 * Intel ACPI Component Architecture
2
 * Intel ACPI Component Architecture
3
 * AML Disassembler version 20090521
3
 * AML Disassembler version 20090521
4
 *
4
 *
5
 * Disassembly of dsdt-orig.dat, Fri Jun 12 02:01:08 2009
5
 * Disassembly of dsdt.dat, Thu Jun 11 22:17:12 2009
6
 *
6
 *
7
 *
7
 *
8
 * Original Table Header:
8
 * Original Table Header:
Lines 16-22 Link Here
16
 *     Compiler ID      "MSFT"
16
 *     Compiler ID      "MSFT"
17
 *     Compiler Version 0x0100000E (16777230)
17
 *     Compiler Version 0x0100000E (16777230)
18
 */
18
 */
19
DefinitionBlock ("dsdt-orig.aml", "DSDT", 1, "TOSHIB", "A0025   ", 0x20041222)
19
DefinitionBlock ("dsdt.aml", "DSDT", 1, "TOSHIB", "A0025   ", 0x20041222)
20
{
20
{
21
    External (\_PR_.CPU0)
21
    External (\_PR_.CPU0)
22
22
Lines 3374-3380 Link Here
3374
3374
3375
        Method (_L1C, 0, Serialized)
3375
        Method (_L1C, 0, Serialized)
3376
        {
3376
        {
3377
            Increment (Local0)
3378
        }
3377
        }
3379
    }
3378
    }
3380
3379

Return to bug 272029