summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/parser/pstree.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/parser/pstree.c')
-rw-r--r--sys/contrib/dev/acpica/parser/pstree.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/parser/pstree.c b/sys/contrib/dev/acpica/parser/pstree.c
index 3defa24..b9484fd 100644
--- a/sys/contrib/dev/acpica/parser/pstree.c
+++ b/sys/contrib/dev/acpica/parser/pstree.c
@@ -85,7 +85,12 @@ AcpiPsGetArg (
ACPI_FUNCTION_ENTRY ();
-
+/*
+ if (Op->Common.AmlOpcode == AML_INT_CONNECTION_OP)
+ {
+ return (Op->Common.Value.Arg);
+ }
+*/
/* Get the info structure for this opcode */
OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
OpenPOWER on IntegriCloud