diff options
author | raywu <raywu@aaeon.com> | 2018-06-19 08:13:12 +0800 |
---|---|---|
committer | raywu <raywu@aaeon.com> | 2018-06-19 08:13:12 +0800 |
commit | 5759e2929cee86e113c0f906660412515933d451 (patch) | |
tree | 15626289a650d7a61e478e89423a966bb84508a6 /Board/IO/F81216/F81216.ASL | |
parent | 12e3acf6a1de13ad8f9c94e16c7dc633b7b6613e (diff) | |
download | zprj-5759e2929cee86e113c0f906660412515933d451.tar.xz |
SIO Function Porting
1. LPC Decode
2. UART Porting
Diffstat (limited to 'Board/IO/F81216/F81216.ASL')
-rw-r--r-- | Board/IO/F81216/F81216.ASL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Board/IO/F81216/F81216.ASL b/Board/IO/F81216/F81216.ASL index ebc950f..24e0493 100644 --- a/Board/IO/F81216/F81216.ASL +++ b/Board/IO/F81216/F81216.ASL @@ -136,12 +136,12 @@ Device(SIO2) { 0xFF, // 05 - MIDI 0xFF, // 06 - MSS Audio 0xFF, // 07 - AdLib sound (FM synth) - 0xFF, // 08 - Game port #1 - 0xFF, // 09 - Game port #2 + 0x00, // 08 - Game port #1 + 0x01, // 09 - Game port #2 0xFF, // 0A - KBC 60 & 64 0xFF, // 0B - EC 62 & 66 - 0xFF, // 0C - Reserved - 0xFF, // 0D - Reserved + 0x02, // 0C - Reserved + 0x03, // 0D - Reserved 0xFF, // 0E - PS/2 Mouse 0xFF, // 0F - Reserved //----add your other device below,if no,please cut and modify Package number----------// |