From: Scott A McConnell <samcconn@cotw.com>
To: linux-mips@oss.sgi.com
Subject: IRQ questions
Date: Fri, 20 Apr 2001 11:37:24 -0700 [thread overview]
Message-ID: <3AE081E3.434E9126@cotw.com> (raw)
I am trying to hunt down what I believe is an IRQ problem associated
with my serial driver.
I guess I am using old style interrupts.
In 2.4.0-test 5 the file arch/mips/kernel/irq.c used to be built. Under
2.4.3 it no longer is. However, it appears it was renamed to old_irg.c
and a new irq.c was created. I also noticed that an i8259.c files was
added at some point. However, it does not seem to match the code that
was in irq.c.
Are there any notes available that explain how to convert from old style
IRQ's to new?
What are we suppose to do with the new irq.c which is not being used?
I have a 2.4.3 kernel booting. I copied the old arch/mips/kernel/irq.c
to my target directory and changed
a few other things to get everything to compile. As long as I do not try
to use a serial port everything seems to be working. I booted with a
frame buffer and started X. The mouse and keyboard worked so some of my
IRQ's appear to be working.
When I start the serial port things seem to go fine untile it trys to
write the port at which point it starts running very slowly. Which is
what make me think the kernel is being overcome with interrupts.
Thanks for any thoughts or advice.
Scott
next reply other threads:[~2001-04-20 17:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-20 18:37 Scott A McConnell [this message]
2001-04-20 22:00 ` IRQ questions Ralf Baechle
2001-04-23 23:21 ` Scott A McConnell
2001-04-23 21:48 ` Ralf Baechle
[not found] ` <3AE49FD1.2BEAFA53@mvista.com>
2001-04-24 14:38 ` Scott A McConnell
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=3AE081E3.434E9126@cotw.com \
--to=samcconn@cotw.com \
--cc=linux-mips@oss.sgi.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