aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi
Commit message (Expand)AuthorAgeFilesLines
* MFC r243078:Eitan Adler2012-11-301-2/+2
* MFC r238371Sean Bruno2012-09-231-0/+1
* MFC r238373Sean Bruno2012-09-231-0/+1
* MFC of head thunderbolt support for mfi(4)Sean Bruno2012-05-1811-305/+3992
* MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag()Sean Bruno2012-05-181-1/+1
* MFC r225428:Bjoern A. Zeeb2012-02-081-2/+1
* MFC r227409:Xin LI2011-11-171-0/+6
* MFC: r226350Marius Strobl2011-10-291-1/+7
* MFC 216235,216236:John Baldwin2011-01-261-4/+4
* MFC r214130.Sergey Kandaurov2010-10-281-1/+3
* MFC r204590:Konstantin Belousov2010-03-092-0/+2
* MFC 196200,196211,196280-196282:John Baldwin2009-10-262-37/+184
* MFC: Fix the maximum transfer size for mfi(4) disk devices to not exceedJohn Baldwin2009-01-211-1/+2
* MFC: r185584,185994,185999,186132 which updates the strings that identifiesDoug Ambrisko2008-12-172-9/+13
* MFC 182085, 184897, 184933, 184974, 184975Doug Ambrisko2008-11-175-32/+112
* 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-133-15/+201
* MFC:Kris Kennaway2008-05-161-1/+1
* MFC: Fix some bugs in dealing with DCMD's without data. MegaCli was sendingDoug Ambrisko2008-02-032-58/+94
* Merge rev 1.3: Clean up warnings on boot.Scott Long2007-10-191-17/+14
* Update the MFI driver to support new "1078" series of hardware. ThisScott Long2007-08-254-24/+221
* Fix a few nits relative to the previous changes:John Baldwin2007-08-132-2/+9
* Teach the mfi(4) driver to handle requests from userland managementJohn Baldwin2007-08-135-29/+217
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Add in a couple of things:Doug Ambrisko2007-06-042-19/+33
* Catch up to driver changes required for the mfip sub-driver.Scott Long2007-05-163-4/+27
* Add the 'mfip' sub-driver for gaining SCSI-passthrough access to devicesScott Long2007-05-161-0/+389
* Collapse the mfi_ld object. Add an ioctl to help management apps mapScott Long2007-05-105-44/+79
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Remove a PCI ID entry that conflicts with the AMR driver.Scott Long2007-01-231-1/+0
* Add PCI Id's for upcoming controllers.Scott Long2007-01-171-1/+3
* 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-143-65/+54
* 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-143-7/+206
* 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-165-53/+425
* Skip the AEN event command that is always hanging out on the card.Scott Long2006-09-271-0/+2
* Fix a bad #include statmentScott Long2006-09-271-1/+1
* Add a command debugging module and a periodic watchdog timer.Scott Long2006-09-253-0/+287
* 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-202-36/+33
* 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-072-68/+117
* 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-205-214/+178