Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2010 04:04:22 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r207184 - user/jmallett/octeon/sys/mips/cavium/octe
Message-ID:  <201004250404.o3P44MOD039686@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmallett
Date: Sun Apr 25 04:04:22 2010
New Revision: 207184
URL: http://svn.freebsd.org/changeset/base/207184

Log:
  Add a note to my future self.

Modified:
  user/jmallett/octeon/sys/mips/cavium/octe/octe.c

Modified: user/jmallett/octeon/sys/mips/cavium/octe/octe.c
==============================================================================
--- user/jmallett/octeon/sys/mips/cavium/octe/octe.c	Sun Apr 25 04:03:45 2010	(r207183)
+++ user/jmallett/octeon/sys/mips/cavium/octe/octe.c	Sun Apr 25 04:04:22 2010	(r207184)
@@ -32,6 +32,10 @@
  * XXX This file should be moved to if_octe.c
  * XXX The driver may have sufficient locking but we need locking to protect
  *     the interfaces presented here, right?
+ * XXX There is a common MII bus on Octeon, we get the identifier of our PHY
+ *     in priv->phy_id; right now we attach all the PHYs to each interface,
+ *     which is clearly wrong.  Need to either modify miibus or probe and
+ *     attach the specific PHY for each interface without an miibus in between.
  */
 
 #include <sys/param.h>



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