24 Sep, 2006

1 commit


26 Apr, 2006

1 commit


28 Feb, 2006

1 commit


19 Jan, 2006

1 commit

  • On alpha:

    In file included from drivers/scsi/sym53c8xx_2/sym_glue.h:59,
    from drivers/scsi/sym53c8xx_2/sym_fw.c:40:
    include/scsi/scsi_transport_spi.h:57: error: field `dv_mutex' has incomplete type

    Cc: James Bottomley
    Cc: Ingo Molnar
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andrew Morton
     

15 Jan, 2006

1 commit


16 Dec, 2005

1 commit


14 Dec, 2005

1 commit


15 Aug, 2005

1 commit


04 Aug, 2005

1 commit

  • This parameter is important only to people who take the time to tune the
    margin control settings, otherwise it's completely irrelevant. However,
    just in case anyone should want to do this, it's appropriate to include
    the parameter.

    I don't do anything with it in DV by design, so the parameter will come
    up as off by default, so if anyone actually wants to play with the
    margin control settings they'll have to enable it under the
    spi_transport class first.

    I also updated the transfer settings display to report all of the PPR
    settings instead of only DT, IU and QAS

    Signed-off-by: James Bottomley

    James Bottomley
     

21 May, 2005

1 commit

  • There's a basic need not to have parameters go under or over certain
    values when doing domain validation. The basic ones are

    max_offset, max_width and min_period

    This patch makes the transport class take and enforce these three
    limits. Currently they can be set by the user, although they could
    obviously be read from the HBA's on-board NVRAM area during
    slave_configure (if it has one).

    Signed-off-by: James Bottomley

    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