Deleted Added
full compact
dmtable.c (228110) dmtable.c (229989)
1/******************************************************************************
2 *
3 * Module Name: dmtable - Support for ACPI tables that contain no AML code
4 *
5 *****************************************************************************/
6
7/*
1/******************************************************************************
2 *
3 * Module Name: dmtable - Support for ACPI tables that contain no AML code
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2011, Intel Corp.
8 * Copyright (C) 2000 - 2012, Intel Corp.
9 * All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions, and the following disclaimer,
16 * without modification.

--- 210 unchanged lines hidden (view full) ---

227static const char *AcpiDmIvrsSubnames[] =
228{
229 "Hardware Definition Block",
230 "Memory Definition Block",
231 "Unknown SubTable Type" /* Reserved */
232};
233
234
9 * All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions, and the following disclaimer,
16 * without modification.

--- 210 unchanged lines hidden (view full) ---

227static const char *AcpiDmIvrsSubnames[] =
228{
229 "Hardware Definition Block",
230 "Memory Definition Block",
231 "Unknown SubTable Type" /* Reserved */
232};
233
234
235#define ACPI_FADT_PM_RESERVED 8
235#define ACPI_FADT_PM_RESERVED 9
236
237static const char *AcpiDmFadtProfiles[] =
238{
239 "Unspecified",
240 "Desktop",
241 "Mobile",
242 "Workstation",
243 "Enterprise Server",
244 "SOHO Server",
245 "Appliance PC",
246 "Performance Server",
236
237static const char *AcpiDmFadtProfiles[] =
238{
239 "Unspecified",
240 "Desktop",
241 "Mobile",
242 "Workstation",
243 "Enterprise Server",
244 "SOHO Server",
245 "Appliance PC",
246 "Performance Server",
247 "Tablet",
247 "Unknown Profile Type"
248};
249
250#define ACPI_GAS_WIDTH_RESERVED 5
251
252static const char *AcpiDmGasAccessWidth[] =
253{
254 "Undefined/Legacy",

--- 949 unchanged lines hidden ---
248 "Unknown Profile Type"
249};
250
251#define ACPI_GAS_WIDTH_RESERVED 5
252
253static const char *AcpiDmGasAccessWidth[] =
254{
255 "Undefined/Legacy",

--- 949 unchanged lines hidden ---