> > >> +}, {
> > >> + .phy_id = PHY_ID_KSZ9477,
> > >> + .phy_id_mask= MICREL_PHY_ID_MASK,
> > >> + .name = "Microchip KSZ9477",
> > >> + .features = PHY_GBIT_FEATURES,
> > >> + .flags = PHY_HAS_MAGICANEG,
> > >
> > >Is this magic still used
On Sun, May 07, 2017 at 01:02:31AM +, woojung@microchip.com wrote:
> >> +}, {
> >> + .phy_id = PHY_ID_KSZ9477,
> >> + .phy_id_mask= MICREL_PHY_ID_MASK,
> >> + .name = "Microchip KSZ9477",
> >> + .features = PHY_GBIT_FEATURES,
> >> + .flags
>> +}, {
>> + .phy_id = PHY_ID_KSZ9477,
>> + .phy_id_mask= MICREL_PHY_ID_MASK,
>> + .name = "Microchip KSZ9477",
>> + .features = PHY_GBIT_FEATURES,
>> + .flags = PHY_HAS_MAGICANEG,
>
>Is this magic still used anywhere? I could not find anyth
> +}, {
> + .phy_id = PHY_ID_KSZ9477,
> + .phy_id_mask= MICREL_PHY_ID_MASK,
> + .name = "Microchip KSZ9477",
> + .features = PHY_GBIT_FEATURES,
> + .flags = PHY_HAS_MAGICANEG,
Is this magic still used anywhere? I could not find anything.