Re: stray interrupts in 4.0

2000-07-07 Thread Adam

On Thu, 6 Jul 2000, Dennis wrote:

  We're seeing lots of "stray" interrupts in 4.0 while running 3.4 on the
  same hardware reports nothing. The interrupt its complaining about is
IRQ7
  even though parallel port is disabled and no other device. It happens on
  more than 1 MB.
[snip]


Generally this message indicates that you have hardware in the system 
that is not signalling interrupts correctly.

great, so intel doesnt know how to make MBs with their own parts...so how
can the message be turned off. Its using more resources printing the
message thsn the "stray interrupts" themselves. 

DB

If you *have* an lpt controller and dont need the IRQ you could turn it on
and enable the lpt driver in the kernel, that usually seems to take care
of it on systems I had this message on.  For this reason I usually leave
lpt stuff enabled on systems even I'm unlikely to need the parallel port..
The other obvious alternative is to grep for it in the source and comment
the printf. 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: stray interrupts in 4.0

2000-07-06 Thread Dennis


  We're seeing lots of "stray" interrupts in 4.0 while running 3.4 on the
  same hardware reports nothing. The interrupt its complaining about is
IRQ7
  even though parallel port is disabled and no other device. It happens on
  more than 1 MB.
[snip]


Generally this message indicates that you have hardware in the system 
that is not signalling interrupts correctly.

great, so intel doesnt know how to make MBs with their own parts...so how
can the message be turned off. Its using more resources printing the
message thsn the "stray interrupts" themselves. 

DB


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: stray interrupts in 4.0

2000-07-06 Thread Mike Silbersack


On Thu, 6 Jul 2000, Dennis wrote:

 great, so intel doesnt know how to make MBs with their own parts...so how
 can the message be turned off. Its using more resources printing the
 message thsn the "stray interrupts" themselves. 
 
 DB

Well, it stops after 5 messages or so, just ignore it.

Actually, one of my systems stopped doing it a few months back, I have no
clue why.  Either way, I wouldn't worry about it.

Mike "Silby" Silbersack



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: stray interrupts in 4.0

2000-07-06 Thread Warner Losh

In message [EMAIL PROTECTED] Dennis writes:
: great, so intel doesnt know how to make MBs with their own parts...so how
: can the message be turned off. Its using more resources printing the
: message thsn the "stray interrupts" themselves. 

I doubt that.  Only about 5 of them are printed then we stop.  At
least that's what I've seen when I have hardware that is like this.

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: stray interrupts in 4.0

2000-07-05 Thread Dennis

At 02:23 PM 7/1/00 -0700, you wrote:
On Sat, 1 Jul 2000, Dennis wrote:

 We're seeing lots of "stray" interrupts in 4.0 while running 3.4 on the
 same hardware reports nothing. The interrupt its complaining about is IRQ7
 even though parallel port is disabled and no other device. It happens on
 more than 1 MB.

This is in the archives and the FAQ at www.freebsd.org.  This is normal.

thanks for the "pointer", but searching the faq for "stray" returns zilch.
To which "archives" are you referring?

Why is it "normal" to send hundreds of messages to the console? The term
"stray" implies abnormal.

DB



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: stray interrupts in 4.0

2000-07-05 Thread Mike Smith

 At 02:23 PM 7/1/00 -0700, you wrote:
 On Sat, 1 Jul 2000, Dennis wrote:
 
  We're seeing lots of "stray" interrupts in 4.0 while running 3.4 on the
  same hardware reports nothing. The interrupt its complaining about is IRQ7
  even though parallel port is disabled and no other device. It happens on
  more than 1 MB.
 
 This is in the archives and the FAQ at www.freebsd.org.  This is normal.
 
 thanks for the "pointer", but searching the faq for "stray" returns zilch.
 To which "archives" are you referring?

The "stray irq7" message has been remarked on countless times.  Having 
said that, our search tools are less than marvellous. 8(

 Why is it "normal" to send hundreds of messages to the console? The term
 "stray" implies abnormal.

It's "normal" insofar as countless PC motherboards generate these 
spurious interrupts.  However, we're anal enough to consider spurious 
interrupts "abnormal", and we kvetch about them.

Generally this message indicates that you have hardware in the system 
that is not signalling interrupts correctly.

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



stray interrupts in 4.0

2000-07-01 Thread Dennis

We're seeing lots of "stray" interrupts in 4.0 while running 3.4 on the
same hardware reports nothing. The interrupt its complaining about is IRQ7
even though parallel port is disabled and no other device. It happens on
more than 1 MB.

dennis


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message