|
@@ -72,6 +72,9 @@ struct mii_bus {
|
|
/* list of all PHYs on bus */
|
|
/* list of all PHYs on bus */
|
|
struct phy_device *phy_map[PHY_MAX_ADDR];
|
|
struct phy_device *phy_map[PHY_MAX_ADDR];
|
|
|
|
|
|
|
|
+ /* Phy addresses to be ignored when probing */
|
|
|
|
+ u32 phy_mask;
|
|
|
|
+
|
|
/* Pointer to an array of interrupts, each PHY's
|
|
/* Pointer to an array of interrupts, each PHY's
|
|
* interrupt at the index matching its address */
|
|
* interrupt at the index matching its address */
|
|
int *irq;
|
|
int *irq;
|