aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mrsas
Commit message (Expand)AuthorAgeFilesLines
* 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: remove additional MPT command allocation for R1 FP commandChandrakanth Patil2022-04-051-1/+0
* mrsas(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* Fix "set but not used" in the mrsas driver. Remove dead code.Scott Long2022-02-261-2/+1
* Fix "set but not used" in mrsas. This includes removing unnecessary cdevswScott Long2021-12-042-44/+5
* mrsas(4): Report more correct maximum I/O size.Alexander Motin2021-07-012-40/+7
* mrsas: unbreak i386 buildAlfredo Dal'Ava Junior2021-02-051-3/+1
* [POWERPC64BE] mrsas: add big-endian supportAlfredo Dal'Ava Junior2021-02-044-201/+510
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+1
* Use uintptr_t instead of unsigned long for pointers.John Baldwin2020-12-161-4/+4
* 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-015-70/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+3
* Fix some misleading indentation warnings reported by recent clang.John Baldwin2020-01-261-7/+8
* 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
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* Update driver version to 07.709.04.00-fbsdKashyap D Desai2019-03-121-1/+1
* 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-122-9/+29
* Driver version upgrade.Kashyap D Desai2018-12-261-1/+1
* 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-262-9/+41
* This patch will add support for latest generation MegaRAID adapters- Aero(39xx).Kashyap D Desai2018-12-264-39/+74
* Compilation failure on ppc and mips due to Revision 342066.Kashyap D Desai2018-12-141-3/+5
* Driver version upgrade 07.708.02.00-fbsdKashyap D Desai2018-12-141-1/+1
* 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-142-2/+1
* This patch will add support for NVME PRPs creation by driver for fastpathKashyap D Desai2018-12-144-38/+312
* This patch will add support for new DCMD to get PD information and a single d...Kashyap D Desai2018-12-142-4/+400
* To improve RAID 1/10 Write performance, OS drivers need to issue theKashyap D Desai2018-12-144-97/+312
* Detect sequential Write IOs and pass the hint that it is part of sequentialKashyap D Desai2018-12-144-2/+159
* This patch will add new interface to support more than 256 JBODs.Kashyap D Desai2018-12-143-3/+32
* This patch will add support for divert bitmap in RAID map. Divert bitmap is s...Kashyap D Desai2018-12-144-63/+170
* This patch will add support for new Dynamic RaidMap to have different sizesKashyap D Desai2018-12-143-36/+327
* This patch will add support for next generation(SAS3.5) of Tri mode(SAS, SATA...Kashyap D Desai2018-12-144-21/+64
* Use plain atomic_{add,subtract} when that's sufficient.Mark Johnston2018-11-061-2/+2
* mrsas(4): Remove unneed extra arg from MR_LdBlockSizeGet().Eitan Adler2018-05-231-3/+2
* 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