1. 12 Jun, 2007 2 commits
    • Mithlesh Thukral's avatar
      NetXen: Fix link status messages · c27e6721
      Mithlesh Thukral authored
      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: default avatarJeff Garzik <jeff@garzik.org>
      c27e6721
    • Jeff Garzik's avatar
      Revert "[netdrvr e100] experiment with doing RX in a similar manner to eepro100" · ca93ca42
      Jeff Garzik authored
      This reverts commit d52df4a3.
      
      This patch attempted to fix e100 for non-cache coherent memory
      architectures by using the cb style code that eepro100 had and using
      the EL and s bits from the RFD list. Unfortunately the hardware
      doesn't work exactly like this and therefore this patch actually
      breaks e100. Reverting the change brings it back to the previously
      known good state for 2.6.22. The pending rewrite in progress to this
      code can then be safely merged later.
      Signed-off-by: default avatarAuke Kok <auke-jan.h.kok@intel.com>
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      ca93ca42
  2. 09 Jun, 2007 38 commits