| .. | .. |
|---|
| 14 | 14 | This group contains the configuration for user defined ACPI |
|---|
| 15 | 15 | tables. The attributes of a user define table are: |
|---|
| 16 | 16 | |
|---|
| 17 | | - aml - a binary attribute that the user can use to |
|---|
| 17 | + aml |
|---|
| 18 | + - a binary attribute that the user can use to |
|---|
| 18 | 19 | fill in the ACPI aml definitions. Once the aml |
|---|
| 19 | 20 | data is written to this file and the file is |
|---|
| 20 | 21 | closed the table will be loaded and ACPI devices |
|---|
| .. | .. |
|---|
| 26 | 27 | The rest of the attributes are read-only and are valid only |
|---|
| 27 | 28 | after the table has been loaded by filling the aml entry: |
|---|
| 28 | 29 | |
|---|
| 29 | | - signature - ASCII table signature |
|---|
| 30 | | - length - length of table in bytes, including the header |
|---|
| 31 | | - revision - ACPI Specification minor version number |
|---|
| 32 | | - oem_id - ASCII OEM identification |
|---|
| 33 | | - oem_table_id - ASCII OEM table identification |
|---|
| 34 | | - oem_revision - OEM revision number |
|---|
| 35 | | - asl_compiler_id - ASCII ASL compiler vendor ID |
|---|
| 36 | | - asl_compiler_revision - ASL compiler version |
|---|
| 30 | + signature |
|---|
| 31 | + - ASCII table signature |
|---|
| 32 | + |
|---|
| 33 | + length |
|---|
| 34 | + - length of table in bytes, including the header |
|---|
| 35 | + |
|---|
| 36 | + revision |
|---|
| 37 | + - ACPI Specification minor version number |
|---|
| 38 | + |
|---|
| 39 | + oem_id |
|---|
| 40 | + - ASCII OEM identification |
|---|
| 41 | + |
|---|
| 42 | + oem_table_id |
|---|
| 43 | + - ASCII OEM table identification |
|---|
| 44 | + |
|---|
| 45 | + oem_revision |
|---|
| 46 | + - OEM revision number |
|---|
| 47 | + |
|---|
| 48 | + asl_compiler_id |
|---|
| 49 | + - ASCII ASL compiler vendor ID |
|---|
| 50 | + |
|---|
| 51 | + asl_compiler_revision |
|---|
| 52 | + - ASL compiler version |
|---|