1. 31 7月, 2007 4 次提交
  2. 21 7月, 2007 1 次提交
    • A
      IB/ipath: Remove ipath_layer dead code · bd631048
      Arthur Jones 提交于
      The ipath_layer.[ch] code was an attempt to provide a single interface
      for the ipath verbs and ipath_ether code to use.  As verbs
      functionality increased, the layer's functionality became insufficient
      and the verbs code broke away to interface directly to the driver.
      The failed attempt to get ipath_ether upstream was the final nail in
      the coffin and now it sits quietly in a dark kernel.org corner waiting
      for someone to notice the smell and send it along to it's final
      resting place.  Roland Dreier was that someone -- this patch expands
      on his work...
      Signed-off-by: NArthur Jones <arthur.jones@qlogic.com>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      bd631048
  3. 18 7月, 2007 2 次提交
  4. 12 7月, 2007 1 次提交
    • A
      PCI: Change all drivers to use pci_device->revision · 44c10138
      Auke Kok 提交于
      Instead of all drivers reading pci config space to get the revision
      ID, they can now use the pci_device->revision member.
      
      This exposes some issues where drivers where reading a word or a dword
      for the revision number, and adding useless error-handling around the
      read. Some drivers even just read it for no purpose of all.
      
      In devices where the revision ID is being copied over and used in what
      appears to be the equivalent of hotpath, I have left the copy code
      and the cached copy as not to influence the driver's performance.
      
      Compile tested with make all{yes,mod}config on x86_64 and i386.
      Signed-off-by: NAuke Kok <auke-jan.h.kok@intel.com>
      Acked-by: NDave Jones <davej@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      44c10138
  5. 10 7月, 2007 32 次提交