1. 14 Jul, 2004 3 commits
    • Jeff Garzik's avatar
      [netdrvr dmfe] remove ALi pci id · 95877f38
      Jeff Garzik authored
      It's tulip driver, and tulip driver performs better than dmfe
      (yet some distro installers pick this driver to use).
      
      Requested by ALi.
      95877f38
    • Rusty Russell's avatar
      [PATCH] [TRIVIAL 2.6] sk98lin: kill dup include · e2539815
      Rusty Russell authored
       From:  a.othieno@bluewin.ch (Arthur Othieno)
      e2539815
    • Pavel Roskin's avatar
      [netdrvr pci-skeleton] refresh · 79218e71
      Pavel Roskin authored
      Here it is.  The patch fixes all compile errors and warnings in
      pci-skeleton.c.  The "debug" parameter lacks corresponding variable,
      so I removed it to avoid a warning on module load.  Obsolete
      pci_power_on() and pci_power_off() have been replaced with the new
      code using pci_set_power_state(), pci_save_state() and
      pci_restore_state().  The driver has been tested by compiling it as
      module and as part of the kernel.
      79218e71
  2. 06 Jul, 2004 1 commit
  3. 05 Jul, 2004 1 commit
  4. 06 Jul, 2004 3 commits
  5. 05 Jul, 2004 28 commits
  6. 04 Jul, 2004 3 commits
  7. 03 Jul, 2004 1 commit
    • Jeff Garzik's avatar
      [libata sata_promise] update driver to use new ->qc_issue hook · 2b50a905
      Jeff Garzik authored
      The ->qc_issue hook was designed to allow drivers to override some
      or all of the actual delivery of the taskfile to hardware.
      
      In the case of Promise, the hardware has its own packet format when doing
      read/write DMA commands, but uses traditional ATA taskfile registers
      for other types of commands.
      2b50a905