diff options
Diffstat (limited to 'drivers/acpi/acpica/acconfig.h')
-rw-r--r-- | drivers/acpi/acpica/acconfig.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/acconfig.h b/drivers/acpi/acpica/acconfig.h index f895a244ca7e..1f30af613e87 100644 --- a/drivers/acpi/acpica/acconfig.h +++ b/drivers/acpi/acpica/acconfig.h | |||
@@ -5,7 +5,7 @@ | |||
5 | *****************************************************************************/ | 5 | *****************************************************************************/ |
6 | 6 | ||
7 | /* | 7 | /* |
8 | * Copyright (C) 2000 - 2011, Intel Corp. | 8 | * Copyright (C) 2000 - 2012, Intel Corp. |
9 | * All rights reserved. | 9 | * All rights reserved. |
10 | * | 10 | * |
11 | * Redistribution and use in source and binary forms, with or without | 11 | * Redistribution and use in source and binary forms, with or without |
@@ -123,6 +123,10 @@ | |||
123 | 123 | ||
124 | #define ACPI_MAX_SLEEP 2000 /* Two seconds */ | 124 | #define ACPI_MAX_SLEEP 2000 /* Two seconds */ |
125 | 125 | ||
126 | /* Address Range lists are per-space_id (Memory and I/O only) */ | ||
127 | |||
128 | #define ACPI_ADDRESS_RANGE_MAX 2 | ||
129 | |||
126 | /****************************************************************************** | 130 | /****************************************************************************** |
127 | * | 131 | * |
128 | * ACPI Specification constants (Do not change unless the specification changes) | 132 | * ACPI Specification constants (Do not change unless the specification changes) |
@@ -202,9 +206,10 @@ | |||
202 | #define ACPI_RSDP_CHECKSUM_LENGTH 20 | 206 | #define ACPI_RSDP_CHECKSUM_LENGTH 20 |
203 | #define ACPI_RSDP_XCHECKSUM_LENGTH 36 | 207 | #define ACPI_RSDP_XCHECKSUM_LENGTH 36 |
204 | 208 | ||
205 | /* SMBus and IPMI bidirectional buffer size */ | 209 | /* SMBus, GSBus and IPMI bidirectional buffer size */ |
206 | 210 | ||
207 | #define ACPI_SMBUS_BUFFER_SIZE 34 | 211 | #define ACPI_SMBUS_BUFFER_SIZE 34 |
212 | #define ACPI_GSBUS_BUFFER_SIZE 34 | ||
208 | #define ACPI_IPMI_BUFFER_SIZE 66 | 213 | #define ACPI_IPMI_BUFFER_SIZE 66 |
209 | 214 | ||
210 | /* _sx_d and _sx_w control methods */ | 215 | /* _sx_d and _sx_w control methods */ |