summaryrefslogtreecommitdiff
path: root/sys/dev/mfi/mfi_disk.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-13kerneldump: remove physical argument from d_dumperMitchell Horne
2022-05-06mfi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-11-25Fix "set but not used" warnings in mfi. The one in mfi.c:mfi_data_cb()Scott Long
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-05-29Add support for the unmapped i/o to mfi(4).Konstantin Belousov
2013-03-22Don't attempt to reference sc before testing whether it's NULL.Xin LI
2012-11-06- Extend the prior commit to use the generic SCSI command buildingDoug Ambrisko
2012-07-11When an MFI command fails, the driver needs to set bio->bio_resid so thatSean Bruno
2012-05-30Cosmetic nit. If a configured volume has no label, don't emit an emptySean Bruno
2012-05-04Some style improvements.Doug Ambrisko
2012-03-30MFhead_mfi r227068Doug Ambrisko
2011-11-16Add single-message MSI support to mfi(4). It is disabled by default butJohn Baldwin
2011-11-04First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.Doug Ambrisko
2008-11-17Fix the maximum transfer size for mfi(4) disk devices to not exceed theJohn Baldwin
2007-08-13Teach the mfi(4) driver to handle requests from userland managementJohn Baldwin
2007-05-10Collapse the mfi_ld object. Add an ioctl to help management apps mapScott Long
2006-10-16- Add a command validator for use in debugging.Scott Long
2006-06-20Instead of using scsi probes to do device discovery, use the firmwarePaul Saab
2006-05-18Add in a bunch of things to the mfi driver:Doug Ambrisko
2006-03-28Handle invalid capacity parameters from the firmware.Scott Long
2006-03-25Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' nameScott Long