From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 21 18:50:37 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 452A01065690 for ; Sat, 21 Feb 2009 18:50:37 +0000 (UTC) (envelope-from barkinkilic@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id CDE4E8FC24 for ; Sat, 21 Feb 2009 18:50:36 +0000 (UTC) (envelope-from barkinkilic@gmail.com) Received: by fk-out-0910.google.com with SMTP id f40so2014623fka.11 for ; Sat, 21 Feb 2009 10:50:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=l0HFoCyXbqrSSxRyU8W0b8KfPmYw2CTmhK/2tOmxWn0=; b=mXIIq8xJZx/z9oJ+IRfcE1y1Z3FZdYBPxR3vYBdWOg/xgSBX5wIo/JOgki9XgzvEgS V4qnKgBWcLwSrleycDg/lYWeb/8Vt/wSNHR6MTYB7Bz5rI9ZEFSk4j1sbTpbKXqSw4v7 BZnmFsIII8N2hy23GjyfrH2MmNMxSp5aMj5/4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=WfOBYtQGe9EGSSPvOoy7DlMPHzHV+QmOD5oJHYX/WVHTxVSm5koEt9Hj2Y5m17gROk jfFInJt7cbhUY/RfGcH6EoQZEqkp+j0kPQqki57oAfdrUnuqvpI+LOB+17S5n4wuJXhj /zyqgfslGM8Rz645Xu2/nZTuTl4k9G9zWTrY8= MIME-Version: 1.0 Received: by 10.223.122.70 with SMTP id k6mr2801888far.26.1235240496378; Sat, 21 Feb 2009 10:21:36 -0800 (PST) Date: Sat, 21 Feb 2009 19:21:36 +0100 Message-ID: <9f8b20dc0902211021i687eefc9iff1e05b763712c03@mail.gmail.com> From: =?ISO-8859-9?B?QmFya/1uIEtJTEnH?= To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: ethernet card error X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2009 18:50:37 -0000 Hi all After a normal reboot i sometimes get errors at my log file about my ethernet card like: Feb 19 03:51:32 ortam kernel: dc0: dc_setcfg: failed to force tx to idle state Feb 19 03:52:11 ortam kernel: dc0: watchdog timeout and i loose my network connection, and it get fixed after a reboot. What is this error and how could i fix this without rebooting everytime it occurs.. uname -a : FreeBSD ortam.barkin.info 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 thanks -- barkink