1. 15 9月, 2005 1 次提交
    • R
      [PATCH] add PCI IDs so RME32 and RME96 drivers build · 8b7fc421
      Roland Dreier 提交于
      While doing an allyesconfig build, I noticed that the commit
      
          commit 8cdfd251
          Author: Takashi Iwai <tiwai@suse.de>
          Date:   Wed Sep 7 14:08:11 2005 +0200
      
              [ALSA] Remove superfluous PCI ID definitions
      
      broke the RME32 and RME96 drivers, since the PCI IDs they use seem to have
      changed names.  Here's a patch to fix this -- compile tested only, since I
      have no idea what the hardware even is.
      
      Fix the build of the RME32 and RME96 drivers by having them use the
      PCI_DEVICE_ID_RME_xxx names defined in <linux/pci_ids.h> instead of the
      PCI_DEVICE_ID_xxx names that they used to define themselves.
      
      Also fix the typo in the id PCI_DEVICE_IDRME__DIGI96_8_PAD_OR_PST so the
      name is PCI_DEVICE_ID_RME_DIGI96_8_PAD_OR_PST.
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      Acked-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      8b7fc421
  2. 13 9月, 2005 1 次提交
  3. 12 9月, 2005 1 次提交
  4. 07 9月, 2005 1 次提交
  5. 05 9月, 2005 1 次提交
  6. 19 8月, 2005 3 次提交
  7. 17 8月, 2005 1 次提交
  8. 31 7月, 2005 1 次提交
  9. 28 7月, 2005 1 次提交
  10. 26 7月, 2005 1 次提交
  11. 18 7月, 2005 1 次提交
  12. 14 7月, 2005 1 次提交
  13. 03 7月, 2005 1 次提交
  14. 28 6月, 2005 3 次提交
  15. 27 6月, 2005 1 次提交
  16. 24 6月, 2005 1 次提交
  17. 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
  18. 22 6月, 2005 1 次提交
  19. 09 6月, 2005 1 次提交
  20. 08 6月, 2005 1 次提交
  21. 01 6月, 2005 1 次提交
  22. 27 5月, 2005 1 次提交
  23. 24 5月, 2005 1 次提交
  24. 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
  25. 01 5月, 2005 1 次提交
  26. 22 4月, 2005 1 次提交
  27. 17 4月, 2005 2 次提交