mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 05:49:18 +03:00
version, removed obsolete defines
This commit is contained in:
parent
c52bbc2dac
commit
05ba5b6a62
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user