From: Piter Punk <piterpk@terra.com.br>
To: root@chaos.analogic.com
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: 'spurious 8259A interrupt: IRQ7'
Date: Wed, 28 Nov 2001 12:23:52 -0200 [thread overview]
Message-ID: <3C04F378.2050904@terra.com.br> (raw)
In-Reply-To: <Pine.LNX.3.95.1011128084801.10732A-100000@chaos.analogic.com>
Richard B. Johnson wrote:
>
> IRQ7 is usually connected to the parallel port. If there is no driver
> installed, that expects interrupts, you could end up with this
> annoying message because the printer status bits are all ORed into
> that IRQ line. You can disable this with software, though, and it
> might be a good idea.
>
> outb(0, BASE+2);
>
> ... where BASE is 0x278, 0x378, 0x3bc, etc.. the printer ports.
Hmmmm. I have a driver installed! I use a printer in my parallel port and i
need lp module is installed.
But... i am go to see if this message appears only on boot (before i load
the module) or appears all time...
> Also, a catch-all for confused interrupt controllers is IRQ7. Even
> without a parallel port, you can still get an occasional spurious
> interrupt. I think the kernel should have an interrupt handler for
> this interrupt that does nothing except ACK the interrupt and
> keep its mouth shut. The request_irq() procedure should ignore
> the fact that it is "in use", and let any driver have it without
> sharing it.
--
____________
/ Piter PUNK \_____________________________________________________
| |
| | E-Mail: piterpk@terra.com.br (personal) |
| .|. roberto.freires@gds-corp.com (professional) |
| /V\ |
| // \\ UIN: 116043354 Homepage: www.piterpunk.hpg.com.br |
| /( )\ |
| ^`~'^ ----> Slackware Linux - The Best One! <---- |
| #105432 |
`-------------------------------------------------------------------'
next prev parent reply other threads:[~2001-11-28 14:24 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-27 17:06 'spurious 8259A interrupt: IRQ7' Alex Davis
2001-11-28 0:01 ` Peter Bornemann
2001-11-28 8:58 ` szonyi calin
2001-11-28 9:31 ` Wouter van Bommel
2001-11-28 9:52 ` Martin Eriksson
2001-11-28 13:59 ` Chris Meadors
2001-11-28 14:06 ` Richard B. Johnson
2001-11-28 14:23 ` Piter Punk [this message]
2001-11-30 19:28 ` 'spurious 8259A interrupt: IRQ7' -> read the 8259 datasheet ! Gunther Mayer
2001-11-30 19:47 ` Richard B. Johnson
2001-11-30 22:44 ` Gunther Mayer
2001-11-30 20:14 ` Martin Eriksson
-- strict thread matches above, loose matches on Subject: below --
2001-11-30 7:28 "spurious 8259A interrupt: IRQ7" Zwane Mwaikambo
2001-11-28 9:46 'spurious 8259A interrupt: IRQ7' PVotruba
2001-11-27 17:03 "spurious 8259A interrupt: IRQ7" bart
2001-11-27 17:11 ` Luigi Genoni
[not found] <1793.10.119.8.1.1006872608.squirrel@extranet.jtrix.com.suse.lists.linux.kernel>
[not found] ` <E168jk1-0001J7-00@the-village.bc.nu.suse.lists.linux.kernel>
2001-11-27 15:08 ` 'spurious 8259A interrupt: IRQ7' Andi Kleen
2001-11-27 15:04 mike_phillips
[not found] <E168jVk-00050O-00@core-gateway-1.hyperlink.com>
2001-11-27 14:50 ` Martin A. Brooks
2001-11-27 14:56 ` Andreas Steinmetz
2001-11-27 15:01 ` Alan Cox
2001-11-27 14:59 ` Martin A. Brooks
2001-11-27 15:04 ` Ian Molton
2001-11-27 15:04 ` Andreas Steinmetz
2001-11-27 15:17 ` Adam Schrotenboer
[not found] <20011127234758.C5809@ftoomsh.progsoc.uts.edu.au>
2001-11-27 13:09 ` Martin A. Brooks
2001-11-27 10:27 "spurious 8259A interrupt: IRQ7" Martin A. Brooks
2001-11-27 13:14 ` Marek Pętlicki
2001-11-27 14:03 ` Alan Cox
2001-11-27 14:20 ` Andreas Steinmetz
2001-11-27 14:38 ` 'spurious 8259A interrupt: IRQ7' Martin A. Brooks
2001-11-27 14:41 ` Andreas Steinmetz
2001-11-27 14:52 ` Pascal Schmidt
2001-11-27 14:56 ` Bernd Bartmann
2001-11-27 15:01 ` Jan Niehusmann
2001-11-27 15:03 ` Ian Molton
2001-11-27 15:06 ` Adam Schrotenboer
2001-11-27 16:00 ` Peter Wächtler
2001-11-27 16:32 ` Pascal Schmidt
2001-11-27 17:01 ` lk
2001-11-27 16:30 ` Joachim Franek
2001-11-27 17:40 ` Tom Diehl
2001-11-27 23:56 ` Vojtech Pavlik
2001-11-28 11:08 ` Piter Punk
2001-11-28 8:55 ` Jurjen Oskam
2001-11-27 18:30 ` "spurious 8259A interrupt: IRQ7" vda
2001-11-27 18:40 ` Sebastian Dröge
2001-11-29 4:51 ` Ishan Oshadi Jayawardena
2001-11-28 17:57 ` Alan Cox
2001-11-29 10:14 ` Luca Montecchiani
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=3C04F378.2050904@terra.com.br \
--to=piterpk@terra.com.br \
--cc=linux-kernel@vger.kernel.org \
--cc=root@chaos.analogic.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