Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318799
b: refs/heads/master
c: 540b85a
h: refs/heads/master
i:
  318797: 355ff6c
  318795: 3802dfb
  318791: 3535df2
  318783: 62fc4b9
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Jul 17, 2012
1 parent 8503315 commit ce29b16
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 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: cf48958e84abb3b2dbb4202d0edbfce6aff65ce7
refs/heads/master: 540b85ab223f00e9715cee0f7a205f636b5eb4b8
21 changes: 11 additions & 10 deletions trunk/drivers/acpi/acpica/utdecode.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,17 @@ char acpi_ut_hex_to_ascii_char(u64 integer, u32 position)
/* Region type decoding */

const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS] = {
"SystemMemory",
"SystemIO",
"PCI_Config",
"EmbeddedControl",
"SMBus",
"SystemCMOS",
"PCIBARTarget",
"IPMI",
"GeneralPurposeIo",
"GenericSerialBus"
"SystemMemory", /* 0x00 */
"SystemIO", /* 0x01 */
"PCI_Config", /* 0x02 */
"EmbeddedControl", /* 0x03 */
"SMBus", /* 0x04 */
"SystemCMOS", /* 0x05 */
"PCIBARTarget", /* 0x06 */
"IPMI", /* 0x07 */
"GeneralPurposeIo", /* 0x08 */
"GenericSerialBus", /* 0x09 */
"PCC" /* 0x0A */
};

char *acpi_ut_get_region_name(u8 space_id)
Expand Down

0 comments on commit ce29b16

Please sign in to comment.