/* * * Intel ACPI Component Architecture * ASL Optimizing Compiler version 20100528 [Feb 9 2011] * Copyright (c) 2000 - 2010 Intel Corporation * Supports ACPI Specification Revision 4.0a * * Compilation of "out/ssdt-proc.dsl.i" - Wed Oct 12 21:14:18 2011 * * C source code output * AML code block contains 0x78 bytes * */ unsigned char AmlCode[] = { 0x53,0x53,0x44,0x54,0x78,0x00,0x00,0x00, /* 00000000 "SSDTx..." */ 0x01,0xB3,0x42,0x58,0x50,0x43,0x00,0x00, /* 00000008 "..BXPC.." */ 0x42,0x58,0x53,0x53,0x44,0x54,0x00,0x00, /* 00000010 "BXSSDT.." */ 0x01,0x00,0x00,0x00,0x49,0x4E,0x54,0x4C, /* 00000018 "....INTL" */ 0x28,0x05,0x10,0x20,0x5B,0x83,0x42,0x05, /* 00000020 "(.. [.B." */ 0x43,0x50,0x41,0x41,0xAA,0x10,0xB0,0x00, /* 00000028 "CPAA...." */ 0x00,0x06,0x08,0x49,0x44,0x5F,0x5F,0x0A, /* 00000030 "...ID__." */ 0xAA,0x08,0x5F,0x48,0x49,0x44,0x0D,0x41, /* 00000038 ".._HID.A" */ 0x43,0x50,0x49,0x30,0x30,0x30,0x37,0x00, /* 00000040 "CPI0007." */ 0x14,0x0F,0x5F,0x4D,0x41,0x54,0x00,0xA4, /* 00000048 ".._MAT.." */ 0x43,0x50,0x4D,0x41,0x49,0x44,0x5F,0x5F, /* 00000050 "CPMAID__" */ 0x14,0x0F,0x5F,0x53,0x54,0x41,0x00,0xA4, /* 00000058 ".._STA.." */ 0x43,0x50,0x53,0x54,0x49,0x44,0x5F,0x5F, /* 00000060 "CPSTID__" */ 0x14,0x0F,0x5F,0x45,0x4A,0x30,0x01,0x43, /* 00000068 ".._EJ0.C" */ 0x50,0x45,0x4A,0x49,0x44,0x5F,0x5F,0x68 /* 00000070 "PEJID__h" */ }; static unsigned char ssdt_proc_id[] = { 0x38 }; static unsigned char ssdt_proc_name[] = { 0x28 }; static unsigned char ssdt_proc_end[] = { 0x78 }; static unsigned char ssdt_proc_start[] = { 0x24 };