Re: RTEMS classic networking: fixed FXP driver works under QEMU on Linux

2016-09-20 Thread Sebastian Huber
Hello Pavel, the interrupt server with the simple interrupt vector disable/enable via the interrupt controller is an easy solution that worked on all boards I used so far with the libbsd. However, it certainly doesn't work on all systems. It allowed to easily use the FreeBSD device drivers whi

Re: RTEMS classic networking: fixed FXP driver works under QEMU on Linux

2016-09-20 Thread Chris Johns
On 21/09/2016 09:47, Pavel Pisa wrote: Hello all, the driver works after hours of problem seeking in incorrect directions. I have debugged, examined and patched both, RTEMS and QEMU. The main problem is quite simple. Update of RTEMS interrupts processing disable level type interrupts when they

Re: RTEMS classic networking: fixed FXP driver works under QEMU on Linux

2016-09-20 Thread Pavel Pisa
Hello all, the driver works after hours of problem seeking in incorrect directions. I have debugged, examined and patched both, RTEMS and QEMU. The main problem is quite simple. Update of RTEMS interrupts processing disable level type interrupts when they arrive and the driver/daemon has to re-en