From owner-cvs-src@FreeBSD.ORG Mon Jul 28 16:11:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B9981065673; Mon, 28 Jul 2008 16:11:01 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0F64E8FC17; Mon, 28 Jul 2008 16:11:01 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m6SGB1QA032837; Mon, 28 Jul 2008 16:11:01 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6SGB0ew032830; Mon, 28 Jul 2008 16:11:00 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200807281611.m6SGB0ew032830@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Mon, 28 Jul 2008 16:10:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/arm/xscale/ixp425 if_npe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2008 16:11:01 -0000 thompsa 2008-07-28 16:10:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/arm/xscale/ixp425 if_npe.c Log: SVN rev 180900 on 2008-07-28 16:10:18Z by thompsa MFC r177505 Improve mac+phy configuration so that hints can be used to describe layouts different than the defaults: o hint.npe.0.mac="A", "B", etc. specifies the window for MAC register accesses o hint.npe.0.mii="A", "B", etc. specifies PHY registers o hint.npe.1.phy=%d specifies the PHY to map to a port Revision Changes Path 1.6.2.3 +80 -16 src/sys/arm/xscale/ixp425/if_npe.c