16 Aug, 2008

1 commit


30 Apr, 2008

1 commit


12 Jan, 2008

1 commit


05 Oct, 2006

1 commit


26 Jun, 2006

1 commit

  • The patch adds support for a ZCR controller (Device ID : 0x413).

    It also has a critical bug fix :

    Disable controller interrupt before firing INIT cmd to FW. Interrupt
    is enabled after required initialization is over. This is done to
    ensure that driver is ready to handle interrupts when it is generated
    by the controller.

    Signed-off-by: Sumant Patro
    Signed-off-by: James Bottomley

    Sumant Patro
     

06 Jun, 2006

1 commit


05 Feb, 2006

2 commits


30 Jan, 2006

2 commits

  • This patch defines a new template to represent each type of
    controllers (identified by the processor used). The template has
    members that is set with appropriate values during driver
    initialisation. This change is done to support new controllers with
    minimal change to existing code. In future, for a new controller
    support, a template will be declared and its members initialised
    appropriately.

    Signed-off-by: Sumant Patro

    Rejections fixed and
    Signed-off-by: James Bottomley

    Sumant Patro
     
  • This patch (originally submitted by Christoph Hellwig) removes code
    duplication in megasas_build_cmd. It also defines
    MEGASAS_IOC_FIRMWARE32 to allow 64 bit compiled applications to work.

    Signed-off-by: Sumant Patro

    Rejections fixed and
    Signed-off-by: James Bottomley

    Sumant Patro