On 06/10/2009 05:13 PM, Gleb Natapov wrote: >> + * Bochs/QEMU ACPI SSDT ASL definition >> + * >> + * Copyright (c) 2006 Fabrice Bellard > I am not sure that there is even one bit of code below written by Fabrice. Well better safe than sorry, since I copied over a bunch of stuff, I figured it was simpler to just leave it intact. >> + Scope (\) >> + { >> + /* Debug Output */ >> + OperationRegion (DBG, SystemIO, 0xb044, 0x04) >> + Field (DBG, DWordAcc, NoLock, Preserve) >> + { >> + DBGL, 32, >> + } >> + } > Except may be this one, but it should stay in DSDT. Hmmm, good point. I think I just moved it when I had zero idea what was going on at first in this AML hell :-) Try this one. Cheers, Jes