aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mps
Commit message (Expand)AuthorAgeFilesLines
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-16/+22
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-22/+16
* mps(4): Fix unmatched devq release.Warner Losh2021-12-021-16/+22
* Fix "set but not used" warnings in the mps driver.Scott Long2021-11-253-7/+0
* mps: Fix debugging lineWarner Losh2021-11-161-1/+1
* mps/mpr(4): Move xpt_register_async() out of lock.Alexander Motin2021-09-141-8/+10
* Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-111-3/+3
* mpr/mps: Minor state machine fixWarner Losh2021-06-031-0/+1
* Fix mpr(4) and mps(4) state transitions and a use-after-free panic.Kenneth D. Merry2021-06-034-29/+47
* mpr, mps: clear CCBs allocated on the stackEdward Tomasz Napierala2021-05-211-0/+1
* mpr/mps(4): Make device mapping some more robust.Alexander Motin2021-04-241-13/+26
* Remove unused wrappers around kproc_create() and kproc_exit().John Baldwin2021-03-121-4/+0
* mpr, mps: Fix an off-by-one bug in the BTDH_MAPPING ioctlMark Johnston2021-01-081-1/+1
* mpr, mps: Fix a stack buffer overflow in the user passthru ioctlMark Johnston2021-01-081-16/+16
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-2/+2
* Introduce support of SCSI Command Priority.Alexander Motin2020-10-251-0/+2
* Bring the request_descriptor union into harmony internally. NoScott Long2020-10-131-3/+3
* Refine the busdma template interface. Provide tools for filling in fieldsScott Long2020-09-143-30/+24
* Convert the mps driver to use busdma templatesScott Long2020-09-113-89/+46
* mps: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0122-282/+14
* Remove extra memset() left after r342388.Alexander Motin2020-08-041-1/+0
* mpr(4), mps(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-273-30/+0
* Add a small hack to the ioctl header files so that both mpr and mps canScott Long2020-04-161-0/+2
* Centralize compatability translation macros.Brooks Davis2020-04-141-10/+1
* Increase buffer in mprsas_log_command() from 192 to 224 bytes.Alexander Motin2020-03-131-1/+1
* Remove support for all pre FreeBSD 11.0 versions from mpr and mps.Warner Losh2020-02-263-279/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-6/+10
* Before issing the REMOVE_DEVICE command to the firmware, make sure that allWarner Losh2020-02-252-18/+55
* Advertise the MPI Message Version that's contained in the IOCFacts messageScott Long2020-02-072-2/+13
* mps(4): add missing cam(4) dependencyConrad Meyer2020-01-191-0/+1
* Fix leak in state machine for commands.Warner Losh2019-11-241-0/+1
* Fix bugs in recovery path and improve cm trackingWarner Losh2019-07-084-17/+35
* Fix busy status leak in case of incorrect passthrough args.Alexander Motin2019-05-301-2/+4
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+3
* Add missing newline to debug printf.Warner Losh2019-05-081-1/+1
* Add missing break statements. Coverity CID 1400446.Scott Long2019-03-271-0/+2
* Add event table decoding for SAS Broadcast Primitive events.Scott Long2019-03-241-0/+10
* Fix a transposition error from the previous commitScott Long2019-03-241-1/+1
* r329522 created problemss with commands that enter the TIMEDOUT state butScott Long2019-03-241-3/+2
* Port over the SCSI sense handling fix from mpr(4) in r342528, and fixScott Long2018-12-311-3/+5
* Further refactoring for task management commands. Also fix a relatedScott Long2018-12-241-15/+16
* Commands for user-initated device resets should come from the high-priorityScott Long2018-12-241-2/+2
* First step in refactoring and fixing the error recovery and task managementScott Long2018-12-243-18/+14
* mps(4), mpr(4): remove SATA ID command cancellation hackConrad Meyer2018-12-213-63/+31
* mps(4), mpr(4): Fix lifetime of command buffer for mp?sas_get_sata_identifyConrad Meyer2018-12-212-5/+12
* Copy and clear the reply descriptor atomically. This prevents concurrencyScott Long2018-12-091-5/+14
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-4/+4
* Port the mps panic-safe shutdown_final handling to mprWarner Losh2018-08-131-0/+2
* Call xpt_sim_poll in shutdown_final handler.Warner Losh2018-08-131-1/+4
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0