aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi/mfi_cam.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* mfi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+3
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-2/+2
* Fix "set but not used" warnings in mfi. The one in mfi.c:mfi_data_cb()Scott Long2021-11-251-2/+0
* mfi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Add support for the unmapped i/o to mfi(4).Konstantin Belousov2014-05-291-1/+1
* Remove not applicable PI_SDTR_ABLE and PI_WIDE_16 hba_inquiry flags toAlexander Motin2014-01-101-1/+6
* Hold mfi_io_lock across calls to xpt_rescan() and xpt_alloc_ccb_nowait().Mark Johnston2013-08-231-5/+1
* 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
* Fixes queuing issues where mfi_release_command blindly sets the cm_flags = 0Steven Hartland2013-02-271-1/+7
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-14/+3
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* Add support for SCSI pass through devices to be attached andDoug Ambrisko2012-11-081-0/+71
* - Extend the prior commit to use the generic SCSI command buildingDoug Ambrisko2012-11-061-2/+11
* Fix inappropriate data type for two bus_dmamap_t variables that were causingSean Bruno2012-05-121-2/+2
* MFhead_mfi r227068Doug Ambrisko2012-03-301-0/+6
|\
| * First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.Doug Ambrisko2011-11-041-0/+6
* | Add single-message MSI support to mfi(4). It is disabled by default butJohn Baldwin2011-11-161-0/+1
|/
* Merge from r225950:Marius Strobl2011-10-131-1/+7
* Remove duplicate header includesKevin Lo2011-06-281-3/+0
* When masking direct and processor devices during an inquiry, properlyJohn Baldwin2010-12-061-4/+4
* Correct mfip module dependency on mfi. This allows mfip to be loaded asKonstantin Belousov2010-03-021-0/+1
* Play better with CAM so that there aren't so many spurious warnings at boot.Scott Long2007-10-121-17/+14
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Add the 'mfip' sub-driver for gaining SCSI-passthrough access to devicesScott Long2007-05-161-0/+389