From owner-freebsd-current@FreeBSD.ORG Sun Sep 16 08:57:27 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 358F4106566B for ; Sun, 16 Sep 2012 08:57:27 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 030D88FC08 for ; Sun, 16 Sep 2012 08:57:26 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so8262758pbb.13 for ; Sun, 16 Sep 2012 01:57:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=qLHg7HMHax4bg7HZx6OhmWbpToeemY+tqKUSSe6JH/A=; b=GUBrcotwSSu4Dcr6AMvi3Kyrjd8gpGqrR3sMNkDi6bdRM65d4O30m3akJB/NFfQ4u0 3mKQ/S1M1vUW78ZybV6XZZZHfHb/bcpS6TrCxtM4ms7YH7eMCb4bmVRUKER+6H0eXLpb gsPkHKAxpuFlJmNG4+fKo9aROu7Gs/1/sphHhd2RYDsTgeA+T+0hjsRTpiuuLXK/7705 4utoUJqcyjFgW57JvF56KbEn31MIHgcipHl4eFV8fmwrOynxTDdiUwO+ppTWw6M57i3d VZu7+FEbhBnq1YGK6CDKbNmighwWdeudqBPILxIOyAYNxf/nqH+2Di6ebOz0sDY5pw1D 8nOw== Received: by 10.66.85.4 with SMTP id d4mr13201616paz.11.1347785846360; Sun, 16 Sep 2012 01:57:26 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPS id to6sm4661897pbc.12.2012.09.16.01.57.23 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 16 Sep 2012 01:57:25 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Sun, 16 Sep 2012 17:57:18 -0700 From: YongHyeon PYUN Date: Sun, 16 Sep 2012 17:57:18 -0700 To: Wanpeng Qian Message-ID: <20120917005718.GA1827@michelle.cdnetworks.com> References: <20120915001532.GC7612@michelle.cdnetworks.com> <20120915011727.GD7612@michelle.cdnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: Call for bge(4) testers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2012 08:57:27 -0000 On Fri, Sep 14, 2012 at 09:11:02PM +0900, Wanpeng Qian wrote: > > >It seems BCM5723 support code was not added by me so I don't know > >how well it works in previous FreeBSD releases. Did bge(4) ever > >work with your controller? > > The driver works fine except the "bge0: Watchdog timeout", that will > bring the interface down/up for a while. make it unstable for network > share service. > > This card works fine under windows and opensolaris. so I think this is > a driver issue. watchdog timeouts can be triggered by various issues so it's hard to guess the root cause of the issue. Would you show me the dmesg output(bge(4)/brgphy(4) output only)? > > When I search by google. many users report this issue, from FreeBSD 7 > to Current. that is no workaround at this time except buy another > card. > > Regards. > > Qian