1. 15 Nov, 2005 37 commits
  2. 05 Nov, 2005 3 commits
    • Jeff Garzik's avatar
      [libata] ATAPI pad allocation fixes/cleanup · 6037d6bb
      Jeff Garzik authored
      Use ata_pad_{alloc,free} in two drivers, to factor out common code.
      
      Add ata_pad_{alloc,free} to two other drivers, which needed the padding
      but had not been updated.
      6037d6bb
    • Jeff Garzik's avatar
      Merge branch 'master' · c2cc87ca
      Jeff Garzik authored
      c2cc87ca
    • Calin A. Culianu's avatar
      [PATCH] nvidiafb: Geforce 7800 series support added · 7015faa7
      Calin A. Culianu authored
      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: default avatarLinus Torvalds <torvalds@osdl.org>
      7015faa7