16 Aug, 2008
1 commit
-
Signed-off-by: Bo Yang
Signed-off-by: Andrew Morton
Signed-off-by: James Bottomley
30 Apr, 2008
1 commit
-
Update the Version and Changelog for megaraid_sas Driver
Signed-off-by: Bo Yang
Signed-off-by: James Bottomley
12 Jan, 2008
1 commit
-
Update version and changelog
Signed-off-by: Bo Yang
Signed-off-by: James Bottomley
05 Oct, 2006
1 commit
-
This patch sets timeout of max 180 seconds for ioctl completion.
It also updates the Changelog and hikes the version to 3.05.Signed-off-by: Sumant Patro
Signed-off-by: James Bottomley
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
06 Jun, 2006
1 commit
-
This patch( originally submitted by Christoph Hellwig) removes
instance_lock and changes fw_outstanding variable data type to
atomic_t.Signed-off-by: Sumant Patro
Signed-off-by: James Bottomley
05 Feb, 2006
2 commits
-
This patch adds support for 1078 type controller (device id : 0x60).
Signed-off-by: Sumant Patro
Signed-off-by: James Bottomley -
This patch properly registers the 16 byte command length capability of
the megaraid_sas controlled hardware with the scsi midlayer. All
megaraid_sas hardware supports 16 byte CDB's.Signed-off-by: Joshua Giles
Signed-off-by: Sumant Patro
Signed-off-by: James Bottomley
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 -
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