summaryrefslogtreecommitdiff
path: root/Board
diff options
context:
space:
mode:
Diffstat (limited to 'Board')
-rw-r--r--Board/EM/Setup/Setup.unibin24786 -> 24786 bytes
-rw-r--r--Board/IO/F81866/F81866.ASL3
2 files changed, 2 insertions, 1 deletions
diff --git a/Board/EM/Setup/Setup.uni b/Board/EM/Setup/Setup.uni
index 602bfaa..a5a2224 100644
--- a/Board/EM/Setup/Setup.uni
+++ b/Board/EM/Setup/Setup.uni
Binary files differ
diff --git a/Board/IO/F81866/F81866.ASL b/Board/IO/F81866/F81866.ASL
index 18a0029..7230595 100644
--- a/Board/IO/F81866/F81866.ASL
+++ b/Board/IO/F81866/F81866.ASL
@@ -811,11 +811,12 @@ CreateByteField(CRS3, IO04._LEN, LEN4) //Length 1 0x7
If( LEqual(CIS1, 0) ) {
And( OPT6, 0xF7, OPT6 )
And( OPT0, 0xFC, OPT0 )
+ Or( OPT0, 0x01, OPT0 )
}
Else {
And( OPT6, 0xF7, OPT6 )
And( OPT0, 0xFC, OPT0 )
- Or( OPT0, 0x02, OPT0 )
+ Or( OPT0, 0x03, OPT0 )
}
//ray_override / Support F81866 COM3 ~ COM6 IRQ Sharing Mode Selection / Modified <<
}Else{