1*e4a082c7SSumant Patro 2*e4a082c7SSumant Patro1 Release Date : Wed Feb 03 14:31:44 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com> 3*e4a082c7SSumant Patro2 Current Version : 00.00.02.04 4*e4a082c7SSumant Patro3 Older Version : 00.00.02.04 5*e4a082c7SSumant Patro 6*e4a082c7SSumant Patroi. Remove superflous instance_lock 7*e4a082c7SSumant Patro 8*e4a082c7SSumant Patro gets rid of the otherwise superflous instance_lock and avoids an unsave 9*e4a082c7SSumant Patro unsynchronized access in the error handler. 10*e4a082c7SSumant Patro 11*e4a082c7SSumant Patro - Christoph Hellwig <hch@lst.de> 12*e4a082c7SSumant Patro 13*e4a082c7SSumant Patro 14f9876f0bSSumant Patro1 Release Date : Wed Feb 03 14:31:44 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com> 15f9876f0bSSumant Patro2 Current Version : 00.00.02.04 16f9876f0bSSumant Patro3 Older Version : 00.00.02.04 17f9876f0bSSumant Patro 18f9876f0bSSumant Patroi. Support for 1078 type (ppc IOP) controller, device id : 0x60 added. 19f9876f0bSSumant Patro During initialization, depending on the device id, the template members 20f9876f0bSSumant Patro are initialized with function pointers specific to the ppc or 21f9876f0bSSumant Patro xscale controllers. 22f9876f0bSSumant Patro 23f9876f0bSSumant Patro -Sumant Patro <Sumant.Patro@lsil.com> 24f9876f0bSSumant Patro 25122da302SJoshua Giles1 Release Date : Fri Feb 03 14:16:25 PST 2006 - Sumant Patro 26122da302SJoshua Giles <Sumant.Patro@lsil.com> 27122da302SJoshua Giles2 Current Version : 00.00.02.04 28122da302SJoshua Giles3 Older Version : 00.00.02.02 29122da302SJoshua Gilesi. Register 16 byte CDB capability with scsi midlayer 30122da302SJoshua Giles 31122da302SJoshua Giles "Ths patch properly registers the 16 byte command length capability of the 32122da302SJoshua Giles megaraid_sas controlled hardware with the scsi midlayer. All megaraid_sas 33122da302SJoshua Giles hardware supports 16 byte CDB's." 34122da302SJoshua Giles 35122da302SJoshua Giles -Joshua Giles <joshua_giles@dell.com> 36122da302SJoshua Giles 371341c939SSumant Patro1 Release Date : Mon Jan 23 14:09:01 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com> 381341c939SSumant Patro2 Current Version : 00.00.02.02 391341c939SSumant Patro3 Older Version : 00.00.02.01 401341c939SSumant Patro 411341c939SSumant Patroi. New template defined to represent each family of controllers (identified by processor used). 421341c939SSumant Patro The template will have defintions that will be initialised to appropritae values for a specific family of controllers. The template definition has four function pointers. During driver initialisation the function pointers will be set based on the controller family type. This change is done to support new controllers that has different processors and thus different register set. 431341c939SSumant Patro 441341c939SSumant Patro -Sumant Patro <Sumant.Patro@lsil.com> 451341c939SSumant Patro 46cb59aa6aSSumant Patro1 Release Date : Mon Dec 19 14:36:26 PST 2005 - Sumant Patro <Sumant.Patro@lsil.com> 47cb59aa6aSSumant Patro2 Current Version : 00.00.02.00-rc4 48cb59aa6aSSumant Patro3 Older Version : 00.00.02.01 49cb59aa6aSSumant Patro 50cb59aa6aSSumant Patroi. Code reorganized to remove code duplication in megasas_build_cmd. 51cb59aa6aSSumant Patro 52cb59aa6aSSumant Patro "There's a lot of duplicate code megasas_build_cmd. Move that out of the different codepathes and merge the reminder of megasas_build_cmd into megasas_queue_command" 53cb59aa6aSSumant Patro 54cb59aa6aSSumant Patro - Christoph Hellwig <hch@lst.de> 55cb59aa6aSSumant Patro 56cb59aa6aSSumant Patroii. Defined MEGASAS_IOC_FIRMWARE32 for code paths that handles 32 bit applications in 64 bit systems. 57cb59aa6aSSumant Patro 58cb59aa6aSSumant Patro "MEGASAS_IOC_FIRMWARE can't be redefined if CONFIG_COMPAT is set, we need to define a MEGASAS_IOC_FIRMWARE32 define so native binaries continue to work" 59cb59aa6aSSumant Patro 60cb59aa6aSSumant Patro - Christoph Hellwig <hch@lst.de> 61