On Tue, Jun 02, 2015 at 10:28:52AM -0400, Stefan Berger wrote: > And I am glad that I haven't > converted the ASL to C code, because this would make it a lot more difficult > to develop and debug... > > Stefan
Let's avoid hyperbole. Mostly there's a bunch of aml_append calls sprinkled on each line of ASL code. It's harder to develop since there's no compiler catching mistakes statically, that's true. Debugging is more or less the same since you can always dump the tables and disassemble them with iasl. -- MST