aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mrsas
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is a feature provided to run 32-bit linux binaries on FreeBSD 64bitKashyap D Desai2014-10-085-108/+274
* Current MegaRAID firmware and hence the driver only supported 64VDs.Kashyap D Desai2014-10-084-188/+512
* Fix for WITNESS warning while doing xpt_rescan.Kashyap D Desai2014-09-022-8/+5
* Correct memset size.Xin LI2014-06-241-1/+1
* Add mrsas(4) driver from LSI official support of newer MegaRAID SASDoug Ambrisko2014-05-076-0/+9409