From 1330d58fc87f22016cc879302ff473cbe3c4f997 Mon Sep 17 00:00:00 2001 From: raywu Date: Wed, 11 Sep 2019 16:58:17 +0800 Subject: Support F81866 COM3 ~ COM6 IRQ Sharing Mode Selection / Try to Fix : There're Yellow Mark under Windows --- Board/EM/Setup/Setup.uni | Bin 24786 -> 24786 bytes Board/IO/F81866/F81866.ASL | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'Board') diff --git a/Board/EM/Setup/Setup.uni b/Board/EM/Setup/Setup.uni index 110b53f..602bfaa 100644 Binary files a/Board/EM/Setup/Setup.uni and b/Board/EM/Setup/Setup.uni differ diff --git a/Board/IO/F81866/F81866.ASL b/Board/IO/F81866/F81866.ASL index 7423aaf..18a0029 100644 --- a/Board/IO/F81866/F81866.ASL +++ b/Board/IO/F81866/F81866.ASL @@ -618,7 +618,7 @@ CreateByteField(CRS3, IO04._LEN, LEN4) //Length 1 0x7 // Store(0x18, IRQS) If( And(OPT0,0x01) ) { // Shared If( And(OPT0,0x02) ) { // Edge - Store(0x11, IRQS) // High, Edge, Share + Store(0x19, IRQS) // High, Edge, Share } Else { // Level Store(0x18, IRQS) // Low, Level, Share -- cgit v1.2.3