1. 28 3月, 2006 1 次提交
  2. 24 3月, 2006 2 次提交
  3. 23 3月, 2006 1 次提交
  4. 21 3月, 2006 2 次提交
  5. 20 3月, 2006 1 次提交
    • M
      [TG3]: 40-bit DMA workaround part 2 · 4a29cc2e
      Michael Chan 提交于
      The 40-bit DMA workaround recently implemented for 5714, 5715, and
      5780 needs to be expanded because there may be other tg3 devices
      behind the EPB Express to PCIX bridge in the 5780 class device.
      
      For example, some 4-port card or mother board designs have 5704 behind
      the 5714.
      
      All devices behind the EPB require the 40-bit DMA workaround.
      
      Thanks to Chris Elmquist again for reporting the problem and testing
      the patch.
      Signed-off-by: NMichael Chan <mchan@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4a29cc2e
  6. 12 3月, 2006 1 次提交
  7. 07 3月, 2006 1 次提交
  8. 12 2月, 2006 1 次提交
  9. 09 2月, 2006 1 次提交
  10. 03 2月, 2006 1 次提交
  11. 01 2月, 2006 3 次提交
  12. 20 1月, 2006 1 次提交
  13. 18 1月, 2006 1 次提交
  14. 15 1月, 2006 1 次提交
  15. 12 1月, 2006 1 次提交
  16. 11 1月, 2006 2 次提交
  17. 07 1月, 2006 1 次提交
  18. 06 1月, 2006 1 次提交
  19. 05 1月, 2006 1 次提交
  20. 03 1月, 2006 1 次提交
  21. 15 12月, 2005 1 次提交
  22. 14 12月, 2005 1 次提交
  23. 01 12月, 2005 1 次提交
  24. 30 11月, 2005 1 次提交
    • G
      [PATCH] pci_ids.h: remove duplicate entries · c9d6073f
      Grant Coady 提交于
      G'day Albert, Andrew,
      
      	commit 4fb80634d30f5e639a92b78c8f215f96a61ba8c7
      	Author: Albert Lee <albertcc@tw.ibm.com>
      	Date:   Thu May 12 15:49:21 2005 -0400
      
      duplicates symbols already appearing in pci_ids.h, appended patch
      removes them again :o)
      
      From: Grant Coady <gcoady@gmail.com>
      
      pci_ids: commit 4fb80634d30f5e639a92b78c8f215f96a61ba8c7 duplicated a
      couple existing symbols in pci_ids.h, remove them.
      Signed-off-by: NGrant Coady <gcoady@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      c9d6073f
  25. 21 11月, 2005 1 次提交
  26. 20 11月, 2005 2 次提交
  27. 18 11月, 2005 1 次提交
  28. 14 11月, 2005 1 次提交
  29. 10 11月, 2005 2 次提交
  30. 07 11月, 2005 2 次提交
  31. 06 11月, 2005 1 次提交
  32. 05 11月, 2005 1 次提交
    • C
      [PATCH] nvidiafb: Geforce 7800 series support added · 7015faa7
      Calin A. Culianu 提交于
      This adds support for the Nvidia Geforce 7800 series of cards to the
      nvidiafb framebuffer driver.  All it does is add the PCI device id for
      the 7800, 7800 GTX, 7800 GO, and 7800 GTX GO cards to the module device
      table for the nvidiafb.ko driver, so that nvidiafb.ko will actually work
      on these cards.
      
      I also added the relevant PCI device ids to linux/pci_ids.h
      
      I tested it on my 7800 GTX here and it works like a charm.  I now can
      get framebuffer support on this card! Woo hoo!! Nothing like 200x75 text
      mode to make your eyes BLEED.  ;)
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      7015faa7