1. 05 Jan, 2003 1 commit
  2. 04 Jan, 2003 19 commits
  3. 05 Jan, 2003 15 commits
  4. 04 Jan, 2003 2 commits
  5. 03 Jan, 2003 3 commits
    • Paul Mackerras's avatar
      Merge samba.org:/home/paulus/kernel/linux-2.5 · e8c25900
      Paul Mackerras authored
      into samba.org:/home/paulus/kernel/for-linus-ppc
      e8c25900
    • David Jeffery's avatar
      ips driver 3/3: code cleanup · 6de983fa
      David Jeffery authored
      This patch does 3 small cleanups.
      
      It moves some of the init code into a new helper function.
      
      It simplifies the S/G path by using the scsi_to_pci_dma_dir()
      macro directly instead of the more complex IPS_DMA_DIR() macro.
      
      It deletes unused defines and structs from ips.h.
      6de983fa
    • David Jeffery's avatar
      ips driver 2/3: adapter error handling fixes · 8f0678e6
      David Jeffery authored
      This patch fixes three previously fatal error
      cases during card initialization.  Non-fatal
      errors for a battery pic reprogram, unitialized
      nvram, or an unitialized card are now correctly
      handled.
      
      There is also a one line fix where a pci_alloc
      call was being given a NULL pointer instead of
      the pci dev.
      8f0678e6