1. 19 8月, 2005 3 次提交
  2. 17 8月, 2005 1 次提交
  3. 31 7月, 2005 1 次提交
  4. 28 7月, 2005 1 次提交
  5. 26 7月, 2005 1 次提交
  6. 18 7月, 2005 1 次提交
  7. 14 7月, 2005 1 次提交
  8. 03 7月, 2005 1 次提交
  9. 28 6月, 2005 3 次提交
  10. 27 6月, 2005 1 次提交
  11. 24 6月, 2005 1 次提交
  12. 23 6月, 2005 1 次提交
    • S
      Update Chelsio gige net driver. · 559fb51b
      Scott Bardone 提交于
      - Use extern prefix for functions required.
      - Removed a lot of wrappers, including t1_read/write_reg_4.
      - Removed various macros, using native kernel calls now.
      - Enumerated various #defines.
      - Removed a lot of shared code which is not currently used in "NIC only" mode.
      - Removed dead code.
      
      Documentation/networking/cxgb.txt:
      - Updated release notes for version 2.1.1
      
      drivers/net/chelsio/ch_ethtool.h
      - removed file, no longer using ETHTOOL namespace.
      
      drivers/net/chelsio/common.h
      - moved code from osdep.h to common.h
      - added comment to #endif indicating which symbol it closes.
      
      drivers/net/chelsio/cphy.h
      - removed dead code.
      - added comment to #endif indicating which symbol it closes.
      
      drivers/net/chelsio/cxgb2.c
      - use DMA_{32,64}BIT_MASK in include/linux/dma-mapping.h.
      - removed unused code.
      - use printk message for link info resembling drivers/net/mii.c.
      - no longer using the MODULE_xxx namespace.
      - no longer using "pci_" namespace.
      - no longer using ETHTOOL namespace.
      
      drivers/net/chelsio/cxgb2.h
      - removed file, merged into common.h
      
      drivers/net/chelsio/elmer0.h
      - removed dead code.
      - added various enums.
      - added comment to #endif indicating which symbol it closes.
      
      drivers/net/chelsio/espi.c
      - removed various macros, using native kernel calls now.
      - removed a lot of wrappers, including t1_read/write_reg_4.
      
      drivers/net/chelsio/espi.h
      - added comment to #endif indicating which symbol it closes.
      
      drivers/net/chelsio/gmac.h
      - added comment to #endif indicating which symbol it closes.
      
      drivers/net/chelsio/mv88x201x.c
      - changes to sync with Chelsio TOT.
      
      drivers/net/chelsio/osdep.h
      - removed file, consolidation. osdep was used to translate wrapper functions
        since our code supports multiple OSs. removed wrappers.
      
        drivers/net/chelsio/pm3393.c
        - removed various macros, using native kernel calls now.
        - removed a lot of wrappers, including t1_read/write_reg_4.
        - removed unused code.
      
        drivers/net/chelsio/regs.h
        - added a few register entries for future and current feature support.
        - added comment to #endif indicating which symbol it closes.
      
        drivers/net/chelsio/sge.c
        - rewrote large portion of scatter-gather engine to stabilize
        performance.
        - using u8/u16/u32 kernel types instead of __u8/__u16/__u32 compiler
        types.
      
        drivers/net/chelsio/sge.h
        - rewrote large portion of scatter-gather engine to stabilize
        performance.
        - added comment to #endif indicating which symbol it closes.
      
        drivers/net/chelsio/subr.c
        - merged tp.c into subr.c
        - removed various macros, using native kernel calls now.
        - removed a lot of wrappers, including t1_read/write_reg_4.
        - removed unused code.
      
        drivers/net/chelsio/suni1x10gexp_regs.h
        - modified copyright and authorship of file.
        - added comment to #endif indicating which symbol it closes.
      
        drivers/net/chelsio/tp.c
        - removed file, merged into subr.c.
      
        drivers/net/chelsio/tp.h
        - removed file.
      
        include/linux/pci_ids.h
        - patched to include PCI_VENDOR_ID_CHELSIO 0x1425, removed define from
        our code.
      559fb51b
  13. 22 6月, 2005 1 次提交
  14. 09 6月, 2005 1 次提交
  15. 08 6月, 2005 1 次提交
  16. 01 6月, 2005 1 次提交
  17. 27 5月, 2005 1 次提交
  18. 24 5月, 2005 1 次提交
  19. 06 5月, 2005 1 次提交
    • C
      [PATCH] DAC960: add support for Mylex AcceleRAID 4/5/600 · 5b76ffd5
      Christoph Hellwig 提交于
      This patch adds support for a new class of DAC960 controllers.  It's based
      on the GPLed idac320 driver from IBM for Linux 2.4.18.  That driver is a
      fork of the 2.4.18 version of DAC960 that adds support for this new type of
      controllers (internally called "GEM Series"), that differ from other DAC960
      V2 firmware controllers only in the register offsets and removes support
      for all others.
      
      This patch instead integrates support for these controllers into the DAC960
      driver.
      
      Thanks to Anders Norrbring for pointing me to the idac320 driver and
      testing this patch.
      
      No Signed-Off: line because all code is either copy & pasted from IBM's
      idac320 driver or support for other controllers in the 2.6 DAC960 driver.
      
      Note: the really odd formating matches the rest of the DAC960 driver.
      
      Cc: Dave Olien <dmo@osdl.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      5b76ffd5
  20. 01 5月, 2005 1 次提交
  21. 22 4月, 2005 1 次提交
  22. 17 4月, 2005 2 次提交