From owner-cvs-src-old@FreeBSD.ORG Mon Nov 8 21:23:19 2010 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 8307D1065674 for ; Mon, 8 Nov 2010 21:23:19 +0000 (UTC) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F85A8FC1F for ; Mon, 8 Nov 2010 21:23:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oA8LNJmO020268 for ; Mon, 8 Nov 2010 21:23:19 GMT (envelope-from jmallett@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oA8LNJRY020267 for cvs-src-old@freebsd.org; Mon, 8 Nov 2010 21:23:19 GMT (envelope-from jmallett@repoman.freebsd.org) Message-Id: <201011082123.oA8LNJRY020267@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jmallett@repoman.freebsd.org using -f From: Juli Mallett Date: Mon, 8 Nov 2010 21:22:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/octeon-sdk cvmx-app-init.h cvmx-helper-board.c cvmx-helper.c 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: Mon, 08 Nov 2010 21:23:19 -0000 jmallett 2010-11-08 21:22:55 UTC FreeBSD src repository Modified files: sys/contrib/octeon-sdk cvmx-app-init.h cvmx-helper-board.c cvmx-helper.c Log: SVN rev 215014 on 2010-11-08 21:22:55Z by jmallett o) Recognize the Lanner MR-730. o) Fix enumeration of PHY addresses on the MR-955. o) Parse link state for the MR-730 using the Broadcom PHY support in the SDK. It's not clear that this is entirely-correct, but it seems to work. Since this board uses a BCM5482S, this may mean that we work correctly for copper but not SFI, which is untested. Revision Changes Path 1.4 +6 -0 src/sys/contrib/octeon-sdk/cvmx-app-init.h 1.5 +13 -3 src/sys/contrib/octeon-sdk/cvmx-helper-board.c 1.4 +2 -0 src/sys/contrib/octeon-sdk/cvmx-helper.c