aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi/mfireg.h
Commit message (Expand)AuthorAgeFilesLines
* mfi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Export two new DCMD enums. These allow set/get of the mfi_ctrl_propertiesSean Bruno2013-09-221-0/+2
* Implement foreign volume handling. Allows admins to view foreign metadataSean Bruno2013-06-081-0/+4
* Add support for getting and setting BBU properties related to batteryMark Johnston2013-04-081-0/+12
* Fixes queuing issues where mfi_release_command blindly sets the cm_flags = 0Steven Hartland2013-02-271-2/+10
* Fix and update battery status bits according to linux driverSean Bruno2012-05-181-2/+7
* First fix pr 167226:Doug Ambrisko2012-05-041-0/+1
* MFhead_mfi r227068Doug Ambrisko2012-03-301-15/+644
|\
| * First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.Doug Ambrisko2011-11-041-14/+638
|/
* Support controllers whose option ROM is disabled in the BIOS by kickingJohn Baldwin2011-07-141-0/+2
* There are a couple of structs in mfireg.h with members named 'class'.Ed Maste2011-06-021-2/+2
* Update PD state firmware definitions: add copyback, system.Sergey Kandaurov2010-10-211-1/+3
* ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6Scott Long2009-08-131-37/+182
* - Fix from jhb for failing I/O request when bus_dmamap_load fails.Doug Ambrisko2008-11-121-1/+8
* Fix some bugs in dealing with DCMD'd without data. MegaCli was sendingDoug Ambrisko2008-02-021-0/+2
* Update the MFI driver to support new "1078" series of hardware. ThisScott Long2007-08-251-0/+37
* Teach the mfi(4) driver to handle requests from userland managementJohn Baldwin2007-08-131-0/+1
* Catch up to driver changes required for the mfip sub-driver.Scott Long2007-05-161-0/+6
* Some relatively minor changes and bug fixes:Doug Ambrisko2006-12-141-1/+2
* - Add a command validator for use in debugging.Scott Long2006-10-161-6/+225
* Change the class from uint8_t to int8_t so people can filter on >0Doug Ambrisko2006-09-071-1/+1
* Change the event log dump on initial boot to use get_event versusDoug Ambrisko2006-09-071-13/+4
* Instead of using scsi probes to do device discovery, use the firmwarePaul Saab2006-06-201-0/+96
* Add in a bunch of things to the mfi driver:Doug Ambrisko2006-05-181-23/+194
* Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' nameScott Long2006-03-251-0/+559