aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+1
* dev/mfi: Make a seemingly bogus conditional unconditionalJustin Hibbits2020-12-091-9/+5
* 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-015-20/+0
* Fix a mistaken conditional in mfi_tbolt_send_frame()Justin Hibbits2020-03-061-1/+1
* 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
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-203-13/+20
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-2/+5
* 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-2711-1/+23
* Fix intrhook release in MFI as wellScott Long2017-09-081-2/+2
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-012-2/+0
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* 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-032-4/+4
* 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-284-13/+2
* Revert r267961, r267973:Glen Barber2014-06-274-2/+13
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-274-13/+2
* Correct variable for loader tunable variable hw.mfi.mrsas_enable.Xin LI2014-06-131-1/+1
* Add support for the unmapped i/o to mfi(4).Konstantin Belousov2014-05-295-15/+25
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Add support for MegaRAID Fury cards. The main change needed to boot from aMark Johnston2014-02-063-6/+29
* Add a tunable "hw.mfi.mrsas_enable" to allow mfi(4) to drop priority andDoug Ambrisko2014-02-042-13/+25
* Remove not applicable PI_SDTR_ABLE and PI_WIDE_16 hba_inquiry flags toAlexander Motin2014-01-101-1/+6
* Add PCI device ID for MegaRAID Invader cards. This was the onlyDoug Ambrisko2013-09-251-0/+1
* Export two new DCMD enums. These allow set/get of the mfi_ctrl_propertiesSean Bruno2013-09-221-0/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3
* Hold mfi_io_lock across calls to xpt_rescan() and xpt_alloc_ccb_nowait().Mark Johnston2013-08-231-5/+1
* If sys/param.h MAXPHYS has been tuned to exceed MFI_MAXPHYS, the mfi(4)Sean Bruno2013-08-141-1/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-14/+2
* Remove forced timeout of in-flight commands from mfi_timeout.Steven Hartland2013-07-011-5/+8
* Implement foreign volume handling. Allows admins to view foreign metadataSean Bruno2013-06-081-0/+4
* xpt_create_path() requires mfi_io_lock to be held, so do it.Sean Bruno2013-05-311-0/+3
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+1
* Add support for getting and setting BBU properties related to batteryMark Johnston2013-04-082-0/+21
* Don't attempt to reference sc before testing whether it's NULL.Xin LI2013-03-221-1/+1
* 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-276-326/+481
* Fixes mfi panic on recused on non-recusive mutex MFI I/O lockSteven Hartland2013-02-272-4/+4
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-123-16/+12
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* Add deviceid to the disk output on boot to help debugging.Eitan Adler2012-11-151-2/+2
* Add support for SCSI pass through devices to be attached andDoug Ambrisko2012-11-083-0/+78