From ce29b16d75af6228ff8984be0dd203b21b3ec3b3 Mon Sep 17 00:00:00 2001 From: Bob Moore Date: Mon, 16 Jul 2012 10:01:36 +0800 Subject: [PATCH] --- yaml --- r: 318799 b: refs/heads/master c: 540b85ab223f00e9715cee0f7a205f636b5eb4b8 h: refs/heads/master i: 318797: 355ff6ce005f756f2c01039d192f4cc947b125f8 318795: 3802dfb007d2256dba1dd1d5b000b6c7aa0d005a 318791: 3535df223f82a8277e86ad9c786ff7e925aa4d54 318783: 62fc4b98c78e99e250d632eb8427fd42ca5c08d6 v: v3 --- [refs] | 2 +- trunk/drivers/acpi/acpica/utdecode.c | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/[refs] b/[refs] index bd4f8da95c37..4b54e41fcb5a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cf48958e84abb3b2dbb4202d0edbfce6aff65ce7 +refs/heads/master: 540b85ab223f00e9715cee0f7a205f636b5eb4b8 diff --git a/trunk/drivers/acpi/acpica/utdecode.c b/trunk/drivers/acpi/acpica/utdecode.c index c8c130cc6560..28134aee3af5 100644 --- a/trunk/drivers/acpi/acpica/utdecode.c +++ b/trunk/drivers/acpi/acpica/utdecode.c @@ -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)