From owner-freebsd-current@FreeBSD.ORG Wed Sep 19 16:44:40 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 B60881065670 for ; Wed, 19 Sep 2012 16:44:40 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 628628FC0A for ; Wed, 19 Sep 2012 16:44:40 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q8JGiVhE031038; Wed, 19 Sep 2012 09:44:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1348073072; bh=krJAdFG10kdQqsfDKTiV5erCsJ/IW2lmF78oBZSpWnw=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=a9WHXuPC3QoQc+QOcMXEpfOovN1CxjSayh357ZoQg8C1NaiTJlrDtHIGseKZjxNRZ AV/DIx3egSOGBbuyxqB0qyn/5LPXL8tvX+eXOYBylY4ElHKFOD70jWeoC1lAVY/hS3 SuCyG1VF4ybZe63eQlLf464UYyeYt6MelmrcB1ck= From: Sean Bruno To: "pyunyh@gmail.com" In-Reply-To: <20120914212716.GB7612@michelle.cdnetworks.com> References: <20120914212716.GB7612@michelle.cdnetworks.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 19 Sep 2012 09:44:31 -0700 Message-ID: <1348073071.5775.4.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 073071002 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 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2012 16:44:40 -0000 On Fri, 2012-09-14 at 14:27 -0700, YongHyeon PYUN wrote: > All, > > There were lots of reports that stock bge(4) does not work on Dell > Rx20/HP DL 360 G8. With the help of Broadcom and BCM5719/BCM5720 > users I managed to address the issue but I had to touch very > sensitive part of driver. Before committing the change to tree I'd > like to know whether this change introduces regressions on old > bge(4) controllers. If you're bge(4) user, please try latest WIP > version at the following URL and let me know how it goes on your > box. I'm especially interested in whether there is any ASF/IPMI > regression on BCM570x/571x. > > http://people.freebsd.org/~yongari/bge/if_bge.c > http://people.freebsd.org/~yongari/bge/if_bgereg.h > http://people.freebsd.org/~yongari/bge/brgphy.c > > > 1. Copy both if_bge.c/if_bgereg.h to /usr/src/sys/dev/bge directory > 2. Copy brgphy.c /usr/src/sys/dev/mii > 3. Rebuild kernel and reboot to take the change effect. > > You can also use the files above for for 9.1/stable/9. For stable/8 > it needs slight modification and I couldn't find time to regenerate > the patch. > > Thanks. > ____________________________________________ Still going through a battery of merging and regressions here at Y! I've got most of the Dell and HP gear that would be affected by these updates running at the moment via these updates. I have some different h/w IDs for brgphy and bge(4) that I need to capture and spam over this week. Sean