aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mrsas/mrsas_cam.c
Commit message (Expand)AuthorAgeFilesLines
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* This patch will unblock SYNCHRONIZE_CACHE command to firmware, i.e. don't blo...Kashyap D Desai2016-11-291-1/+2
* This patch will add task management support in driver. Below is high level de...Kashyap D Desai2016-11-291-16/+323
* Add sanity check in IO and IOCTL path not to process command further if contr...Kashyap D Desai2016-11-291-0/+11
* Use a variable to indicate Gen3 controllers and remove all PCI ids basedKashyap D Desai2016-11-291-36/+6
* Problem statement:Kashyap D Desai2016-11-291-1/+1
* Added support for Avago/Broadcom Cutlass(12 Gbps- 16 port count) controllers.Kashyap D Desai2016-06-021-6/+18
* Following bugs fixed as part of this patch:Kashyap D Desai2016-05-131-2/+14
* Added supprot for Avago Intruder controller.Kashyap D Desai2016-05-131-6/+24
* This patch implements driver support for 1MB IO size.Kashyap D Desai2016-05-131-6/+27
* Similar to RAID map for Logical Drives, now JBOD map has been introduced forKashyap D Desai2016-05-131-60/+147
* There was no ERROR handling for firmware command TIMEOUT. This patchKashyap D Desai2016-05-131-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Corrected indentation on conflicted source files.Kashyap D Desai2015-05-061-43/+47
* Configured the mrsas(4) driver to support UNMAPPED I/O and updated driver ver...Kashyap D Desai2015-05-061-13/+37
* 1. All LSI namings are converted to AVAGO Tech.Kashyap D Desai2015-05-061-2/+3
* Current driver does fast path read load balancing between arm and mirror diskKashyap D Desai2015-05-061-5/+5
* Now Driver expose Secure Jbod Support via driver_operations in MFI INIT Frame.Kashyap D Desai2015-05-061-33/+52
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-4/+4
* Fix for build issue on i386.xen and amd64.xen.Kashyap D Desai2014-10-131-2/+2
* No logical code change in this pathc.Kashyap D Desai2014-10-081-1008/+1013
* In the passthru IOCTL path, the mfi command pool was freely accessible N timesKashyap D Desai2014-10-081-5/+5
* Extended MSI-x vectors support for Invader and Fury(12Gb/s HBA).Kashyap D Desai2014-10-081-1/+14
* Current MegaRAID firmware and hence the driver only supported 64VDs.Kashyap D Desai2014-10-081-13/+18
* Fix for WITNESS warning while doing xpt_rescan.Kashyap D Desai2014-09-021-7/+4
* Add mrsas(4) driver from LSI official support of newer MegaRAID SASDoug Ambrisko2014-05-071-0/+1179