diff options
author | Bob Moore <robert.moore@intel.com> | 2011-11-16 01:14:32 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-01-17 03:36:29 -0500 |
commit | 2da120b6847f85c406f9afa13853e2755684389e (patch) | |
tree | 08a3540fd90ce2159aa04bb08f55a060f10f3315 /drivers/acpi/acpica/acconfig.h | |
parent | 9ce81784c9c0396a6a6be05248928a71134fe60b (diff) |
ACPI 5.0: Support for GeneralPurposeIo and GenericSerialBus operation region
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/acconfig.h')
-rw-r--r-- | drivers/acpi/acpica/acconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/acconfig.h b/drivers/acpi/acpica/acconfig.h index f895a244ca7e..f467d49c1ace 100644 --- a/drivers/acpi/acpica/acconfig.h +++ b/drivers/acpi/acpica/acconfig.h | |||
@@ -202,9 +202,10 @@ | |||
202 | #define ACPI_RSDP_CHECKSUM_LENGTH 20 | 202 | #define ACPI_RSDP_CHECKSUM_LENGTH 20 |
203 | #define ACPI_RSDP_XCHECKSUM_LENGTH 36 | 203 | #define ACPI_RSDP_XCHECKSUM_LENGTH 36 |
204 | 204 | ||
205 | /* SMBus and IPMI bidirectional buffer size */ | 205 | /* SMBus, GSBus and IPMI bidirectional buffer size */ |
206 | 206 | ||
207 | #define ACPI_SMBUS_BUFFER_SIZE 34 | 207 | #define ACPI_SMBUS_BUFFER_SIZE 34 |
208 | #define ACPI_GSBUS_BUFFER_SIZE 34 | ||
208 | #define ACPI_IPMI_BUFFER_SIZE 66 | 209 | #define ACPI_IPMI_BUFFER_SIZE 66 |
209 | 210 | ||
210 | /* _sx_d and _sx_w control methods */ | 211 | /* _sx_d and _sx_w control methods */ |