summaryrefslogtreecommitdiff
path: root/Board/IO/F81866/F81866.ASL
diff options
context:
space:
mode:
Diffstat (limited to 'Board/IO/F81866/F81866.ASL')
-rw-r--r--Board/IO/F81866/F81866.ASL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Board/IO/F81866/F81866.ASL b/Board/IO/F81866/F81866.ASL
index 8899ae8..ae13582 100644
--- a/Board/IO/F81866/F81866.ASL
+++ b/Board/IO/F81866/F81866.ASL
@@ -884,6 +884,10 @@ Method(SIOW, 1){
And(0xF0, ^SIO1.CR2D,^SIO1.CR2D) //disable kbc/mouse wakeup
And(0x7F, ^SIO1.RGE0, ^SIO1.RGE0) //disable ERP function,bit7
+ ^SIO1.ENFG(0x07)
+ And(^SIO1.OPT5, 0xDF, ^SIO1.OPT5)
+ Store(^SIO1.OPT5, ^SIO1.OPT5)
+
^SIO1.EXFG()
}