summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/mips/atheros/if_arge.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/mips/atheros/if_arge.c b/sys/mips/atheros/if_arge.c
index be38167..6a22f3f 100644
--- a/sys/mips/atheros/if_arge.c
+++ b/sys/mips/atheros/if_arge.c
@@ -885,6 +885,11 @@ arge_attach(device_t dev)
/*
* Don't do this for the MDIO bus case - it's already done
* as part of the MDIO bus attachment.
+ *
+ * XXX TODO: if we don't do this, we don't ever release the MAC
+ * from reset and we can't use the port. Now, if we define ARGE_MDIO
+ * but we /don't/ define two MDIO busses, then we can't actually
+ * use both MACs.
*/
#if !defined(ARGE_MDIO)
/* Initialize the MAC block */
OpenPOWER on IntegriCloud