Al Stone afae4e
grammar.asl    199:     Name (_NPK, Package ()
Al Stone afae4e
Warning  3133 -                 ^ Unknown reserved name (_NPK)
Al Stone afae4e
Al Stone afae4e
grammar.asl    522:     NAME (ESC1, "abcdefg\x00hijklmn")
Al Stone afae4e
Warning  3055 -                                ^ Invalid Hex/Octal Escape - Non-ASCII or NULL
Al Stone afae4e
Al Stone afae4e
grammar.asl    523:     NAME (ESC2, "abcdefg\000hijklmn")
Al Stone afae4e
Warning  3055 -                                ^ Invalid Hex/Octal Escape - Non-ASCII or NULL
Al Stone afae4e
Al Stone afae4e
grammar.asl    620:         RCIV (Subtract (Arg0, 1))
Al Stone afae4e
Remark   2098 -               ^ Recursive method call (RCIV)
Al Stone afae4e
Al Stone afae4e
grammar.asl    733:             Method(_SRS)
Al Stone afae4e
Warning  3102 -                          ^ Reserved method has too few arguments (_SRS requires 1)
Al Stone afae4e
Al Stone afae4e
grammar.asl    949:     Method (_ERR, 2)
Al Stone afae4e
Warning  3102 -                   ^ Reserved method has too few arguments (_ERR requires 3)
Al Stone afae4e
Al Stone afae4e
grammar.asl   1389:         Store (0x1234567887654321, QWD2)
Al Stone afae4e
Warning  3038 -                                    ^ 64-bit integer in 32-bit table, truncating (DSDT version < 2)
Al Stone afae4e
Al Stone afae4e
grammar.asl   1391:         if (LNotEqual (Local0, 0x1234567887654321))
Al Stone afae4e
Warning  3038 -                                                    ^ 64-bit integer in 32-bit table, truncating (DSDT version < 2)
Al Stone afae4e
Al Stone afae4e
grammar.asl   1471:         SizeOf (BUFO)
Al Stone afae4e
Error    6114 -                       ^ Result is not used, operator has no effect
Al Stone afae4e
Al Stone afae4e
grammar.asl   1497:         Acquire (MTX2, 1)
Al Stone afae4e
Warning  3130 -                           ^ Result is not used, possible operator timeout will be missed
Al Stone afae4e
Al Stone afae4e
grammar.asl   1645:         Add (Local0, Local1)
Al Stone afae4e
Error    6114 -                      ^ Result is not used, operator has no effect
Al Stone afae4e
Al Stone afae4e
grammar.asl   1816:     Method (COND)
Al Stone afae4e
Warning  3115 -                   ^ Not all control paths return a value (COND)
Al Stone afae4e
Al Stone afae4e
grammar.asl   2990:             Name (_CRS,0)
Al Stone afae4e
Error    6105 -                           ^ Invalid object type for reserved name (_CRS: found Integer, Buffer required)
Al Stone afae4e
Al Stone afae4e
grammar.asl   6024:             Name (_HID, "*PNP0A06")
Al Stone afae4e
Error    6061 -            Invalid leading asterisk ^  (*PNP0A06)
Al Stone afae4e
Al Stone afae4e
grammar.asl   6163:         Name (C18C, Package (2)
Al Stone afae4e
Remark   2063 -                                 ^ Initializer list shorter than declared package length
Al Stone afae4e
Al Stone afae4e
grammar.asl   6475:             Name (_CRS, Buffer(26)  {"\_SB_.PCI2._CRS..........."})
Al Stone afae4e
Warning  3046 -        Invalid or unknown escape sequence ^ 
Al Stone afae4e
Al Stone afae4e
grammar.asl   6814:                 And (Local0, 1, Local0) 
Al Stone afae4e
Error    6066 -                              ^ Method local variable is not initialized (Local0)
Al Stone afae4e
Al Stone afae4e
grammar.asl   6900:             Name (_HID, "*PNP0C0A")     
Al Stone afae4e
Error    6061 -            Invalid leading asterisk ^  (*PNP0C0A)
Al Stone afae4e
Al Stone afae4e
grammar.asl   8717:             Name (PKG2, Package (4)
Al Stone afae4e
Remark   2063 -                                     ^ Initializer list shorter than declared package length
Al Stone afae4e
Al Stone afae4e
Al Stone afae4e
Intel ACPI Component Architecture
Al Stone afae4e
ASL Optimizing Compiler version VVVVVVVV-YYYY [XXXXXXXXXXX]
Al Stone afae4e
Copyright (c) 2000 - 2013 Intel Corporation
Al Stone afae4e
Al Stone afae4e
Ignoring all errors, forcing AML file generation
Al Stone afae4e
Al Stone afae4e
ASL Input:     grammar.asl - 10281 lines, 228124 bytes, 4818 keywords
Al Stone afae4e
AML Output:    grammar.aml - 43476 bytes, 670 named objects, 4148 executable opcodes
Al Stone afae4e
Al Stone afae4e
Compilation complete. 6 Errors, 10 Warnings, 3 Remarks, 1105 Optimizations