From owner-cvs-src-old@FreeBSD.ORG Fri Nov 6 17:59:02 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8E91106568B for ; Fri, 6 Nov 2009 17:59:02 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B5B538FC14 for ; Fri, 6 Nov 2009 17:59:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nA6Hx2Sx049811 for ; Fri, 6 Nov 2009 17:59:02 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nA6Hx23i049810 for cvs-src-old@freebsd.org; Fri, 6 Nov 2009 17:59:02 GMT (envelope-from ambrisko@repoman.freebsd.org) Message-Id: <200911061759.nA6Hx23i049810@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ambrisko@repoman.freebsd.org using -f From: Doug Ambrisko Date: Fri, 6 Nov 2009 17:58:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Subject: cvs commit: src/sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h src/sys/dev/mii brgphy.c miidevs X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2009 17:59:02 -0000 ambrisko 2009-11-06 17:58:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h sys/dev/mii brgphy.c miidevs Log: SVN rev 198994 on 2009-11-06 17:58:44Z by ambrisko MFC: Merge in minimal 5709/5716 support into 6.X extracted from current. This is not a direct merge since I tried to only extra the changes to support the 5709 from all of the other changes that have happened in head. This should not introduce any issues that the other changes may have caused. We have been running this code for months on Dell r710's. It has been lightly tested on systems with 5716's. This is to allow people to run newer hardware on 6.X. Revision Changes Path 1.2.2.21 +1107 -298 src/sys/dev/bce/if_bce.c 1.1.2.3 +13385 -4839 src/sys/dev/bce/if_bcefw.h 1.1.2.9 +130 -2 src/sys/dev/bce/if_bcereg.h 1.34.2.21 +36 -3 src/sys/dev/mii/brgphy.c 1.30.2.19 +2 -0 src/sys/dev/mii/miidevs