• James Chapman's avatar
    [PATCH] mii: add GigE support · c817c3f8
    James Chapman authored
    Add support for GigE PHYs in MII support library.
    
    This patch allows GigE drivers to use the MII library the same way
    10/100 drivers do.
    
    Since the MII library is already used by lots of network drivers and the
    GigE MII register bit definitions were reserved when many 10/100 PHYs
    were designed, the new GigE registers are accessed only if a driver
    specifically enables it. Existing 10/100 drivers should see no behavior
    differences with this change.
    Signed-off-by: default avatarJames Chapman <jchapman@katalix.com>
    Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
    c817c3f8
mii.c 10.6 KB