From owner-freebsd-hardware@FreeBSD.ORG Wed Jul 19 06:37:29 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02C3E16A4E0 for ; Wed, 19 Jul 2006 06:37:29 +0000 (UTC) (envelope-from om-lists-bsd@omx.ch) Received: from andromeda.insign.ch (andromeda.insign.ch [195.134.143.165]) by mx1.FreeBSD.org (Postfix) with SMTP id 820DE43D58 for ; Wed, 19 Jul 2006 06:37:27 +0000 (GMT) (envelope-from om-lists-bsd@omx.ch) Received: (qmail 12138 invoked by uid 508); 19 Jul 2006 06:37:25 -0000 Received: from om-lists-bsd@omx.ch by andromeda3 by uid 502 with qmail-scanner-1.21 (avp(2004-05-12). Clear:RC:1(80.254.166.203):. Processed in 0.016854 secs); 19 Jul 2006 06:37:25 -0000 Received: from zux166-203.adsl.green.ch (HELO olipc.insign) ([80.254.166.203]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 19 Jul 2006 06:37:25 -0000 From: Olivier Mueller To: John Baldwin In-Reply-To: <200607181500.21683.jhb@freebsd.org> References: <1152697468.31818.15.camel@olipc.insign.local> <1153221904.23956.25.camel@olipc.insign.local> <200607181500.21683.jhb@freebsd.org> Content-Type: text/plain Date: Wed, 19 Jul 2006 08:37:24 +0200 Message-Id: <1153291045.30250.5.camel@olipc.insign.local> Mime-Version: 1.0 X-Mailer: Evolution 2.0.1 Content-Transfer-Encoding: 7bit Cc: freebsd-hardware@freebsd.org Subject: Re: dell poweredge 1950 : not rebooting under 6.1 (sometimes) + bce0 issues X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 06:37:29 -0000 Hi John, and thanks for your feedback! On Tue, 2006-07-18 at 15:00 -0400, John Baldwin wrote: > > On Wed, 2006-07-12 at 11:44 +0200, Olivier Mueller wrote: > > Another problem: I wanted to transfer large amount of data (10GB) using > > rsync via the network, and just after 60MB, the network card won't > > answser anymore, and here is what is displayed in dmesg: > > > > bce0: /usr/src/sys/dev/bce/if_bce.c(4644): Error mapping mbuf into TX > > chain! > > This sounds like it is out of tx descriptors. Do you ever get a watchdog > timeout message? If not, can you try this patch: no watchdog timeout message. I tried your patch, but it doesn't seem to have an effect on the problem yet: Jul 19 08:22:28 dev2006 kernel: bce0: /usr/src/sys/dev/bce/if_bce.c(4644): Error mapping mbuf into TX chain! -patched20060719- Jul 19 08:22:59 dev2006 last message repeated 58 times Jul 19 08:23:34 dev2006 last message repeated 59 times and then the network is not responding anymore. Ready for the next suggestion... :) regards, Olivier