1. 12 2月, 2006 1 次提交
  2. 09 2月, 2006 1 次提交
  3. 03 2月, 2006 1 次提交
  4. 01 2月, 2006 3 次提交
  5. 20 1月, 2006 1 次提交
  6. 18 1月, 2006 1 次提交
  7. 15 1月, 2006 1 次提交
  8. 12 1月, 2006 1 次提交
  9. 11 1月, 2006 2 次提交
  10. 07 1月, 2006 1 次提交
  11. 06 1月, 2006 1 次提交
  12. 05 1月, 2006 1 次提交
  13. 03 1月, 2006 1 次提交
  14. 15 12月, 2005 1 次提交
  15. 14 12月, 2005 1 次提交
  16. 01 12月, 2005 1 次提交
  17. 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
  18. 21 11月, 2005 1 次提交
  19. 20 11月, 2005 2 次提交
  20. 18 11月, 2005 1 次提交
  21. 14 11月, 2005 1 次提交
  22. 10 11月, 2005 2 次提交
  23. 07 11月, 2005 2 次提交
  24. 06 11月, 2005 1 次提交
  25. 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
  26. 29 10月, 2005 6 次提交
  27. 25 10月, 2005 2 次提交
    • J
      [SERIAL] new hp diva console port · 551f8f0e
      Justin Chen 提交于
      Add the new ID 0x132a and configure the new PCI Diva console port.  This
      device supports only 1 single console UART.
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      551f8f0e
    • B
      [SERIAL] support the Exsys EX-4055 4S four-port card · add7b58e
      Bjorn Helgaas 提交于
      Tested by Wolfgang Denk with this device:
      
          00:0f.0 Network controller: PLX Technology, Inc. PCI <-> IOBus Bridge (rev 01)
              Subsystem: Exsys EX-4055 4S(16C550) RS-232
              Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
              Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
              Interrupt: pin A routed to IRQ 10
              Region 0: Memory at 80100000 (32-bit, non-prefetchable) [size=128]
              Region 1: I/O ports at 7080 [size=128]
              Region 2: I/O ports at 7400 [size=32]
      
          00:0f.0 Class 0280: 10b5:9050 (rev 01)
              Subsystem: d84d:4055
      
      Results with this patch:
      
          Serial: 8250/16550 driver $Revision: 1.90 $ 32 ports, IRQ sharing enabled
          ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
          PCI: Found IRQ 10 for device 0000:00:0f.0
          ttyS4 at I/O 0x7400 (irq = 10) is a 16550A
          ttyS5 at I/O 0x7408 (irq = 10) is a 16550A
          ttyS6 at I/O 0x7410 (irq = 10) is a 16550A
          ttyS7 at I/O 0x7418 (irq = 10) is a 16550A
      Signed-off-by: NBjorn Helgaas <bjorn.helgaas@hp.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      add7b58e
  28. 28 9月, 2005 1 次提交