From owner-freebsd-current@FreeBSD.ORG Mon Sep 24 01:54:20 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 72C96106564A for ; Mon, 24 Sep 2012 01:54:20 +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 3FC328FC08 for ; Mon, 24 Sep 2012 01:54:20 +0000 (UTC) Received: by pbbrp8 with SMTP id rp8so2068138pbb.13 for ; Sun, 23 Sep 2012 18:54:19 -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=34Cux+Rm9KVT/Jy9Wc1Lf7RfaMSNQbAECMVfY00LJGE=; b=kFsr1KDqPbSRMgSPXT2V7FGJ5Q/jIbpwuyl1zPZbifVQ7kgo7kw4fshRYH4sfudy4p sj5+NtSpiRjBb2bDVPZ/tK35dpjYVo5a9N/SCwQXOmXXt4gW35ErM4n5Vntnxbz1xDSJ LT5o0AAwNlBaUrnNneWIWtFE3JchHys1t7JqUg3vRnA+A2tW62J4MTSeXX2xccF2yEgq ZvQAUTTZo9IWOGWj+JINVmAtb8OzZbFdjfCuEn1hGhDatSKEmPE36Ou/wr5okcbNZAKx FCAbTQqsVJHVCNn5XwWN/vjEXfH+qx3UwuDm/8ztE5lL7CfyPiz7RSF2jHS/MebTMcXG XK7w== Received: by 10.68.236.67 with SMTP id us3mr7141061pbc.28.1348451659809; Sun, 23 Sep 2012 18:54:19 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPS id uj3sm8806249pbc.39.2012.09.23.18.54.16 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 23 Sep 2012 18:54:18 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Mon, 24 Sep 2012 10:54:13 -0700 From: YongHyeon PYUN Date: Mon, 24 Sep 2012 10:54:13 -0700 To: Wanpeng Qian Message-ID: <20120924175412.GA3999@michelle.cdnetworks.com> References: <20120918232714.GA1668@michelle.cdnetworks.com> <20120921165631.GA3184@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: Mon, 24 Sep 2012 01:54:20 -0000 On Fri, Sep 21, 2012 at 08:34:29PM +0900, Wanpeng Qian wrote: > >On Thu, Sep 20, 2012 at 06:56:09AM +0900, Wanpeng Qian wrote: > >> Hi, > >> > >> >On Mon, Sep 17, 2012 at 09:37:21PM +0900, Wanpeng Qian wrote: > >> >> Hi, here is the dmesg output. > >> >> > >> >> bge0: mem > >> >> 0xfe9f0000-0xfe9fffff irq 18 at device 0.0 on pci4 > >> >> bge0: CHIP ID 0x05784100; ASIC REV 0x5784; CHIP REV 0x57841; PCI-E > >> >> miibus0: on bge0 > >> >> brgphy0: PHY 1 on miibus0 > >> >> brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > >> >> 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow > >> >> > >> > > >> >It seems your controller is BCM5784 A1. The latest WIP have one > >> >change that may affect its DMA behavior. So it would be good to > >> >know how the WIP version works on your box. > >> > >> I update my system to 9-STABLE and using your WIP files. > >> after I reboot the whole system. I cannot find bge anymore. > >> > >> here is the pciconf -lv output. > >> > >> none1@pci0:4:0:0: class=0x020000 card=0x705d103c chip=0x165b14e4 > >> rev=0x10 hdr=0x00 > >> vendor = 'Broadcom Corporation' > >> device = 'NetXtreme BCM5723 Gigabit Ethernet PCIe' > >> class = network > >> subclass = ethernet > > > >Hmm, the WIP version didn't remove the chip id so bge(4) may have > >failed to attach. > >Could you check any message printed by bge(4) in dmesg output? > > There is neither message related to bge in the dmesg output. > nor ifconfig -a output. > > anything else I can try ? Does stock bge(4) in latest stable/9 recognize your controller? If the answer is yes, would you post full verbose boot message?