What is the DSDT (Differentiated System Description Table)?
The Advanced Configuration and Power Interface (ACPI) defines a large number of tables that provide the interface between an ACPI-compliant operating system and system firmware. These allow description of system hardware in a platform-independent manner, and are presented as either fixed formatted data structures or in ACPI Machine Language (AML).
The DSDT is the primary AML table in the BIOS. This tells the operating system how to interract with the hardware and contains information about the base system such as the Processor, Audio, LAN, USB, Power Management etc.
The problem is that OS X has an incomplete ACPI implementation which supports only a subset of DSDT.
ACPI 는 시스템 펌웨어와 ACPI 가 사용되는 운영체제 사이의 인터페이스로 제공되는 많은 양의 테이블로 정의 됩니다. 독립적인 플랫폼의 방식의 시스템 하드웨어의 이러한 설명을 허용하고, ACPI 기계어 (AML) 혹은 고정된 형식의 데이터 중의 하나를 제시합니다.
DSDT 는 BIOS 의 첫번째 AML 테이블을 말합니다. 파워 관리, USB, LAN, 오디오, 프로세서 등을 기반으로 하는 시스템의 정보를 포함하고 운영체제의 하드웨어와 상호 작용을 말합니다.
DSDT 의 부분 즉, 완벽하지 못한 ACPI 를 가진다는게 문제가 됩니다.
http://www.infinitemac.com/f84/a-quick-guide-to-dsdt-t3436/