--- cf/ChangeLog 2018/04/24 18:07:10 1.1.1.11 +++ cf/ChangeLog 2018/04/24 18:09:36 1.1.1.12 @@ -2218,3 +2218,29 @@ ----------- - Added an hypervisor command to disable direct jumps between JIT blocks (vm set_blk_direct_jump <0|1>). + +15-Apr-2007 => 22-Apr-2007 +=========================== + - PPC32: rewrite of JIT with peephole and CR flags optimizations. + +23-Apr-2007 +----------- + - PPC32: converted amd64 JIT to new system. + +24-Apr-2007 +----------- + - MIPS64: fixed a bug in cache instruction preventing compressed IOS images + to boot. + - PPC32: same as above for ICBI instruction. + - PPC32: fixed ADDZE instruction. + +25-Apr-2007 +----------- + - C3725: fixed interrupt problems with slot 2 (bad shift - only 4 irq + lines per port). + +23-May-2007 +----------- + - GT96100/ETH: fixed interrupt handling for TX packets (the interrupt was + incorrectly disabled when no packet was available on a ring, causing + packet loss when the two ports were enabled) - BTS entry #171.