Author: wmb Date: 2009-06-01 01:41:18 +0200 (Mon, 01 Jun 2009) New Revision: 1209
Modified: cpu/x86/pc/olpc/via/ioinit.fth cpu/x86/pc/olpc/via/versions.fth Log: VIA version - fixed EIDE interrupt line setup
Modified: cpu/x86/pc/olpc/via/ioinit.fth =================================================================== --- cpu/x86/pc/olpc/via/ioinit.fth 2009-05-31 15:24:46 UTC (rev 1208) +++ cpu/x86/pc/olpc/via/ioinit.fth 2009-05-31 23:41:18 UTC (rev 1209) @@ -79,6 +79,7 @@
1 [if] d# 15 0 devfunc \ EIDE tuning + 09 05 05 mreg \ Set EIDE to native mode so prober will see config reg 3d set 40 02 02 mreg \ Enable primary channel 4a ff 5e mreg \ Drive1 timing 4b ff 20 mreg \ Drive0 timing
Modified: cpu/x86/pc/olpc/via/versions.fth =================================================================== --- cpu/x86/pc/olpc/via/versions.fth 2009-05-31 15:24:46 UTC (rev 1208) +++ cpu/x86/pc/olpc/via/versions.fth 2009-05-31 23:41:18 UTC (rev 1209) @@ -2,7 +2,7 @@
\ The overall firmware revision macro: FW_MAJOR A -macro: FW_MINOR 03h +macro: FW_MINOR 03i
\ The EC microcode macro: EC_VERSION a00
openfirmware@openfirmware.info