From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Marcel Soulot <msoulot@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] IRQ issue :xnintr_irq_handler
Date: Wed, 08 Apr 2009 14:53:49 +0200 [thread overview]
Message-ID: <49DC9E5D.90404@domain.hid> (raw)
In-Reply-To: <37f89760904080541u4cdff5b2weec809904146cea3@domain.hid>
Marcel Soulot wrote:
> Hi,
>
> I wrote a driver to manage GPIO on a PCI card. This PCI card offer UART and
> GPIO.
> So when I use my GPIO driver with the IRQ10 (automatic assignment), I get
> this error message : Xenomai: xnintr_irq_handler: IRQ10 not handled.
> Disabling IRQ line.
> I program IOCTL command which wait an event. This event is released when a
> interrupt is notified on a change state from the input.
> I get my error message when I change the state of my input and want to
> provocate a interrupt.
>
> I've made a another test; still with the same PCI card (same IRQ 10) but
> this time I load the 16550A driver and use the uart with www.captain.at test
> on writing and reading on the same uart. Everything works fine.
>
> Can someone can explain me why I get my error ?
You get this error because no registered real-time IRQ handler is able
to handle the IRQ, very likely because you try to share an IRQ between
real-time drivers and non real-time drivers without modifying the non
real-time drivers as explained in the FAQ.
--
Gilles.
next prev parent reply other threads:[~2009-04-08 12:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-08 12:41 [Xenomai-help] IRQ issue :xnintr_irq_handler Marcel Soulot
2009-04-08 12:53 ` Gilles Chanteperdrix [this message]
2009-04-08 13:07 ` Marcel Soulot
2009-04-08 13:21 ` Gilles Chanteperdrix
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49DC9E5D.90404@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=msoulot@domain.hid \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.