From: "Kathy Frazier" <kfrazier@mdc-dayton.com>
To: <linux-kernel@vger.kernel.org>
Cc: <bullet.train@ntlworld.com>, <no_spam@ntlworld.com>
Subject: Re: Fwd: Missing interrupts?
Date: Mon, 21 Jul 2003 11:20:07 -0500 [thread overview]
Message-ID: <PMEMILJKPKGMMELCJCIGCEFOCDAA.kfrazier@mdc-dayton.com> (raw)
Your posting caught my eye, as I am currently having a problem with a device
driver not receiving interrupts on a Pentium 4 system. In the debugging
process we found that our board is asserting it's interrupt, but my driver
never receives it (sound familiar?). I added code to the linux kernel
(version 2.4.20-8) to determine if the IRQ was getting to the O/S once my
system hangs. We found that not only is it NOT getting to the O/S, it never
even makes it to the 8259 Programmable Interrupt Controller. Futhermore, it
appears that things on the motherboard are is such a bad state, that no
other interrupts are getting through (keyboard, mouse, network, etc). This
same board and driver works fine in a Pentium 3 system.
>Machines test where everything worked: kernels 2.4.18-10 and 2.4.18-24.8.0
> on athlon based PCs
>Machine where interrupts failed to appear: kernel 2.4.18-3 on a pentium 4.
Are you running these tests using the same board? You might try moving the
board for this device driver from the athlon PC to the pentium 4 PC just to
insure it is not a problem with the board.
>I register the interrupt on open with
>
err=request_irq(pi_stage.interrupt,pi_int_handler,SA_SHIRQ,PI_IRQ_ID,(void*)
> &pi_stage);
Is the value in pi_stage.interrupt assigned from the irq element of the
pci_dev structure (returned by pci_find_device routine)? This is the
preferred way to obtain your IRQ rather than look directly at your device's
config space.
Even though you are indicating that you will share the IRQ, have you tried
adjusting BIOS settings or moving board to another slot to try to establish
a unique IRQ for yourself? That would at least prevent another device
driver from getting in your way.
Just curious: Are you receiving any interrupts at all in the pentium 4
system? Or is it running for awhile and then missing some? Does a missing
interrupt hang your system?
Kathy Frazier
Senior Software Engineer
Max Daetwyler Corporation-Dayton Division
2133 Lyons Road
Miamisburg, OH 45342
Tel #: 937.439-1582 ext 6158
Fax #: 937.439-1592
Email: kfrazier@daetwyler.com
http://www.daetwyler.com
next reply other threads:[~2003-07-21 14:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-21 16:20 Kathy Frazier [this message]
2003-07-21 20:00 ` no_spam
2003-07-22 13:06 ` Kathy Frazier
-- strict thread matches above, loose matches on Subject: below --
2003-07-18 15:57 Fwd: " no_spam
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=PMEMILJKPKGMMELCJCIGCEFOCDAA.kfrazier@mdc-dayton.com \
--to=kfrazier@mdc-dayton.com \
--cc=bullet.train@ntlworld.com \
--cc=linux-kernel@vger.kernel.org \
--cc=no_spam@ntlworld.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®