1. 08 Nov, 2004 2 commits
    • Raghavendra Koushik's avatar
      [PATCH] S2io: sw bug fixes · 10a7bfef
      Raghavendra Koushik authored
      1. In free_rx_buffers clearing out RxDs not owned by Xena.
      
      2. In alarm_intr_handler, when a serr error occurs, schedule a task
      to reset the card rather than stopping Tx queue.
      
      3. In s2io_close freeing IRQ before calling s2io_reset also added a
      new call to flush queued tasks. This is not done if the s2io_close
      itself is called from a queued task like s2io_restart_nic.
      
      4. read_eeprom function has been changed such that data to be returned
      is sent as an input argument and the return value represents a
      pass/fail. The previous implementation as Randy had pointed out was
      error prone as on failure it returned -1 which can be interpreted
      as all ff's, so any data area which contained ff's in the eeprom was
      likely to be treated as an error.
      
      5. Added a flag "task_flag" to track if the call to s2io_close is
      coming from the s2io_restart_nic function or from the ifconfig <I/F>
      down called by user.
      
      6. Moved register_netdev call from just after setting entry points
      to the end of the s2io_init_nic function.
      
      7. In s2io.h field added a new member into the s2io_nic structure
      called "task_flag".
      Signed-off-by: default avatarRaghavendra Koushik <raghavendra.koushik@s2io.com>
      Signed-off-by: default avatarRavinandan Arakali <ravinandan.arakali@s2io.com>
      Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
      10a7bfef
    • Raghavendra Koushik's avatar
      [PATCH] S2io: cosmetic changes · 1dbd0fcf
      Raghavendra Koushik authored
      1. Indentation, change in comment styles, variable name changes etc.
      2. Changed the value written to dtx_control register to force XGXS reset.
      3. weight parameter(NAPI) changed to 90 for better performance.
      Signed-off-by: default avatarRaghavendra Koushik <raghavendra.koushik@s2io.com>
      Signed-off-by: default avatarRavinandan Arakali <ravinandan.arakali@s2io.com>
      Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
      1dbd0fcf
  2. 12 Sep, 2004 26 commits
  3. 11 Sep, 2004 5 commits
  4. 12 Sep, 2004 1 commit
  5. 11 Sep, 2004 4 commits
  6. 10 Sep, 2004 2 commits