diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-12-13 19:04:25 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-12-13 19:04:25 +0000 | 
| commit | d28459aaaf532373b12c80aa5b869f8b591954e7 (patch) | |
| tree | 22941844047df08d63d286d7dfbf38f3a8f79e0f /source/common/ahpredef.c | |
| parent | 4d4b15a0e8524e15826ac932bd05252dbd246422 (diff) | |
Notes
Diffstat (limited to 'source/common/ahpredef.c')
| -rw-r--r-- | source/common/ahpredef.c | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/source/common/ahpredef.c b/source/common/ahpredef.c index 0a5587227e90..1c3af7ef8e19 100644 --- a/source/common/ahpredef.c +++ b/source/common/ahpredef.c @@ -171,7 +171,7 @@   */  const AH_PREDEFINED_NAME    AslPredefinedInfo[] =  { -    AH_PREDEF ("_ACx",    "Active Cooling", "Returns the active cooling policy threshold values"), +    AH_PREDEF ("_ACx",    "Active Cooling, x=0-9", "Returns the active cooling policy threshold values"),      AH_PREDEF ("_ADR",    "Address", "Returns address of a device on parent bus, and resource field"),      AH_PREDEF ("_AEI",    "ACPI Event Interrupts", "Returns a list of GPIO events to be used as ACPI events"),      AH_PREDEF ("_ALC",    "Ambient Light Chromaticity", "Returns the ambient light color chromaticity"), @@ -180,7 +180,7 @@ const AH_PREDEFINED_NAME    AslPredefinedInfo[] =      AH_PREDEF ("_ALP",    "Ambient Light Polling", "Returns the ambient light sensor polling frequency"),      AH_PREDEF ("_ALR",    "Ambient Light Response", "Returns the ambient light brightness to display brightness mappings"),      AH_PREDEF ("_ALT",    "Ambient Light Temperature", "Returns the ambient light color temperature"), -    AH_PREDEF ("_ALx",    "Active List", "Returns a list of active cooling device objects"), +    AH_PREDEF ("_ALx",    "Active List, x=0-9", "Returns a list of active cooling device objects"),      AH_PREDEF ("_ART",    "Active Cooling Relationship Table", "Returns thermal relationship information between platform devices and fan devices"),      AH_PREDEF ("_ASI",    "Address Space Id", "Resource Descriptor field"),      AH_PREDEF ("_ASZ",    "Access Size", "Resource Descriptor field"), @@ -237,11 +237,11 @@ const AH_PREDEFINED_NAME    AslPredefinedInfo[] =      AH_PREDEF ("_DSS",    "Device Set State", "Sets the display device state"),      AH_PREDEF ("_DSW",    "Device Sleep Wake", "Sets the sleep and wake transition states for a device"),      AH_PREDEF ("_DTI",    "Device Temperature Indication", "Conveys native device temperature to the platform"), -    AH_PREDEF ("_Exx",    "Edge-Triggered GPE", "Method executed as a result of a general-purpose event"), +    AH_PREDEF ("_Exx",    "Edge-Triggered GPE, xx=0x00-0xFF", "Method executed as a result of a general-purpose event"),      AH_PREDEF ("_EC_",    "Embedded Controller", "returns EC offset and query information"),      AH_PREDEF ("_EDL",    "Eject Device List", "Returns a list of devices that are dependent on a device (docking)"),      AH_PREDEF ("_EJD",    "Ejection Dependent Device", "Returns the name of dependent (parent) device (docking)"), -    AH_PREDEF ("_EJx",    "Eject Device", "Begin or cancel a device ejection request (docking)"), +    AH_PREDEF ("_EJx",    "Eject Device, x=0-9", "Begin or cancel a device ejection request (docking)"),      AH_PREDEF ("_END",    "Endianness", "Endian orientation, Resource Descriptor field"),      AH_PREDEF ("_EVT",    "Event", "Event method for GPIO events"),      AH_PREDEF ("_FDE",    "Floppy Disk Enumerate", "Returns floppy disk configuration information"), @@ -281,7 +281,7 @@ const AH_PREDEFINED_NAME    AslPredefinedInfo[] =      AH_PREDEF ("_INT",    "Interrupts", "Interrupt mask bits, Resource Descriptor field"),      AH_PREDEF ("_IOR",    "I/O Restriction", "Restriction type, Resource Descriptor field"),      AH_PREDEF ("_IRC",    "Inrush Current", "Presence indicates that a device has a significant inrush current draw"), -    AH_PREDEF ("_Lxx",    "Level-Triggered GPE", "Control method executed as a result of a general-purpose event"), +    AH_PREDEF ("_Lxx",    "Level-Triggered GPE, xx=0x00-0xFF", "Control method executed as a result of a general-purpose event"),      AH_PREDEF ("_LCK",    "Lock Device", "Locks or unlocks a device (docking)"),      AH_PREDEF ("_LEN",    "Length", "Range length, Resource Descriptor field"),      AH_PREDEF ("_LID",    "Lid Status", "Returns the open/closed status of the lid on a mobile system"), @@ -358,7 +358,7 @@ const AH_PREDEFINED_NAME    AslPredefinedInfo[] =      AH_PREDEF ("_PTS",    "Prepare To Sleep", "Inform the platform of an impending sleep transition"),      AH_PREDEF ("_PUR",    "Processor Utilization Request", "Returns the number of processors that the platform would like to idle"),      AH_PREDEF ("_PXM",    "Device Proximity", "Returns a device's proximity domain identifier"), -    AH_PREDEF ("_Qxx",    "EC Query", "Embedded Controller query and SMBus Alarm control method"), +    AH_PREDEF ("_Qxx",    "EC Query, xx=0x00-0xFF", "Embedded Controller query and SMBus Alarm control method"),      AH_PREDEF ("_RBO",    "Register Bit Offset", "Resource Descriptor field"),      AH_PREDEF ("_RBW",    "Register Bit Width", "Resource Descriptor field"),      AH_PREDEF ("_RDI",    "Resource Dependencies for Idle", "Returns a list of dependencies for idle states"), @@ -413,7 +413,7 @@ const AH_PREDEFINED_NAME    AslPredefinedInfo[] =      AH_PREDEF ("_SUB",    "Subsystem ID", "Returns the subsystem ID for a device"),      AH_PREDEF ("_SUN",    "Slot User Number", "Returns the slot unique ID number"),      AH_PREDEF ("_SWS",    "System Wake Source", "Returns the source event that caused the system to wake"), -    AH_PREDEF ("_T_x",    "Emitted by ASL Compiler", "Reserved for use by ASL compilers"), +    AH_PREDEF ("_T_x",    "Emitted by ASL Compiler, x=0-9, A-Z", "Reserved for use by ASL compilers"),      AH_PREDEF ("_TC1",    "Thermal Constant 1", "Returns TC1 for the passive cooling formula"),      AH_PREDEF ("_TC2",    "Thermal Constant 2", "Returns TC2 for the passive cooling formula"),      AH_PREDEF ("_TDL",    "T-State Depth Limit", "Returns the _TSS entry number of the lowest power throttling state"), @@ -447,7 +447,7 @@ const AH_PREDEFINED_NAME    AslPredefinedInfo[] =      AH_PREDEF ("_VAL",    "Pin Configuration Value", "Resource Descriptor field"),      AH_PREDEF ("_VEN",    "Vendor Data", "Resource Descriptor field"),      AH_PREDEF ("_VPO",    "Video Post Options", "Returns the implemented video post options"), -    AH_PREDEF ("_Wxx",    "Wake Event", "Method executed as a result of a wake event"), +    AH_PREDEF ("_Wxx",    "Wake Event, xx=0x00-0xFF", "Method executed as a result of a wake event"),      AH_PREDEF ("_WAK",    "Wake", "Inform AML that the system has just awakened"),      AH_PREDEF ("_WPC",    "Wireless Power Calibration", "Calibrate power and notify wireless device"),      AH_PREDEF ("_WPP",    "Wireless Power Polling", "Get recommended polling interval"), | 
