Lines Matching refs:to
12 4. Add missing initial call to megasas_get_ld_vf_affiliation().
23 2. Fix megasas_ioc_init_fusion to use local stack variable.
24 3. Return leaked MPT frames to MPT command pool.
47 3. Update balance count in driver to be in sync of firmware.
51 7. Add support to display Customer branding details in syslog.
52 8. Set IoFlags to enable Fast Path for JBODs for Invader/Fury(12 Gb/s)
57 11.Add support to differentiate between iMR and MR Firmware.
106 2. Mask off flags in ioctl path to prevent memory scribble with older
116 2. Increase default cmds per lun to 256.
130 1. Fix FastPath I/O to work with degraded RAID 1.
143 6. Convert 6,10,12 byte CDB's to 16 byte CDB for large LBA's for FastPath
158 5. Fix megasas_probe_one() to clear PCI_MSIX_FLAGS_ENABLE in msi control
160 6. Fix megasas_get_cmd() to only print "Command pool empty" if
162 7. Fix megasas_build_dcdb_fusion() to not filter by TYPE_DISK.
163 8. Fix megasas_build_dcdb_fusion() to use io_request->LUN[1] field.
164 9. Add MR_EVT_CFG_CLEARED to megasas_aen_polling().
165 10. Fix tasklet_init() in megasas_init_fw() to use instancet->tasklet.
168 13. Fix iMR OCR support to work correctly.
175 1. Rename megaraid_sas.c to megaraid_sas_base.c.
179 5. Add struct megasas_instance_temlate changes, and change all code to use
190 6. Add code to support MegaRAID 9265/9285 controllers device id (0x5b).
199 1. Add the Online Controller Reset (OCR) to the Driver.
201 will allow the fw to do the chip reset which will not
204 To add the OCR support, driver need to do:
207 related to this two chips.
210 which not returned by FW to driver's pending queue. Driver
211 will re-issue those pending cmds again to FW after the OCR
214 c). In driver's timeout routine, driver will report to
220 reset (OCR), driver will start to do the controller reset.
223 OCR to finish, then issue the cmds to FW.
226 OCR to see if driver can bring back the FW.
228 2. Add the support update flag to the driver to tell LSI megaraid_sas
230 will not need to do the device update after application add/del the device
235 4. Add the input parameter max_sectors to 1MB support to our GEN2 controller.
236 customer can use the input paramenter max_sectors to add 1MB support to GEN2
246 1. Add the pad_0 in mfi frame structure to 0 to fix the
249 2. Add the logic drive list to the driver. Driver will
262 1. Change the AEN sys PD update from scsi_scan to
303 1. Add the Tape drive fix to the driver: If the command is for
304 the tape device, set the pthru timeout to the os layer timeout value.
306 2. Add Poll_wait mechanism to Gen-2 Linux driv.
307 In the aen handler, driver needs to wakeup poll handler similar to
310 3. Add new controller new SAS2 support to the driver.
312 4. Report the unconfigured PD (system PD) to OS.
314 5. Add the IEEE SGL support to the driver
316 6. Reasign the Application cmds to SAS2 controller
326 1. Add the new controller (0078, 0079) support to the driver
337 1. Add shutdown DCMD cmd to the shutdown routine to make FW shutdown proper.
350 to u32 * as in previous versions of driver.
353 When Driver sent wrong frame count to firmware. As this
354 particular command is sent to drive, FW is seeing continuous
357 3. Add the new controller(1078DE) support to the driver
358 and Increase the max_wait to 60 from 10 in the controller
370 1. Increased MFI_POLL_TIMEOUT_SECS to 60 seconds from 10. FW may take
371 a max of 60 seconds to respond to the INIT cmd.
381 1. Added module parameter "poll_mode_io" to support for "polling"
385 to be completed. A timer-based interrupt has also been added
386 to prevent IO completion processing from being delayed
402 with megaraid_sas. Thanks to RB for providing the logs and
403 duplication steps that helped to get to the root cause of the
404 issue. 2. Increased MFI_POLL_TIMEOUT_SECS to 60 seconds from
405 10. FW may take a max of 60 seconds to respond to the INIT
416 1. Added the megasas_reset_timer routine to intercept cmd timeout and throttle io.
419 It looks like megaraid_sas at least needs this to throttle its commands
420 > as they begin to time out. The code keeps the existing transport
421 > template use of eh_timed_out (and allows the transport to override the
452 > I suspect all this horror is due to stupidity in the DMA API.
456 > to use GFP_KERNEL.
460 It does, but the DMA API was expanded to cope with this exact case, so
480 The driver now waits for 10 seconds to elapse instead of 5 (as in
481 previous release) to resume IO.
493 Checks added in megasas_queue_command to know if FW is able to
495 is 2 or greater,the driver stops sending cmd to FW temporarily. IO is
496 resumed if pending cmd count reduces to 16 or 5 seconds has elapsed
497 from the time cmds were last sent to FW.
501 Disks are exposed with WCE=1. User is advised to enable Write Back
504 the cmd and return success without sending down to FW.
518 1. Added new memory management module to support the IOCTL memory allocation. For IOCTL we try to a…
519 2. Added check in megasas_queue_command and dpc/isr routine to see if we have already declared adap…
528 …Convert the pci_device_id-table of the megaraid_sas-driver to the PCI_DEVICE-macro, to safe some l…
532 iii. megasas_ctrl_info struct reverted to 3.02 release
533 iv. Default value of megasas_dbg_lvl set to 0
536 cmd->sense to pci_pool_free. Fixed. Bug was pointed out by
544 ii. Reduced by 1 max cmds sent to FW from Driver to make the reply_q_sz same
551 i. Send stop adapter to FW & Dump pending FW cmds before declaring adapter dead.
552 New varible added to set dbg level.
557 …onal state before firing INIT, now we send RESET Flag to FW instead of just READY. This is used to…
575 ii. Bug fix : Disable controller interrupt before firing INIT cmd to FW.
578 This is done to ensure that driver is ready to handle interrupts when
601 are initialized with function pointers specific to the ppc or
622 i. New template defined to represent each family of controllers (identified by processor used).
623 …to appropritae values for a specific family of controllers. The template definition has four funct…
631 i. Code reorganized to remove code duplication in megasas_build_cmd.
639 …efined if CONFIG_COMPAT is set, we need to define a MEGASAS_IOC_FIRMWARE32 define so native binari…