1. 19 2月, 2009 1 次提交
    • C
      niu: improve ethtool support for gigabit copper cards · 38bb045d
      Constantin Baranov 提交于
      Introduced support for link speed and duplex setting (ethtool -s),
      link advertising parameters and autonegotiation (ethtool -r):
      - struct niu_link_config: split advertising and autoneg
        fields into active and target values (similar to speed
        and duplex fields)
      - mii_init_common(): rewrite function to actually apply
        requested niu_link_config parameters instead of providing
        default initialization
      - link_status_1g(): move parsing of MII registers into
        new link_status_mii() function (link_status_1g_rgmii()
        could possibly use this new implementation too)
      - introduce simple nway_reset method
      - fix incorrect XMAC_CONFIG_MODE selection for 10Mbps case
      Signed-off-by: NConstantin Baranov <baranov@mercdev.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      38bb045d
  2. 29 11月, 2008 1 次提交
  3. 26 11月, 2008 1 次提交
  4. 15 11月, 2008 1 次提交
  5. 13 5月, 2008 1 次提交
  6. 12 5月, 2008 1 次提交
  7. 25 4月, 2008 2 次提交
  8. 29 2月, 2008 1 次提交
  9. 20 2月, 2008 1 次提交
  10. 10 1月, 2008 1 次提交
    • M
      [NIU]: Support for Marvell PHY · b0de8e40
      Mirko Lindner 提交于
      From: Mirko Lindner <mlindner@marvell.com>
      
      This patch makes necessary changes in the Neptune driver to support 
      the new Marvell PHY. It also adds support for the LED blinking
      on Neptune cards with Marvell PHY. All registers are using defines
      in the niu.h header file as is already done for the BCM8704 registers.
      
      [ Coding style, etc. cleanups -DaveM ]
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      b0de8e40
  11. 11 10月, 2007 1 次提交