From 16d9c6b8f5a95724f70ad3af0dbed5cccd57b6ec Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 23 Nov 2018 15:15:07 +0800 Subject: DW01 - Support WDT Function --- Board/IO/F81866/F81866.ASL | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Board/IO/F81866/F81866.ASL') 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() } -- cgit v1.2.3