Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2010 19:14:24 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r202294 - head/sys/dev/mii
Message-ID:  <201001141914.o0EJEOQw020757@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yongari
Date: Thu Jan 14 19:14:24 2010
New Revision: 202294
URL: http://svn.freebsd.org/changeset/base/202294

Log:
  Add check for fiber mode for BCM5714 PHY. This PHY supports both
  copper and fiber interfaces over GMII so an explicit check is
  necessary to know whether it was configured for fiber interface.
  This change make BCM5715S work.
  
  Tested by:	olli
  MFC after:	1 week

Modified:
  head/sys/dev/mii/brgphy.c

Modified: head/sys/dev/mii/brgphy.c
==============================================================================
--- head/sys/dev/mii/brgphy.c	Thu Jan 14 19:08:43 2010	(r202293)
+++ head/sys/dev/mii/brgphy.c	Thu Jan 14 19:14:24 2010	(r202294)
@@ -197,6 +197,7 @@ brgphy_attach(device_t dev)
 	case MII_OUI_xxBROADCOM:
 		switch (bsc->mii_model) {
 			case MII_MODEL_xxBROADCOM_BCM5706:
+			case MII_MODEL_xxBROADCOM_BCM5714:
 				/*
 				 * The 5464 PHY used in the 5706 supports both copper
 				 * and fiber interfaces over GMII.  Need to check the



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001141914.o0EJEOQw020757>