25 Mar, 2009

1 commit


11 Oct, 2007

1 commit

  • Hook up the 93cx6 eeprom code to the ax88796 driver and modify the ax88796
    driver to read out the mac address from the eeprom. We need this for the
    ax88796 on certain SuperH boards. The pin configuration used to connect
    the eeprom to the ax88796 on these boards is the same as pointed out by the
    ax88796 datasheet, so we can probably reuse this code for multiple
    platforms in the future.

    Signed-off-by: Magnus Damm
    Cc: Ben Dooks
    Cc: Paul Mundt
    Signed-off-by: Andrew Morton
    Signed-off-by: Jeff Garzik

    Magnus Damm
     

11 Jul, 2007

1 commit

  • Support for the Asix AX88796 network controller, an
    NE2000 compatible 10/100 ethernet device with internal
    PHY.

    The driver supports PHY settings via either ioctl() or
    the ethtool driver ops.

    Signed-off-by: Ben Dooks
    Signed-off-by: Jeff Garzik

    Ben Dooks