From 05ba5b6a622507217f8dd5ce12047ba8c862db7d Mon Sep 17 00:00:00 2001 From: rmoore1 <rmoore1> Date: Thu, 8 Jun 2006 19:29:51 +0000 Subject: [PATCH] version, removed obsolete defines --- source/include/acconfig.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/source/include/acconfig.h b/source/include/acconfig.h index 48f41fcf9..792b3107e 100644 --- a/source/include/acconfig.h +++ b/source/include/acconfig.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acconfig.h - Global configuration constants - * $Revision: 1.218 $ + * $Revision: 1.219 $ * *****************************************************************************/ @@ -137,7 +137,7 @@ /* Current ACPICA subsystem version in YYYYMMDD format */ -#define ACPI_CA_VERSION 0x20060526 +#define ACPI_CA_VERSION 0x20060608 /* * OS name, used for the _OS object. The _OS object is essentially obsolete, @@ -247,15 +247,8 @@ #define ACPI_MAX_ADDRESS_SPACE 255 /* Array sizes. Used for range checking also */ -#define ACPI_MAX_MATCH_OPCODE 5 -#if 0 -#define ACPI_NUM_ACCESS_TYPES 6 -#define ACPI_NUM_UPDATE_RULES 3 -#define ACPI_NUM_LOCK_RULES 2 -#define ACPI_NUM_FIELD_NAMES 2 -#define ACPI_NUM_OPCODES 256 -#endif +#define ACPI_MAX_MATCH_OPCODE 5 /* RSDP checksums */