aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mrsas/mrsas.c
Commit message (Expand)AuthorAgeFilesLines
* mrsas: Fix callout locking in mrsas_complete_cmd()Mark Johnston2023-10-071-0/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Add the mfi(4) ioctl support to mrsas(4)Doug Ambrisko2023-04-281-1/+12
* mrsas: Don't leak a stack pointer value in the softc.John Baldwin2022-12-211-0/+1
* mrsas: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* mrsas: if controller reset is in progress, refrain from firing DCMDs toChandrakanth Patil2022-04-051-0/+1
* mrsas(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* Fix "set but not used" in mrsas. This includes removing unnecessary cdevswScott Long2021-12-041-38/+5
* mrsas(4): Report more correct maximum I/O size.Alexander Motin2021-07-011-5/+6
* mrsas: unbreak i386 buildAlfredo Dal'Ava Junior2021-02-051-3/+1
* [POWERPC64BE] mrsas: add big-endian supportAlfredo Dal'Ava Junior2021-02-041-90/+108
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-4/+4
* mrsas: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-14/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+3
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* add mrsas_shutdown methodAndriy Gapon2019-05-231-0/+34
* Allocated MFI frames should be same as MPT frames reserved for DCMDsKashyap D Desai2019-03-121-2/+1
* fw_outstanding"(outstanding IOs at firmware level) counter gets screwed up wh...Kashyap D Desai2019-03-121-1/+6
* Problem statement:Kashyap D Desai2018-12-261-23/+41
* This patch will add support for 32 bit atomic request descriptor for Aero ada...Kashyap D Desai2018-12-261-8/+37
* This patch will add support for latest generation MegaRAID adapters- Aero(39xx).Kashyap D Desai2018-12-261-22/+47
* This patch will increase debug level as current logging level hasKashyap D Desai2018-12-141-1/+2
* Change IOC INIT wait time to 180 secs to keep it inline with timeoutKashyap D Desai2018-12-141-1/+1
* This patch will add support for NVME PRPs creation by driver for fastpathKashyap D Desai2018-12-141-1/+19
* This patch will add support for new DCMD to get PD information and a single d...Kashyap D Desai2018-12-141-3/+189
* To improve RAID 1/10 Write performance, OS drivers need to issue theKashyap D Desai2018-12-141-45/+100
* Detect sequential Write IOs and pass the hint that it is part of sequentialKashyap D Desai2018-12-141-1/+48
* This patch will add new interface to support more than 256 JBODs.Kashyap D Desai2018-12-141-0/+6
* This patch will add support for divert bitmap in RAID map. Divert bitmap is s...Kashyap D Desai2018-12-141-5/+5
* This patch will add support for new Dynamic RaidMap to have different sizesKashyap D Desai2018-12-141-17/+41
* This patch will add support for next generation(SAS3.5) of Tri mode(SAS, SATA...Kashyap D Desai2018-12-141-8/+41
* 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
* 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-291-0/+15
* 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-291-33/+69
* 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-291-6/+15
* Add sanity check in IO and IOCTL path not to process command further if contr...Kashyap D Desai2016-11-291-2/+4
* Use a variable to indicate Gen3 controllers and remove all PCI ids basedKashyap D Desai2016-11-291-24/+13
* Problem statement:Kashyap D Desai2016-11-291-31/+51
* Added support for Avago/Broadcom Cutlass(12 Gbps- 16 port count) controllers.Kashyap D Desai2016-06-021-4/+14
* Following bugs fixed as part of this patch:Kashyap D Desai2016-05-131-9/+6
* Added supprot for Avago Intruder controller.Kashyap D Desai2016-05-131-4/+15
* Implemented interrupt Config Hook in mrsas(4) to defer some of the tasks, like:Kashyap D Desai2016-05-131-45/+76
* This patch implements driver support for 1MB IO size.Kashyap D Desai2016-05-131-11/+33
* Similar to RAID map for Logical Drives, now JBOD map has been introduced forKashyap D Desai2016-05-131-8/+206
* There was no ERROR handling for firmware command TIMEOUT. This patchKashyap D Desai2016-05-131-97/+182