diff options
Diffstat (limited to 'Board/SB')
-rw-r--r-- | Board/SB/SBSECInit.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Board/SB/SBSECInit.asm b/Board/SB/SBSECInit.asm index a65a50e..2ab1c3c 100644 --- a/Board/SB/SBSECInit.asm +++ b/Board/SB/SBSECInit.asm @@ -247,7 +247,7 @@ IF MKF_SB_IO_DECODE_IN_SEC mov eax, (1 shl 31t) + (SB_BUS shl 16t) + (SB_DEV_FUN shl 8) + 80h out dx, eax add dx, 04h - mov eax, 370F0010h + mov eax, 34030070h IFDEF MKF_EC_SUPPORT or eax, (MKF_EC_SUPPORT shl 27t) ; Enable MC_LPC_EN ENDIF |