Re: [Xenomai-core] [PATCH] Shared irqs v.6

2006-02-01 Thread Jan Kiszka
Jeroen Van den Keybus wrote: >>> I mean that the support of shared interrupts for ISA boards >> (edge-triggered >>> stuff) is a kind of emulation to overcome the shortcommings of the >> initial >>> design on the hardware level. The hardware was just not supposed to >> support >>> shared interrupt c

Re: [Xenomai-core] [PATCH] Shared irqs v.6

2006-02-01 Thread Jeroen Van den Keybus
> I mean that the support of shared interrupts for ISA boards (edge-triggered> stuff) is a kind of emulation to overcome the shortcommings of the initial > design on the hardware level. The hardware was just not supposed to support> shared interrupt channels. So, let's keep it a bit aside from ano

Re: [Xenomai-core] [PATCH] Shared irqs v.6

2006-02-01 Thread Jan Kiszka
Jeroen Van den Keybus wrote: >>> I mean that the support of shared interrupts for ISA boards >> (edge-triggered >>> stuff) is a kind of emulation to overcome the shortcommings of the >> initial >>> design on the hardware level. The hardware was just not supposed to >> support >>> shared interrupt c

Re: [Xenomai-core] [PATCH] Shared irqs v.6

2006-02-01 Thread Jeroen Van den Keybus
> I mean that the support of shared interrupts for ISA boards (edge-triggered> stuff) is a kind of emulation to overcome the shortcommings of the initial > design on the hardware level. The hardware was just not supposed to support> shared interrupt channels. So, let's keep it a bit aside from ano

Re: [Xenomai-core] [PATCH] Shared irqs v.6

2006-01-31 Thread Jan Kiszka
Dmitry Adamushko wrote: > On 31/01/06, Jan Kiszka <[EMAIL PROTECTED]> wrote: >> Dmitry Adamushko wrote: >>> Hi, >>> >>> the previous version contained an ugly bug, namely the misuse of the >>> test_and_set/clear_bit interface >>> that led to a broken system from time to time. >>> >> What about the

Re: [Xenomai-core] [PATCH] Shared irqs v.6

2006-01-31 Thread Dmitry Adamushko
On 31/01/06, Jan Kiszka <[EMAIL PROTECTED]> wrote: Dmitry Adamushko wrote:> Hi,>> the previous version contained an ugly bug, namely the misuse of the> test_and_set/clear_bit interface> that led to a broken system from time to time.> What about the ISA/edge-triggered stuff? :DMy problem is that we

Re: [Xenomai-core] [PATCH] Shared irqs v.6

2006-01-31 Thread Jan Kiszka
Dmitry Adamushko wrote: > Hi, > > the previous version contained an ugly bug, namely the misuse of the > test_and_set/clear_bit interface > that led to a broken system from time to time. > And here is a tiny patch to make RTDM shared-IRQ-aware. If you release another version before a merge, you

Re: [Xenomai-core] [PATCH] Shared irqs v.6

2006-01-31 Thread Jan Kiszka
Dmitry Adamushko wrote: > Hi, > > the previous version contained an ugly bug, namely the misuse of the > test_and_set/clear_bit interface > that led to a broken system from time to time. > What about the ISA/edge-triggered stuff? :D My problem is that we cannot test here on real hardware becaus

[Xenomai-core] [PATCH] Shared irqs v.6

2006-01-31 Thread Dmitry Adamushko
Hi, the previous version contained an ugly bug, namely the misuse of the test_and_set/clear_bit interface that led to a broken system from time to time. -- Best regards,Dmitry Adamushko shirq-v6.patch Description: Binary data

Re: [Xenomai-core] [PATCH] Shared irqs v.6

2006-01-31 Thread Jan Kiszka
Dmitry Adamushko wrote: > On 31/01/06, Jan Kiszka <[EMAIL PROTECTED]> wrote: >> Dmitry Adamushko wrote: >>> Hi, >>> >>> the previous version contained an ugly bug, namely the misuse of the >>> test_and_set/clear_bit interface >>> that led to a broken system from time to time. >>> >> What about the

Re: [Xenomai-core] [PATCH] Shared irqs v.6

2006-01-31 Thread Dmitry Adamushko
On 31/01/06, Jan Kiszka <[EMAIL PROTECTED]> wrote: Dmitry Adamushko wrote:> Hi,>> the previous version contained an ugly bug, namely the misuse of the> test_and_set/clear_bit interface> that led to a broken system from time to time.> What about the ISA/edge-triggered stuff? :DMy problem is that we

Re: [Xenomai-core] [PATCH] Shared irqs v.6

2006-01-31 Thread Jan Kiszka
Dmitry Adamushko wrote: > Hi, > > the previous version contained an ugly bug, namely the misuse of the > test_and_set/clear_bit interface > that led to a broken system from time to time. > And here is a tiny patch to make RTDM shared-IRQ-aware. If you release another version before a merge, you

[Xenomai-core] [PATCH] Shared irqs v.6

2006-01-31 Thread Dmitry Adamushko
Hi, the previous version contained an ugly bug, namely the misuse of the test_and_set/clear_bit interface that led to a broken system from time to time. -- Best regards,Dmitry Adamushko shirq-v6.patch Description: Binary data ___ Xenomai-core mailing

Re: [Xenomai-core] [PATCH] Shared irqs v.6

2006-01-31 Thread Jan Kiszka
Dmitry Adamushko wrote: > Hi, > > the previous version contained an ugly bug, namely the misuse of the > test_and_set/clear_bit interface > that led to a broken system from time to time. > What about the ISA/edge-triggered stuff? :D My problem is that we cannot test here on real hardware becaus