From owner-freebsd-current@FreeBSD.ORG Thu Oct 11 06:57:29 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 E977D431; Thu, 11 Oct 2012 06:57:29 +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 AC2B08FC08; Thu, 11 Oct 2012 06:57:29 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id rp8so1687439pbb.13 for ; Wed, 10 Oct 2012 23:57:29 -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=3xCqH1KRjD/EhSs4AcwHu4/4P2dpJr++uG8niF0XgjQ=; b=Hya2vjKu3ES4bL8UR2FWy0CYPq/LrgqeIn2XmNaMCLMqGMIoYx4iNrCYuRpAoCe6Hd YWGuO6lfkFgRTujUdpMkLDjej89GCnGAmAoANYJiEYvz1kLUF+v9jYC2w/OerbbrFMAF YW5siQ4YA/PSJwC5fMXGddFfw0vPMfVprMAVP+DY37f93Hbmqo8qnD0qSv7UF4GOW/TD qMfn1sehFVPff85AYAN0X3aQSacc/KrK2s+mouMLf9l/cXPaTVxceLKpOCVBe25yNtf6 oU5M1DEg0ul7ujLcoppJFFkL2VgAZ1UCCohhNz8RCP/JT/tdKIqwGrXBarLg/rWxAyrG 9Yeg== Received: by 10.68.222.138 with SMTP id qm10mr811968pbc.129.1349938649091; Wed, 10 Oct 2012 23:57:29 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPS id c5sm2145339pay.5.2012.10.10.23.57.25 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 10 Oct 2012 23:57:27 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Thu, 11 Oct 2012 15:57:15 -0700 From: YongHyeon PYUN Date: Thu, 11 Oct 2012 15:57:15 -0700 To: "sbruno@freebsd.org" Subject: Re: Call for bge(4) testers Message-ID: <20121011225715.GA1515@michelle.cdnetworks.com> References: <20120914212716.GB7612@michelle.cdnetworks.com> <1348073071.5775.4.camel@powernoodle.corp.yahoo.com> <1348790974.10543.16.camel@powernoodle.corp.yahoo.com> <20121002225918.GA15610@michelle.cdnetworks.com> <1349201423.4246.5.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1349201423.4246.5.camel@powernoodle.corp.yahoo.com> User-Agent: Mutt/1.4.2.3i Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 11 Oct 2012 06:57:30 -0000 On Tue, Oct 02, 2012 at 11:10:23AM -0700, Sean Bruno wrote: > On Tue, 2012-10-02 at 15:59 -0700, YongHyeon PYUN wrote: > > Sean, do you have a box with BCM5703/5704/5714/5715 controller? > > I have a 5704C in an HP DL380G4 here that seems to be working. I'll > have to poke around further to see what else I have lying around. > > bge0: mem > 0xfdef0000-0xfdefffff irq 25 at device 1.0 on pci3 > bge0: CHIP ID 0x00002100; ASIC REV 0x02; CHIP REV 0x21; PCI-X 133 MHz > 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 > bge0: Ethernet address: 00:0f:20:f6:e6:23 > bge1: mem > 0xfdee0000-0xfdeeffff irq 26 at device 1.1 on pci3 > bge1: CHIP ID 0x00002100; ASIC REV 0x02; CHIP REV 0x21; PCI-X 133 MHz > miibus1: on bge1 > brgphy1: PHY 1 on miibus1 > brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow > bge1: Ethernet address: 00:0f:20:f6:e6:22 > Sean, I have checked in all changes except one in the WIP version to HEAD. If you happen to see any abnormal bge(4) behavior on CURRENT let me know. Thanks.