aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi/mfi.c
Commit message (Expand)AuthorAgeFilesLines
* MFC of head thunderbolt support for mfi(4)Sean Bruno2012-05-181-246/+1288
* MFC r225428:Bjoern A. Zeeb2012-02-081-2/+1
* MFC r227409:Xin LI2011-11-171-0/+6
* MFC: r185584,185994,185999,186132 which updates the strings that identifiesDoug Ambrisko2008-12-171-1/+2
* MFC 182085, 184897, 184933, 184974, 184975Doug Ambrisko2008-11-171-26/+75
* MFC: Tweak the output of controller event log messages to reduce verbosityJohn Baldwin2008-07-171-283/+48
* MFC: Improve the handling of pending events in the controller's event logJohn Baldwin2008-07-171-50/+75
* MFC: All changes in current to 7.X.Doug Ambrisko2008-06-131-15/+162
* MFC:Kris Kennaway2008-05-161-1/+1
* MFC: Fix some bugs in dealing with DCMD's without data. MegaCli was sendingDoug Ambrisko2008-02-031-58/+92
* Update the MFI driver to support new "1078" series of hardware. ThisScott Long2007-08-251-21/+120
* Fix a few nits relative to the previous changes:John Baldwin2007-08-131-2/+8
* Teach the mfi(4) driver to handle requests from userland managementJohn Baldwin2007-08-131-22/+155
* Add in a couple of things:Doug Ambrisko2007-06-041-19/+32
* Catch up to driver changes required for the mfip sub-driver.Scott Long2007-05-161-4/+16
* Collapse the mfi_ld object. Add an ioctl to help management apps mapScott Long2007-05-101-14/+25
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Up the event class reporting from 10 (basically, nothing) to EVT_CLASS_INFO.Scott Long2007-01-071-1/+1
* Make sure that all of the fields in the header are clean. It was possible forScott Long2007-01-021-5/+9
* Some relatively minor changes and bug fixes:Doug Ambrisko2006-12-141-56/+44
* Change the internal API for polled commands. Calling mfi_polled_commandScott Long2006-11-181-83/+39
* - Add in FreeBSD native ioctl that models the Linux version.Doug Ambrisko2006-11-141-6/+145
* Remove some debugging code that accidentally crept in.Scott Long2006-10-161-3/+1
* - Add a command validator for use in debugging.Scott Long2006-10-161-44/+138
* Skip the AEN event command that is always hanging out on the card.Scott Long2006-09-271-0/+2
* Add a command debugging module and a periodic watchdog timer.Scott Long2006-09-251-0/+44
* Allow hw.mfi.event_locale/hw.mfi.event_class to be set via loader.Doug Ambrisko2006-09-201-2/+8
* Change some variable names and update some comments to help clarify someScott Long2006-09-201-29/+30
* Change the event log dump on initial boot to use get_event versusDoug Ambrisko2006-09-071-55/+113
* Remove old debugging code from the interrupt handler.Scott Long2006-09-071-11/+4
* Change mfi_add_ld to "immediate command" mode since we need to enumerateDoug Ambrisko2006-06-301-4/+7
* Fix a potential problem when mfi_get_log_state and onlyPaul Saab2006-06-201-2/+4
* Instead of using scsi probes to do device discovery, use the firmwarePaul Saab2006-06-201-202/+77
* Fix a typo when getting the log_state and set the flags on thePaul Saab2006-06-201-1/+1
* Cleanup dcmd firmware processing into a single function, mfi_dcmd_commandPaul Saab2006-06-201-85/+95
* Clean up some comments and device printf failures in mfi_get_log_statePaul Saab2006-06-201-6/+3
* Remove two debugging printfsPaul Saab2006-06-191-2/+0
* Fix missing \n and when there are no arg's that means just print outDoug Ambrisko2006-06-131-8/+11
* Add in a bunch of things to the mfi driver:Doug Ambrisko2006-05-181-9/+809
* Fix some small bugs.Scott Long2006-04-101-2/+7
* Fix 64-bit DMA. The problem was an incorrect flag check. Thanks to PaulScott Long2006-03-281-10/+14
* Handle invalid capacity parameters from the firmware.Scott Long2006-03-281-1/+6
* Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' nameScott Long2006-03-251-0/+1265