From 263a797a510d5c41d81d3867f0c175af0d7936cd Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Mon, 17 Sep 2001 04:28:29 +0000 Subject: [PATCH] Add an entry about ``stray IRQ'' messages. PR: kern/17774 Submitted by: Stephen Montgomery-Smith --- en_US.ISO8859-1/books/faq/book.sgml | 34 ++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 63fe44ade7..dec118dcdf 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -17,7 +17,7 @@ The FreeBSD Documentation Project - $FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.260 2001/08/31 17:04:49 dd Exp $ + $FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.261 2001/09/03 03:09:59 brian Exp $ 1995 @@ -4181,6 +4181,38 @@ IO range check 0x00 activate 0x01 your problem. + + + + What does stray IRQ mean? + + + Stray IRQs are indications of hardware IRQ glitches, + mostly from hardware that removes its interrupt request in + the middle of the interrupt request acknowledge + cycle. + One has three options for dealing with this: + + + Live with the warnings. All except the first 5 + per irq are suppressed anyway. + + + Break the warnings by changing 5 to 0 in + isa_strayintr() so that all the + warnings are suppressed. + + + Break the warnings by installing parallel port + hardware that uses irq 7 and the ppp driver for it (this + happens on most systems), and install an ide drive or + other hardware that uses irq 15 and a suitable driver + for it. + + + + + Why does file: table is full show up