aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mrsas
Commit message (Expand)AuthorAgeFilesLines
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-0/+1
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-2/+1
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-1/+2
* Fix a typo introduced in r306024.Jung-uk Kim2017-01-231-1/+1
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* This patch upgrades driver version to 06.712.04.00-fbsdKashyap D Desai2016-11-291-1/+1
* This patch will add code to refire IOCTL commands after OCR.Kashyap D Desai2016-11-291-1/+22
* This patch will unblock SYNCHRONIZE_CACHE command to firmware, i.e. don't blo...Kashyap D Desai2016-11-293-2/+24
* Wait for AEN task to be completed(if in queue) before resetting the controllerKashyap D Desai2016-11-291-15/+15
* This patch will add task management support in driver. Below is high level de...Kashyap D Desai2016-11-293-56/+494
* Process outstanding reply descriptors from all the reply descriptor post queu...Kashyap D Desai2016-11-291-0/+5
* Clean up reference to AEN command if abort AEN is succesful as the command is...Kashyap D Desai2016-11-291-1/+2
* Update controller properties(read OCR capability bit) when MR_EVT_CTRL_PROP_C...Kashyap D Desai2016-11-292-6/+16
* Add sanity check in IO and IOCTL path not to process command further if contr...Kashyap D Desai2016-11-292-2/+15
* Use a variable to indicate Gen3 controllers and remove all PCI ids basedKashyap D Desai2016-11-294-86/+23
* Problem statement:Kashyap D Desai2016-11-293-33/+54
* mrsas: update for sys/capability.h rename in r263232Ed Maste2016-09-201-2/+4
* Added support for Avago/Broadcom Cutlass(12 Gbps- 16 port count) controllers.Kashyap D Desai2016-06-024-13/+43
* Version update patch.Kashyap D Desai2016-05-131-1/+1
* Following bugs fixed as part of this patch:Kashyap D Desai2016-05-134-17/+36
* Added supprot for Avago Intruder controller.Kashyap D Desai2016-05-134-13/+53
* Implemented interrupt Config Hook in mrsas(4) to defer some of the tasks, like:Kashyap D Desai2016-05-132-45/+78
* This patch implements driver support for 1MB IO size.Kashyap D Desai2016-05-133-22/+73
* Similar to RAID map for Logical Drives, now JBOD map has been introduced forKashyap D Desai2016-05-133-69/+385
* There was no ERROR handling for firmware command TIMEOUT. This patchKashyap D Desai2016-05-134-99/+197
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-3/+3
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-121-1/+1
* Fix NULL pointer dereferencesSteven Hartland2016-02-251-10/+8
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-2/+2
* Counter part of mfi driver commit in mrsasKashyap D Desai2015-06-262-2/+4
* Kernel panic may be observed by user, if MR controller is under Chip reset (OCR)Kashyap D Desai2015-06-261-0/+2
* Corrected indentation on conflicted source files.Kashyap D Desai2015-05-066-307/+319
* Configured the mrsas(4) driver to support UNMAPPED I/O and updated driver ver...Kashyap D Desai2015-05-062-14/+38
* 1. All LSI namings are converted to AVAGO Tech.Kashyap D Desai2015-05-067-37/+50
* Bug fixes found internally as detailed below:Kashyap D Desai2015-05-063-6/+13
* Driver calls mrsas_complete_cmd() to call mrsas_wakeup() for each MFI frame t...Kashyap D Desai2015-05-061-2/+31
* In OCR(Online Controller Reset) path, driver sets adapter state toKashyap D Desai2015-05-062-62/+74
* Current driver does fast path read load balancing between arm and mirror diskKashyap D Desai2015-05-064-73/+113
* Now Driver expose Secure Jbod Support via driver_operations in MFI INIT Frame.Kashyap D Desai2015-05-063-39/+93
* This patch adds the feature to provide PCI information via IOCTL query.Kashyap D Desai2015-05-063-11/+217
* Use struct thread directly instead of d_thread_t. This driver is notJohn Baldwin2015-01-061-3/+4
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-4/+4
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-212-3/+4
* Fix for build issue on i386.xen and amd64.xen.Kashyap D Desai2014-10-134-27/+27
* No logical code change in this pathc.Kashyap D Desai2014-10-087-8037/+7957
* Driver version upgrade.Kashyap D Desai2014-10-081-1/+1
* In the passthru IOCTL path, the mfi command pool was freely accessible N timesKashyap D Desai2014-10-084-18/+62
* d_poll() callback function is the entry point for poll system call for the ap...Kashyap D Desai2014-10-082-5/+43
* Extended MSI-x vectors support for Invader and Fury(12Gb/s HBA).Kashyap D Desai2014-10-083-77/+295
* Fix the minor svn add issue. $FreeBSD$ expands at the time ofKashyap D Desai2014-10-081-1/+1