From owner-freebsd-current@FreeBSD.ORG Fri Sep 14 05:27:25 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 A6A411065673 for ; Fri, 14 Sep 2012 05:27:25 +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 7982F8FC14 for ; Fri, 14 Sep 2012 05:27:25 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so5512866pbb.13 for ; Thu, 13 Sep 2012 22:27:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:subject:message-id:reply-to:mime-version:content-type :content-disposition:user-agent; bh=dSQ7PBwKyrbwtCa301cAjiQELrZg8P+/S9G0Wcu75NA=; b=D7JYFGbP3iUVUq+ntDxcApgkvtu5sdei26qIJkmOzsNcqPOPv3VUu4NLD5X7oQ/gJ7 07Ce0WkHmkuWUIi1RcoY1d2wrt6bYGO4v4xqnMTbQi6ilOg9a8iS46pB5L+5Qe9OwiDK aHdecYKt/AnoEoa9WnoXZkBrwdjd33KHY699D2w3HMrDXMzlOrf9Jt0M6vuRKT4S7oay howrpUc/Zp0Uk7qzYsANeKRZg3ZdgWBxH/5+XvQe/D2NXPXioFzza9d6kr3Gs9kC+tHo GDftw0FtOjxV94uP1ihivv7wJEQAv5eKaA+vVg3MN63r0O+NoyKwycH8V+WRl0tu/4RV j1vA== Received: by 10.66.81.66 with SMTP id y2mr2685378pax.62.1347600445245; Thu, 13 Sep 2012 22:27:25 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPS id vf8sm445951pbc.27.2012.09.13.22.27.22 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 13 Sep 2012 22:27:24 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Fri, 14 Sep 2012 14:27:16 -0700 From: YongHyeon PYUN Date: Fri, 14 Sep 2012 14:27:16 -0700 To: freebsd-current@FreeBSD.org Message-ID: <20120914212716.GB7612@michelle.cdnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: 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: Fri, 14 Sep 2012 05:27:25 -0000 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.