Chameleon

Chameleon Svn Source Tree

Root/trunk/i386/modules/AcpiCodec/include/acpi.h

1#ifndef __LIBSAIO_ACPI_H
2#define __LIBSAIO_ACPI_H
3
4#include "acpi_tools.h"
5
6#define ACPI_RANGE_START (0x0E0000)
7#define ACPI_RANGE_END (0x0FFFFF)
8
9
10#define Unspecified 0
11#define Desktop 1
12#define Mobile 2
13#define Workstation 3
14#define EnterpriseServer 4
15#define SOHOServer 5
16#define AppliancePC 6
17#define PerformanceServer 7
18
19#define MaxSupportedPMProfile PerformanceServer // currently max profile supported
20#define PMProfileError MaxSupportedPMProfile + 1
21
22#define kAcpiMethod"Acpi2Method"// 2 (= method 2) for some machines that may hang on acpi 2 (aka acpi 64 bit) detection (replace the old kUnsafeACPI "UnsafeACPI")
23
24
25#endif /* !__LIBSAIO_ACPI_H */
26

Archive Download this file

Revision: 2032