From owner-freebsd-questions@FreeBSD.ORG Mon Jun 19 15:04:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3F7A16A479 for ; Mon, 19 Jun 2006 15:04:21 +0000 (UTC) (envelope-from mrparsons@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 602F744877 for ; Mon, 19 Jun 2006 15:04:14 +0000 (GMT) (envelope-from mrparsons@gmail.com) Received: by wr-out-0506.google.com with SMTP id i28so854424wra for ; Mon, 19 Jun 2006 08:04:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=bAuNxJ2y0feh5i7niRKD0vJ1WVhGstcHIQ7rgYXAnLQ7JyXY7I1QGjeYBP/kky6VmmPTei9anieR1vmHuj/PR1OXLIGTwi5LL+sW/b8pqU+mBV08FttfW+lqt+6ZOUGjoOeWWMExfvjQybUj0JA0/1pRxnTfcJyl2y8R8HS1s6s= Received: by 10.64.179.12 with SMTP id b12mr4541748qbf; Mon, 19 Jun 2006 08:04:13 -0700 (PDT) Received: by 10.65.51.1 with HTTP; Mon, 19 Jun 2006 08:04:13 -0700 (PDT) Message-ID: Date: Mon, 19 Jun 2006 11:04:13 -0400 From: "M. Parsons" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ed0 and xl0 watchdog/timeout errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 15:04:22 -0000 >From /var/log/messages: Jun 19 10:43:35 freebsd kernel: ed0: device timeout Jun 19 10:43:39 freebsd last message repeated 2 times Jun 19 10:43:41 freebsd kernel: xl0: watchdog timeout Jun 19 10:43:41 freebsd kernel: ed0: device timeout Jun 19 10:43:41 freebsd kernel: xl0: link state changed to DOWN Jun 19 10:43:43 freebsd kernel: ed0: device timeout Jun 19 10:43:43 freebsd kernel: xl0: link state changed to UP Jun 19 10:43:45 freebsd kernel: ed0: device timeout Jun 19 10:43:48 freebsd kernel: xl0: watchdog timeout Jun 19 10:43:48 freebsd kernel: ed0: device timeout Jun 19 10:43:48 freebsd kernel: xl0: link state changed to DOWN dmesg says: (minus the mac addys which Ive removed) xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xec80-0xecff mem 0xfebfff80-0xfebfffff irq 11 at device 11.0 on pci0 miibus0: on xl0 ed0: port 0xef40-0xef5f irq 10 at device 12.0 on pci0 ed0: type RTL8029 (16 bit) ed0 is PCI card connected to a pppoe isp xl0 is PCI connected to another computer via crossover/natted The above happens if I use max upstream (60 KiloBytes/sec) on the pppoe connection for a long amount of time (>6 hours). Otherwise, everything works fine. Rebooting the machine is the only solution. Killing pppd and restarting does not obtain an ip from the isp. And restarting xl0 also does not bring back the lan connection. 6.0-Release is the version Im using. Any ideas? Besides not using any upstream. :) All cards worked flawlessly in a linux system for 3 years. System is a dual p2-333. The kernel is SMP enabled. Thank you.