aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi/mfi.c
Commit message (Expand)AuthorAgeFilesLines
* mfi(4): Fix a typo in a KASSERT messageGordon Bergling2025-11-191-1/+1
* mfi(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-5/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Suppress unused variable warning in mfi.cDimitry Andric2022-07-201-2/+2
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-16/+16
* Fix "set but not used" warnings in mfi. The one in mfi.c:mfi_data_cb()Scott Long2021-11-251-3/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* mfi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-071-2/+6
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix intrhook release in MFI as wellScott Long2017-09-081-2/+2
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* Add missing array subscript.John Baldwin2016-08-291-1/+1
* Remove NULL check after M_WAITOK allocations from mfi(4).Edward Tomasz Napierala2016-05-101-8/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-4/+4
* Remove bare & 0x3; it encodes the values of BIO_READ andWarner Losh2016-03-151-2/+2
* Switch from make_dev_alias to make_dev_alias_p since make_dev_alias_p canDoug Ambrisko2015-06-091-1/+3
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-6/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-6/+0
* Add support for the unmapped i/o to mfi(4).Konstantin Belousov2014-05-291-6/+12
* Remove forced timeout of in-flight commands from mfi_timeout.Steven Hartland2013-07-011-5/+8
* Fix a typo in mfi_stp_cmd() that would give wrong assignment.Xin LI2013-03-011-1/+1
* Adds hw.mfi.cmd_timeout loader / sysctl tuneable which controls the defaultSteven Hartland2013-02-271-5/+11
* Fixes queuing issues where mfi_release_command blindly sets the cm_flags = 0Steven Hartland2013-02-271-116/+204
* Fixes mfi panic on recused on non-recusive mutex MFI I/O lockSteven Hartland2013-02-271-3/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-2/+8
* Add support for SCSI pass through devices to be attached andDoug Ambrisko2012-11-081-0/+5
* - Extend the prior commit to use the generic SCSI command buildingDoug Ambrisko2012-11-061-53/+97
* Copy code from scsi_read_write() as mfi_build_syspd_cdb() to build SCSIXin LI2012-11-021-26/+82
* Grab the mfi_config_lock while performing a MFI_DCMD_CFG_FOREIGN_IMPORTJohn Baldwin2012-09-261-0/+1
* Fix panics triggered by older mfiutil binaries run on the new mfi(4) driver.John Baldwin2012-07-031-4/+8
* Some style improvements.Doug Ambrisko2012-05-041-5/+6
* First fix pr 167226:Doug Ambrisko2012-05-041-11/+20
* MFhead_mfi r227068Doug Ambrisko2012-03-301-217/+1228
|\
| * First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.Doug Ambrisko2011-11-041-177/+1170
* | Add single-message MSI support to mfi(4). It is disabled by default butJohn Baldwin2011-11-161-9/+2
* | Do a dummy read to flush the interrupt ACK that we just performed,Xin LI2011-11-091-0/+6
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
|/
* - Add special support for the MFI_CMD ioctl with MFI_CMD_STP command, usedAlexander Motin2011-09-291-40/+63
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Shorten a variable access some using a cached value rather thanBjoern A. Zeeb2011-09-071-2/+1
* Support controllers whose option ROM is disabled in the BIOS by kickingJohn Baldwin2011-07-141-2/+6
* Use MFI_STAT_* constants for cmd_status field values rather than magicJohn Baldwin2011-07-141-5/+6