20 Aug, 2006

1 commit


11 Jun, 2006

1 commit


19 Apr, 2005

3 commits

  • these have been wrappers for the generic dma direction bits since 2.5.x.
    This patch converts the few remaining drivers and removes the macros.

    Arjan noticed there's some hunk in here that shouldn't. Updated patch
    below:

    Signed-off-by: James Bottomley

     
  • Fix up two drivers that incorrectly were using the old return values for
    their new-style EH methods and kill off scsi_obsolete.h that defined the
    constants. The initio driver has all these constansts defined locally
    and uses them internally, I'll fix that up some time later.

    Signed-off-by: James Bottomley

     
  • We have the scsi_print_* functions in the proper namespace for a long
    time now and there weren't a lot users left.

    Signed-off-by: James Bottomley

     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds