1. 01 7月, 2011 1 次提交
  2. 24 6月, 2011 1 次提交
  3. 14 5月, 2011 1 次提交
  4. 20 4月, 2011 1 次提交
  5. 07 4月, 2011 3 次提交
  6. 11 1月, 2011 1 次提交
    • A
      qlcnic: fix flash fw version read · 0e5f20b6
      amit salecha 提交于
      Driver is reading flash fw version from defined address, this address
      may be invalid. Indeed Driver should read address for fw version through
      flash layout table. Flash layout table has defined region and address for
      fw version address should be read from fw image region.
      
      Driver has check for old firmware, this bug can cause driver load fail.
      This patch will try to read fw version from flash image region, if that fails,
      read from defined address.
      Signed-off-by: NAmit Kumar Salecha <amit.salecha@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0e5f20b6
  7. 04 12月, 2010 2 次提交
  8. 29 11月, 2010 1 次提交
  9. 28 11月, 2010 1 次提交
  10. 09 10月, 2010 1 次提交
  11. 05 10月, 2010 1 次提交
  12. 22 9月, 2010 1 次提交
  13. 21 9月, 2010 1 次提交
  14. 18 9月, 2010 4 次提交
  15. 03 9月, 2010 1 次提交
  16. 02 9月, 2010 2 次提交
  17. 27 8月, 2010 1 次提交
  18. 26 8月, 2010 1 次提交
  19. 20 8月, 2010 4 次提交
  20. 30 6月, 2010 1 次提交
  21. 24 6月, 2010 3 次提交
  22. 17 6月, 2010 3 次提交
  23. 02 6月, 2010 1 次提交
    • A
      qlcnic: NIC Partitioning - Add basic infrastructure support · 2e9d722d
      Anirban Chakraborty 提交于
      Following changes have been added to enable the adapter to work in
      NIC partitioning mode where multiple PCI functions of an adapter port can
      be configured to work as NIC functions. The first function that is enumerated on
      the PCI bus assumes the role of management function which, besides being able
      to do all the NIC functionality, can configure other NIC partitions. Other NIC
      functions can be configured as privileged or non privileged functions.
      Privileged function can not configure other NIC functions but can do all the
      NIC functionality including any firmware initialization, chip reset etc. Non
      privileged functions can do only basic IO. For chip reset etc, it depends on the
      privilege or management function.
      
      1. Added code to determine PCI function number independent of kernel API.
      2. Added Driver - FW version 2.0 support.
      3. Changed producer and consumer register offset calculation.
      4. Added management and privileged operation modes for npar functions. A module
       parameter has been added to control it.
      5. Added support for configuring the eswitch in the adapter.
      Signed-off-by: NAnirban Chakraborty <anirban.chakraborty@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2e9d722d
  24. 18 5月, 2010 2 次提交
  25. 14 5月, 2010 1 次提交