aboutsummaryrefslogtreecommitdiff
path: root/source/common/ahpredef.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2024-01-30 21:49:20 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2024-01-30 21:49:20 +0000
commitef3ba9d625927fd4592a8c071698a562821485bd (patch)
tree5c5158e68f5d0916a5ef88ad44417611d809816d /source/common/ahpredef.c
parent8e013e1e3b81740266738226667431cf5c28b17a (diff)
downloadsrc-vendor/acpica.tar.gz
src-vendor/acpica.zip
Diffstat (limited to 'source/common/ahpredef.c')
-rw-r--r--source/common/ahpredef.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/common/ahpredef.c b/source/common/ahpredef.c
index f4080587f45d..a1f3a12529e2 100644
--- a/source/common/ahpredef.c
+++ b/source/common/ahpredef.c
@@ -234,6 +234,7 @@ const AH_PREDEFINED_NAME AslPredefinedInfo[] =
AH_PREDEF ("_DMA", "Direct Memory Access", "Returns device current resources for DMA transactions, and resource field"),
AH_PREDEF ("_DOD", "Display Output Devices", "Enumerate all devices attached to the display adapter"),
AH_PREDEF ("_DOS", "Disable Output Switching", "Sets the display output switching mode"),
+ AH_PREDEF ("_DSC", "Deepest State for Configuration", "Returns the deepest D-state of the device to the OSPM"),
AH_PREDEF ("_DPL", "Device Selection Polarity", "Polarity of Device Selection signal, Resource Descriptor field"),
AH_PREDEF ("_DRS", "Drive Strength", "Drive Strength setting for GPIO connection, Resource Descriptor field"),
AH_PREDEF ("_DSD", "Device-Specific Data", "Returns a list of device property information"),