1e4a082c7SSumant Patro 2*2a3681e5SSumant Patro1 Release Date : Mon Oct 02 11:21:32 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com> 3*2a3681e5SSumant Patro2 Current Version : 00.00.03.05 4*2a3681e5SSumant Patro3 Older Version : 00.00.03.04 5*2a3681e5SSumant Patro 6*2a3681e5SSumant Patroi. PCI_DEVICE macro used 7*2a3681e5SSumant Patro 8*2a3681e5SSumant Patro Convert the pci_device_id-table of the megaraid_sas-driver to the PCI_DEVICE-macro, to safe some lines. 9*2a3681e5SSumant Patro 10*2a3681e5SSumant Patro - Henrik Kretzschmar <henne@nachtwindheim.de> 11*2a3681e5SSumant Patroii. All compiler warnings removed 12*2a3681e5SSumant Patroiii. megasas_ctrl_info struct reverted to 3.02 release 13*2a3681e5SSumant Patroiv. Default value of megasas_dbg_lvl set to 0 14*2a3681e5SSumant Patrov. Removing in megasas_exit the sysfs entry created for megasas_dbg_lvl 15*2a3681e5SSumant Patrovi. In megasas_teardown_frame_pool(), cmd->frame was passed instead of 16*2a3681e5SSumant Patro cmd->sense to pci_pool_free. Fixed. Bug was pointed out by 17*2a3681e5SSumant Patro Eric Sesterhenn 18*2a3681e5SSumant Patro 19*2a3681e5SSumant Patro1 Release Date : Wed Sep 13 14:22:51 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com> 20*2a3681e5SSumant Patro2 Current Version : 00.00.03.04 21*2a3681e5SSumant Patro3 Older Version : 00.00.03.03 22*2a3681e5SSumant Patro 23*2a3681e5SSumant Patroi. Added Reboot notify 24*2a3681e5SSumant Patroii. Reduced by 1 max cmds sent to FW from Driver to make the reply_q_sz same 25*2a3681e5SSumant Patro as Max Cmds FW can support 26*2a3681e5SSumant Patro 27*2a3681e5SSumant Patro1 Release Date : Tue Aug 22 16:33:14 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com> 28*2a3681e5SSumant Patro2 Current Version : 00.00.03.03 29*2a3681e5SSumant Patro3 Older Version : 00.00.03.02 30*2a3681e5SSumant Patro 31*2a3681e5SSumant Patroi. Send stop adapter to FW & Dump pending FW cmds before declaring adapter dead. 32*2a3681e5SSumant Patro New varible added to set dbg level. 33*2a3681e5SSumant Patroii. Disable interrupt made as fn pointer as they are different for 1068 / 1078 34*2a3681e5SSumant Patroiii. Frame count optimization. Main frame can contain 2 SGE for 64 bit SGLs and 35*2a3681e5SSumant Patro 3 SGE for 32 bit SGL 36*2a3681e5SSumant Patroiv. Tasklet added for cmd completion 37*2a3681e5SSumant Patrov. If FW in operational state before firing INIT, now we send RESET Flag to FW instead of just READY. This is used to do soft reset. 38*2a3681e5SSumant Patrovi. megasas_ctrl_prop structure updated (based on FW struct) 39*2a3681e5SSumant Patrovii. Added print : FW now in Ready State during initialization 40*2a3681e5SSumant Patro 41*2a3681e5SSumant Patro1 Release Date : Sun Aug 06 22:49:52 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com> 42*2a3681e5SSumant Patro2 Current Version : 00.00.03.02 43*2a3681e5SSumant Patro3 Older Version : 00.00.03.01 44*2a3681e5SSumant Patro 45*2a3681e5SSumant Patroi. Added FW tranistion state for Hotplug scenario 46*2a3681e5SSumant Patro 470e98936cSSumant Patro1 Release Date : Sun May 14 22:49:52 PDT 2006 - Sumant Patro <Sumant.Patro@lsil.com> 480e98936cSSumant Patro2 Current Version : 00.00.03.01 490e98936cSSumant Patro3 Older Version : 00.00.02.04 500e98936cSSumant Patro 510e98936cSSumant Patroi. Added support for ZCR controller. 520e98936cSSumant Patro 530e98936cSSumant Patro New device id 0x413 added. 540e98936cSSumant Patro 550e98936cSSumant Patroii. Bug fix : Disable controller interrupt before firing INIT cmd to FW. 560e98936cSSumant Patro 570e98936cSSumant Patro Interrupt is enabled after required initialization is over. 580e98936cSSumant Patro This is done to ensure that driver is ready to handle interrupts when 590e98936cSSumant Patro it is generated by the controller. 600e98936cSSumant Patro 610e98936cSSumant Patro -Sumant Patro <Sumant.Patro@lsil.com> 620e98936cSSumant Patro 63e4a082c7SSumant Patro1 Release Date : Wed Feb 03 14:31:44 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com> 64e4a082c7SSumant Patro2 Current Version : 00.00.02.04 65e4a082c7SSumant Patro3 Older Version : 00.00.02.04 66e4a082c7SSumant Patro 67e4a082c7SSumant Patroi. Remove superflous instance_lock 68e4a082c7SSumant Patro 69e4a082c7SSumant Patro gets rid of the otherwise superflous instance_lock and avoids an unsave 70e4a082c7SSumant Patro unsynchronized access in the error handler. 71e4a082c7SSumant Patro 72e4a082c7SSumant Patro - Christoph Hellwig <hch@lst.de> 73e4a082c7SSumant Patro 74e4a082c7SSumant Patro 75f9876f0bSSumant Patro1 Release Date : Wed Feb 03 14:31:44 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com> 76f9876f0bSSumant Patro2 Current Version : 00.00.02.04 77f9876f0bSSumant Patro3 Older Version : 00.00.02.04 78f9876f0bSSumant Patro 79f9876f0bSSumant Patroi. Support for 1078 type (ppc IOP) controller, device id : 0x60 added. 80f9876f0bSSumant Patro During initialization, depending on the device id, the template members 81f9876f0bSSumant Patro are initialized with function pointers specific to the ppc or 82f9876f0bSSumant Patro xscale controllers. 83f9876f0bSSumant Patro 84f9876f0bSSumant Patro -Sumant Patro <Sumant.Patro@lsil.com> 85f9876f0bSSumant Patro 86122da302SJoshua Giles1 Release Date : Fri Feb 03 14:16:25 PST 2006 - Sumant Patro 87122da302SJoshua Giles <Sumant.Patro@lsil.com> 88122da302SJoshua Giles2 Current Version : 00.00.02.04 89122da302SJoshua Giles3 Older Version : 00.00.02.02 90122da302SJoshua Gilesi. Register 16 byte CDB capability with scsi midlayer 91122da302SJoshua Giles 92122da302SJoshua Giles "Ths patch properly registers the 16 byte command length capability of the 93122da302SJoshua Giles megaraid_sas controlled hardware with the scsi midlayer. All megaraid_sas 94122da302SJoshua Giles hardware supports 16 byte CDB's." 95122da302SJoshua Giles 96122da302SJoshua Giles -Joshua Giles <joshua_giles@dell.com> 97122da302SJoshua Giles 981341c939SSumant Patro1 Release Date : Mon Jan 23 14:09:01 PST 2006 - Sumant Patro <Sumant.Patro@lsil.com> 991341c939SSumant Patro2 Current Version : 00.00.02.02 1001341c939SSumant Patro3 Older Version : 00.00.02.01 1011341c939SSumant Patro 1021341c939SSumant Patroi. New template defined to represent each family of controllers (identified by processor used). 1031341c939SSumant 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. 1041341c939SSumant Patro 1051341c939SSumant Patro -Sumant Patro <Sumant.Patro@lsil.com> 1061341c939SSumant Patro 107cb59aa6aSSumant Patro1 Release Date : Mon Dec 19 14:36:26 PST 2005 - Sumant Patro <Sumant.Patro@lsil.com> 108cb59aa6aSSumant Patro2 Current Version : 00.00.02.00-rc4 109cb59aa6aSSumant Patro3 Older Version : 00.00.02.01 110cb59aa6aSSumant Patro 111cb59aa6aSSumant Patroi. Code reorganized to remove code duplication in megasas_build_cmd. 112cb59aa6aSSumant Patro 113cb59aa6aSSumant 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" 114cb59aa6aSSumant Patro 115cb59aa6aSSumant Patro - Christoph Hellwig <hch@lst.de> 116cb59aa6aSSumant Patro 117cb59aa6aSSumant Patroii. Defined MEGASAS_IOC_FIRMWARE32 for code paths that handles 32 bit applications in 64 bit systems. 118cb59aa6aSSumant Patro 119cb59aa6aSSumant 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" 120cb59aa6aSSumant Patro 121cb59aa6aSSumant Patro - Christoph Hellwig <hch@lst.de> 122