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:
aystarik 2005-06-29 19:26:02 +00:00
parent 076ac4821c
commit a843e850ac

View File

@ -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