|
@@ -611,6 +611,7 @@ static struct phy_driver broadcom_drivers[] = {
|
|
.features = PHY_GBIT_FEATURES,
|
|
.features = PHY_GBIT_FEATURES,
|
|
.flags = PHY_HAS_INTERRUPT,
|
|
.flags = PHY_HAS_INTERRUPT,
|
|
.config_init = bcm54xx_config_init,
|
|
.config_init = bcm54xx_config_init,
|
|
|
|
+ .config_aneg = bcm5481_config_aneg,
|
|
.ack_interrupt = bcm_phy_ack_intr,
|
|
.ack_interrupt = bcm_phy_ack_intr,
|
|
.config_intr = bcm_phy_config_intr,
|
|
.config_intr = bcm_phy_config_intr,
|
|
}, {
|
|
}, {
|
|
@@ -620,6 +621,7 @@ static struct phy_driver broadcom_drivers[] = {
|
|
.features = PHY_GBIT_FEATURES,
|
|
.features = PHY_GBIT_FEATURES,
|
|
.flags = PHY_HAS_INTERRUPT,
|
|
.flags = PHY_HAS_INTERRUPT,
|
|
.config_init = bcm54xx_config_init,
|
|
.config_init = bcm54xx_config_init,
|
|
|
|
+ .config_aneg = bcm5481_config_aneg,
|
|
.ack_interrupt = bcm_phy_ack_intr,
|
|
.ack_interrupt = bcm_phy_ack_intr,
|
|
.config_intr = bcm_phy_config_intr,
|
|
.config_intr = bcm_phy_config_intr,
|
|
}, {
|
|
}, {
|
|
@@ -629,6 +631,7 @@ static struct phy_driver broadcom_drivers[] = {
|
|
.features = PHY_GBIT_FEATURES,
|
|
.features = PHY_GBIT_FEATURES,
|
|
.flags = PHY_HAS_INTERRUPT,
|
|
.flags = PHY_HAS_INTERRUPT,
|
|
.config_init = bcm5482_config_init,
|
|
.config_init = bcm5482_config_init,
|
|
|
|
+ .read_status = bcm5482_read_status,
|
|
.ack_interrupt = bcm_phy_ack_intr,
|
|
.ack_interrupt = bcm_phy_ack_intr,
|
|
.config_intr = bcm_phy_config_intr,
|
|
.config_intr = bcm_phy_config_intr,
|
|
}, {
|
|
}, {
|