Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165191
b: refs/heads/master
c: 3db20be
h: refs/heads/master
i:
  165189: 66e406a
  165187: 9170a59
  165183: bf14682
v: v3
  • Loading branch information
Lin Ming authored and Len Brown committed Aug 27, 2009
1 parent ae12e19 commit 3d3f478
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dbdc8f02fe8339686623c84745ba15b0f4f889a1
refs/heads/master: 3db20bed579bc4e7fe581c48ad1bde853aa9ff68
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/acpica/acconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

/* Operation regions */

#define ACPI_NUM_PREDEFINED_REGIONS 8
#define ACPI_NUM_PREDEFINED_REGIONS 9
#define ACPI_USER_REGION_BEGIN 0x80

/* Maximum space_ids for Operation Regions */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/acpi/acpica/amlcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ typedef enum {
REGION_SMBUS,
REGION_CMOS,
REGION_PCI_BAR,
REGION_IPMI,
REGION_DATA_TABLE, /* Internal use only */
REGION_FIXED_HW = 0x7F
} AML_REGION_TYPES;
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/acpi/acpica/utglobal.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS] = {
"SMBus",
"SystemCMOS",
"PCIBARTarget",
"IPMI",
"DataTable"
};

Expand Down

0 comments on commit 3d3f478

Please sign in to comment.