> @@ -194,7 +191,7 @@ static struct phy_driver bcm87xx_driver[] = {
> .phy_id = PHY_ID_BCM8706,
> .phy_id_mask = 0xffffffff,
> .name = "Broadcom BCM8706",
> - .features = PHY_10GBIT_FEC_FEATURES,
> + .get_features = bcm87xx_get_features,
> .config_init = bcm87xx_config_init,
> .config_aneg = bcm87xx_config_aneg,
> .read_status = bcm87xx_read_status,
> @@ -206,7 +203,7 @@ static struct phy_driver bcm87xx_driver[] = {
> .phy_id = PHY_ID_BCM8727,
> .phy_id_mask = 0xffffffff,
> .name = "Broadcom BCM8727",
> - .features = PHY_10GBIT_FEC_FEATURES,
> + .get_features = bcm87xx_get_features,
> .config_init = bcm87xx_config_init,
> .config_aneg = bcm87xx_config_aneg,
> .read_status = bcm87xx_read_status,
Hi Heiner
The product briefs for these two devices say:
MDIO interface compliant to IEEE802.3ae Clause 45 with
extended indirect address register access
It might be possible to just detect most of this?
Florian: Do you have access to any boards using these devices?
Andrew