From owner-svn-doc-head@FreeBSD.ORG Sun Jan 13 05:44:25 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AA153545; Sun, 13 Jan 2013 05:44:25 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6B0B5836; Sun, 13 Jan 2013 05:44:25 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0D5iP7b022716; Sun, 13 Jan 2013 05:44:25 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0D5iPPS022715; Sun, 13 Jan 2013 05:44:25 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201301130544.r0D5iPPS022715@svn.freebsd.org> From: Eitan Adler Date: Sun, 13 Jan 2013 05:44:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40592 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 05:44:25 -0000 Author: eadler Date: Sun Jan 13 05:44:24 2013 New Revision: 40592 URL: http://svnweb.freebsd.org/changeset/doc/40592 Log: "likely can be deleted stray IRQ is no longer a FAQ. It was an ISA card issue." Noted by: imp Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Sun Jan 13 05:43:14 2013 (r40591) +++ head/en_US.ISO8859-1/books/faq/book.xml Sun Jan 13 05:44:24 2013 (r40592) @@ -2840,46 +2840,6 @@ chip1@pci0:31:5: class=0x040100 c - - 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 the value of - MAX_STRAY_LOG from - 5 to 0 in your - platform's (e.g., &i386;) - intr_machdep.c and rebuild the - new kernel and all the warnings will be - 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 repeatedly in &man.dmesg.8;?