From owner-svn-doc-all@FreeBSD.ORG Tue Jan 22 03:20:20 2013 Return-Path: Delivered-To: svn-doc-all@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 3E354A5B; Tue, 22 Jan 2013 03:20:20 +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 25008FB0; Tue, 22 Jan 2013 03:20:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0M3KK2Y075083; Tue, 22 Jan 2013 03:20:20 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0M3KKf6075082; Tue, 22 Jan 2013 03:20:20 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201301220320.r0M3KKf6075082@svn.freebsd.org> From: Eitan Adler Date: Tue, 22 Jan 2013 03:20:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40717 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 03:20:20 -0000 Author: eadler Date: Tue Jan 22 03:20:19 2013 New Revision: 40717 URL: http://svnweb.freebsd.org/changeset/doc/40717 Log: Remove ed1-timeout as it is ancient and old. Noted by: imp Approved by: bcr (mentor, implicit) 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 Tue Jan 22 02:39:55 2013 (r40716) +++ head/en_US.ISO8859-1/books/faq/book.xml Tue Jan 22 03:20:19 2013 (r40717) @@ -2254,30 +2254,6 @@ bindkey ^[[3~ delete-char # for xterm

- - I keep seeing messages like ed1: - timeout. What do these messages mean? - - - - This is usually caused by an interrupt conflict (e.g., - two boards using the same IRQ). Boot with - and change the - ed0/de0/... - entry to match your board. - - If you are using the BNC connector on your network card, - you may also see device timeouts because of bad termination. - To check this, attach a terminator directly to the NIC (with - no cable) and see if the error messages go away. - - Some NE2000 compatible cards will give this error if - there is no link on the UTP port or if the cable is - disconnected. - - - - Why do my programs occasionally die with Signal 11 errors?