XSDT.dsl from Samsung laptop
CODE
/*
* Intel ACPI Component Architecture
* AML Disassembler version 20091013
*
* Disassembly of xsdt.dat, Thu Mar 11 16:37:57 2010
*
* ACPI Data Table [RSDT]
*
* Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue
*/
[000h 0000 4] Signature : "RSDT" /* Root System Description Table */
[004h 0004 4] Table Length : 0000003C
[008h 0008 1] Revision : 01
[009h 0009 1] Checksum : 49 /* Incorrect checksum, should be 3D */
[00Ah 0010 6] Oem ID : "SEC " /* Samsung inc. */
[010h 0016 8] Oem Table ID : " MAGIC "
[018h 0024 4] Oem Revision : 06040000
[01Ch 0028 4] Asl Compiler ID : " TPL" /* why not ASL? */
[020h 0032 4] Asl Compiler Revision : 00000000
[024h 0036 4] ACPI Table Address 0 : 47F7ED44 //32bit values
[028h 0040 4] ACPI Table Address 1 : 00000000
[02Ch 0044 4] ACPI Table Address 2 : 47F7EDB8
[030h 0048 4] ACPI Table Address 3 : 00000000
[034h 0052 4] ACPI Table Address 4 : 47F7EED5
[038h 0056 4] ACPI Table Address 5 : 00000000
* Intel ACPI Component Architecture
* AML Disassembler version 20091013
*
* Disassembly of xsdt.dat, Thu Mar 11 16:37:57 2010
*
* ACPI Data Table [RSDT]
*
* Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue
*/
[000h 0000 4] Signature : "RSDT" /* Root System Description Table */
[004h 0004 4] Table Length : 0000003C
[008h 0008 1] Revision : 01
[009h 0009 1] Checksum : 49 /* Incorrect checksum, should be 3D */
[00Ah 0010 6] Oem ID : "SEC " /* Samsung inc. */
[010h 0016 8] Oem Table ID : " MAGIC "
[018h 0024 4] Oem Revision : 06040000
[01Ch 0028 4] Asl Compiler ID : " TPL" /* why not ASL? */
[020h 0032 4] Asl Compiler Revision : 00000000
[024h 0036 4] ACPI Table Address 0 : 47F7ED44 //32bit values
[028h 0040 4] ACPI Table Address 1 : 00000000
[02Ch 0044 4] ACPI Table Address 2 : 47F7EDB8
[030h 0048 4] ACPI Table Address 3 : 00000000
[034h 0052 4] ACPI Table Address 4 : 47F7EED5
[038h 0056 4] ACPI Table Address 5 : 00000000
For Dell laptop it is better
CODE
/*
* Intel ACPI Component Architecture
* AML Disassembler version 20091013
*
* Disassembly of RSDT.aml, Sun Mar 28 15:19:36 2010
*
* ACPI Data Table [XSDT]
*
* Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue
*/
[000h 0000 4] Signature : "XSDT" /* Extended System Description Table */ //but not RSDT
[004h 0004 4] Table Length : 00000064
[008h 0008 1] Revision : 01
[009h 0009 1] Checksum : 8A /* checksum is correct */
[00Ah 0010 6] Oem ID : "DELL "
[010h 0016 8] Oem Table ID : "M08 "
[018h 0024 4] Oem Revision : 27D90A1B
[01Ch 0028 4] Asl Compiler ID : "ASL " /* yes, it is ASL */
[020h 0032 4] Asl Compiler Revision : 00000061
[024h 0036 8] ACPI Table Address 0 : 0000000000D58000 //64bit values
[02Ch 0044 8] ACPI Table Address 1 : 000000007F66F300
[034h 0052 8] ACPI Table Address 2 : 000000007F66F400
[03Ch 0060 8] ACPI Table Address 3 : 000000007F66F3C0
[044h 0068 8] ACPI Table Address 4 : 000000007F66F49C
[04Ch 0076 8] ACPI Table Address 5 : 000000007F66EA00
[054h 0084 8] ACPI Table Address 6 : 000000007F66EFC0
[05Ch 0092 8] ACPI Table Address 7 : 000000007F66D97E
* Intel ACPI Component Architecture
* AML Disassembler version 20091013
*
* Disassembly of RSDT.aml, Sun Mar 28 15:19:36 2010
*
* ACPI Data Table [XSDT]
*
* Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue
*/
[000h 0000 4] Signature : "XSDT" /* Extended System Description Table */ //but not RSDT
[004h 0004 4] Table Length : 00000064
[008h 0008 1] Revision : 01
[009h 0009 1] Checksum : 8A /* checksum is correct */
[00Ah 0010 6] Oem ID : "DELL "
[010h 0016 8] Oem Table ID : "M08 "
[018h 0024 4] Oem Revision : 27D90A1B
[01Ch 0028 4] Asl Compiler ID : "ASL " /* yes, it is ASL */
[020h 0032 4] Asl Compiler Revision : 00000061
[024h 0036 8] ACPI Table Address 0 : 0000000000D58000 //64bit values
[02Ch 0044 8] ACPI Table Address 1 : 000000007F66F300
[034h 0052 8] ACPI Table Address 2 : 000000007F66F400
[03Ch 0060 8] ACPI Table Address 3 : 000000007F66F3C0
[044h 0068 8] ACPI Table Address 4 : 000000007F66F49C
[04Ch 0076 8] ACPI Table Address 5 : 000000007F66EA00
[054h 0084 8] ACPI Table Address 6 : 000000007F66EFC0
[05Ch 0092 8] ACPI Table Address 7 : 000000007F66D97E
Why RSDT has signature XSDT and XSDT has signature RSDT?
Then check FACP.dsl
Samsung P29.
CODE
/*
* Intel ACPI Component Architecture
* AML Disassembler version 20091013
*
* Disassembly of facp.dat, Thu Mar 11 16:40:46 2010
*
* ACPI Data Table [FACP]
*
* Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue
*/
[000h 0000 4] Signature : "FACP" /* Fixed ACPI Description Table */
[004h 0004 4] Table Length : 000000F4
[008h 0008 1] Revision : 01
[009h 0009 1] Checksum : B4 /* Incorrect checksum, should be 9A */ //again
[00Ah 0010 6] Oem ID : "SEC "
[010h 0016 8] Oem Table ID : "MAGIC "
[018h 0024 4] Oem Revision : 06040000
[01Ch 0028 4] Asl Compiler ID : "PTL " // why not ASL?
[020h 0032 4] Asl Compiler Revision : 000F4240 //what is this?
[024h 0036 4] FACS Address : 47F7FFC0
[028h 0040 4] DSDT Address : 47F7AC9E
[02Ch 0044 1] Model : 00
[02Dh 0045 1] PM Profile : 00 (Unspecified)
[02Eh 0046 2] SCI Interrupt : 0009
[030h 0048 4] SMI Command Port : 000000B0
[034h 0052 1] ACPI Enable Value : F0
[035h 0053 1] ACPI Disable Value : F1
* Intel ACPI Component Architecture
* AML Disassembler version 20091013
*
* Disassembly of facp.dat, Thu Mar 11 16:40:46 2010
*
* ACPI Data Table [FACP]
*
* Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue
*/
[000h 0000 4] Signature : "FACP" /* Fixed ACPI Description Table */
[004h 0004 4] Table Length : 000000F4
[008h 0008 1] Revision : 01
[009h 0009 1] Checksum : B4 /* Incorrect checksum, should be 9A */ //again
[00Ah 0010 6] Oem ID : "SEC "
[010h 0016 8] Oem Table ID : "MAGIC "
[018h 0024 4] Oem Revision : 06040000
[01Ch 0028 4] Asl Compiler ID : "PTL " // why not ASL?
[020h 0032 4] Asl Compiler Revision : 000F4240 //what is this?
[024h 0036 4] FACS Address : 47F7FFC0
[028h 0040 4] DSDT Address : 47F7AC9E
[02Ch 0044 1] Model : 00
[02Dh 0045 1] PM Profile : 00 (Unspecified)
[02Eh 0046 2] SCI Interrupt : 0009
[030h 0048 4] SMI Command Port : 000000B0
[034h 0052 1] ACPI Enable Value : F0
[035h 0053 1] ACPI Disable Value : F1
Dell laptop is better.
CODE
[000h 0000 4] Signature : "FACP" /* Fixed ACPI Description Table */
[004h 0004 4] Table Length : 000000F4
[008h 0008 1] Revision : 04
[009h 0009 1] Checksum : 33
[00Ah 0010 6] Oem ID : "DELL "
[010h 0016 8] Oem Table ID : "M08 "
[018h 0024 4] Oem Revision : 27D90A1B
[01Ch 0028 4] Asl Compiler ID : "ASL "
[020h 0032 4] Asl Compiler Revision : 00000061
[024h 0036 4] FACS Address : 7F67E000
[028h 0040 4] DSDT Address : 00D4D000
[02Ch 0044 1] Model : 01
[02Dh 0045 1] PM Profile : 02 (Mobile)
[02Eh 0046 2] SCI Interrupt : 0009
[030h 0048 4] SMI Command Port : 000000B2
[034h 0052 1] ACPI Enable Value : 70
[035h 0053 1] ACPI Disable Value : 71
[036h 0054 1] S4BIOS Command : 97
[037h 0055 1] P-State Control : 80
[004h 0004 4] Table Length : 000000F4
[008h 0008 1] Revision : 04
[009h 0009 1] Checksum : 33
[00Ah 0010 6] Oem ID : "DELL "
[010h 0016 8] Oem Table ID : "M08 "
[018h 0024 4] Oem Revision : 27D90A1B
[01Ch 0028 4] Asl Compiler ID : "ASL "
[020h 0032 4] Asl Compiler Revision : 00000061
[024h 0036 4] FACS Address : 7F67E000
[028h 0040 4] DSDT Address : 00D4D000
[02Ch 0044 1] Model : 01
[02Dh 0045 1] PM Profile : 02 (Mobile)
[02Eh 0046 2] SCI Interrupt : 0009
[030h 0048 4] SMI Command Port : 000000B2
[034h 0052 1] ACPI Enable Value : 70
[035h 0053 1] ACPI Disable Value : 71
[036h 0054 1] S4BIOS Command : 97
[037h 0055 1] P-State Control : 80
It is other standard of defect of BIOS?