1. 02 7月, 2007 3 次提交
  2. 13 6月, 2007 1 次提交
    • M
      NetXen: Fix link status messages · c27e6721
      Mithlesh Thukral 提交于
      NetXen: Fix incorrect link status even with switch turned OFF.
      NetXen driver failed to accurately indicate when a link is up or down.
      This was encountered during failover testing, when the first port
      indicated that the link was up even when the 10G switch it was assigned
      to in the Bladecenter was turned off completely.
      
      Signed-off by: Wen Xiong <wenxiong@us.ibm.com>
      Signed-off by: Mithlesh Thukral <mithlesh@netxen.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      c27e6721
  3. 10 6月, 2007 2 次提交
    • M
      NetXen: Fix compile failure seen on PPC architecture · 0d04761d
      Mithlesh Thukral 提交于
      NetXen: Add NETXEN prefixes to macros to clean them up.
      This is a cleanup patch which adds NETXEN prefix to some stand
      alone macro names.
      These posed compile errors when NetXen driver was backported to 2.6.9
      on PPC architecture as macros like USER_START are defined in file
      arch/ppc64/mm/hash_utils.c
      Signed-off-by: NAndy Gospodarek <andy@greyhouse.net>
      Signed-off by: Wen Xiong <wenxiong@us.ibm.com>
      Acked-off by: Mithlesh Thukral <mithlesh@netxen.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      0d04761d
    • M
      NetXen: Fix ping issue after reboot on Blades with 3.4.19 firmware · 3e2facef
      Mithlesh Thukral 提交于
      NetXen: Fix initialization and subsequent ping issue on 3.4.19 firmware
      This patch fixes the ping problem seen X/PBlades after the adapter's
      firmware was moved to 3.4.19. After configured interface up, ping
      failed.
      NetXen adapter couldn't accept ARP broadcast packet. Manual addition of
      MAC address in the ARP table, made ping work.
      NetXen adapter should finish initilization after system boot. But looks
      NetXen adapter didn't initilization correctly after system boot up.
      So have to re-load the firmware again in probe routine.
      Also re-initilization netxen_config_0 and netxen_config_1 registers.
      
      Signed-off by: Wen Xiong <wenxiong@us.ibm.com>
      Signed-off by: Mithlesh Thukral <mithlesh@netxen.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      3e2facef
  4. 03 6月, 2007 1 次提交
  5. 18 5月, 2007 1 次提交
  6. 12 5月, 2007 1 次提交
  7. 28 4月, 2007 7 次提交
  8. 26 4月, 2007 7 次提交
  9. 29 3月, 2007 1 次提交
  10. 15 3月, 2007 2 次提交
  11. 10 3月, 2007 1 次提交
    • R
      netxen: fix warnings · b8d095d7
      Ralf Baechle 提交于
        CC [M]  drivers/net/netxen/netxen_nic_hw.o
      drivers/net/netxen/netxen_nic_hw.c: In function 'netxen_nic_hw_resources':
      drivers/net/netxen/netxen_nic_hw.c:231: warning: format '%llx' expects type 'long long unsigned int', but argument 2 has type 'dma_addr_t'
      drivers/net/netxen/netxen_nic_hw.c:250: warning: format '%llx' expects type 'long long unsigned int', but argument 2 has type 'dma_addr_t'
      
      u64 is unsigned long so the cast to u64 will result in a warning on the
      printf arguments for 64-bit builds.  So cast to unsigned long long instead.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      b8d095d7
  12. 03 3月, 2007 2 次提交
  13. 27 2月, 2007 3 次提交
  14. 18 2月, 2007 1 次提交
  15. 15 2月, 2007 1 次提交
  16. 10 2月, 2007 2 次提交
  17. 07 2月, 2007 2 次提交
  18. 31 1月, 2007 1 次提交
  19. 23 1月, 2007 1 次提交