aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mrsas
Commit message (Expand)AuthorAgeFilesLines
* 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-95/+310
* 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
* 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