mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 05:49:18 +03:00
Removed global OpRegion handler dispatch table, it was not being used.
date 2001.10.29.16.58.00; author rmoore1; state Exp;
This commit is contained in:
parent
076ac4821c
commit
a843e850ac
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acconfig.h - Global configuration constants
|
||||
* $Revision: 1.74 $
|
||||
* $Revision: 1.75 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -243,6 +243,12 @@
|
||||
#define HI_RSDP_WINDOW_SIZE 0x20000
|
||||
#define RSDP_SCAN_STEP 16
|
||||
|
||||
|
||||
/* Operation regions */
|
||||
|
||||
#define ACPI_NUM_PREDEFINED_REGIONS 7
|
||||
#define ACPI_USER_REGION_BEGIN 0x80
|
||||
|
||||
/* Maximum SpaceIds for Operation Regions */
|
||||
|
||||
#define ACPI_MAX_ADDRESS_SPACE 255
|
||||
|
Loading…
Reference in New Issue
Block a user