Date: Sat, 22 Mar 2008 16:53:28 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/xscale/ixp425 if_npe.c Message-ID: <200803221653.m2MGrSRk056384@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2008-03-22 16:53:28 UTC FreeBSD src repository Modified files: sys/arm/xscale/ixp425 if_npe.c Log: 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 This allows devices like NSLU to be setup w/o code changes and will also be used for forthcoming support for more Avila boards. Reviewed by: imp MFC after 1 week Revision Changes Path 1.9 +80 -16 src/sys/arm/xscale/ixp425/if_npe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803221653.m2MGrSRk056384>