From owner-freebsd-current@FreeBSD.ORG Wed Oct 26 18:28:10 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E9D816A41F for ; Wed, 26 Oct 2005 18:28:10 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E3DE43D45 for ; Wed, 26 Oct 2005 18:28:09 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from herbelot.dyndns.org (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by smtp1-g19.free.fr (Postfix) with ESMTP id E50485E177 for ; Wed, 26 Oct 2005 20:28:08 +0200 (CEST) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.13.3/8.13.3) with ESMTP id j9QIRv72028614 for ; Wed, 26 Oct 2005 20:28:02 +0200 (CEST) From: Thierry Herbelot To: current@freebsd.org Date: Wed, 26 Oct 2005 20:27:48 +0200 User-Agent: KMail/1.8.2 X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510262027.50488.thierry@herbelot.com> Cc: Subject: error messages with ed(4) and current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thierry@herbelot.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 18:28:10 -0000 Hello, I've resurrected one of my two ISA-based ed(4) boards, which is used to exchange NFS traffic between a client (under -current) and a server (under 6-RC1). The client is building world over NFS with both src and obj stored on the server. The client is running -current as this this the only version able to set the media on the NIC (thanks Warner). The error messages are : Oct 26 09:01:18 newmail-fb6 kernel: ed2: device timeout Oct 26 09:22:30 newmail-fb6 kernel: ed2: device timeout Oct 26 17:31:51 newmail-fb6 kernel: ed2: device timeout the NIC is detected as : %grep ed2 /var/run/dmesg.boot ed2 at port 0x300-0x31f iomem 0xd8000 irq 10 on isa0 ed2: Ethernet address: 52:54:4c:1b:90:1b ed2: type RTL8019 (16 bit) So far, the NFS traffic is flowing fine in spite of the previous messages. The NIC is connected to a cheap switch via a twisted pair cable. TfH