aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi
Commit message (Expand)AuthorAgeFilesLines
...
* | Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* | - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+2
* | The sys/sysctl.h header is needed when MFI_DEBUG is defined.Konstantin Belousov2011-11-161-0/+1
* | Add single-message MSI support to mfi(4). It is disabled by default butJohn Baldwin2011-11-165-10/+28
* | Do a dummy read to flush the interrupt ACK that we just performed,Xin LI2011-11-091-0/+6
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
|/
* Fix an implicit dependency between the MFI driver and CAM that had grown dueScott Long2011-10-291-1/+18
* Merge from r225950:Marius Strobl2011-10-131-1/+7
* - Add special support for the MFI_CMD ioctl with MFI_CMD_STP command, usedAlexander Motin2011-09-292-40/+64
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Shorten a variable access some using a cached value rather thanBjoern A. Zeeb2011-09-071-2/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* Support controllers whose option ROM is disabled in the BIOS by kickingJohn Baldwin2011-07-142-2/+8
* Use MFI_STAT_* constants for cmd_status field values rather than magicJohn Baldwin2011-07-141-5/+6
* Remove duplicate header includesKevin Lo2011-06-281-3/+0
* There are a couple of structs in mfireg.h with members named 'class'.Ed Maste2011-06-022-11/+11
* When masking direct and processor devices during an inquiry, properlyJohn Baldwin2010-12-061-4/+4
* Update PD state firmware definitions: add copyback, system.Sergey Kandaurov2010-10-211-1/+3
* Correct mfip module dependency on mfi. This allows mfip to be loaded asKonstantin Belousov2010-03-022-0/+2
* Revert r200231. It was already taken cared by jhb long ago.Jung-uk Kim2009-12-071-16/+3
* Make mfi(4) little bit less chatty.Jung-uk Kim2009-12-071-3/+16
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-13/+7
* ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6Scott Long2009-08-132-37/+184
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-7/+13
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-102-1/+2
* fw_state ad cur_state are holding unsigned bitfields, so declare thenScott Long2009-06-241-1/+1
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-202-6/+6
* Change Dell's gen2 catch-all from Dell PERC H700/H800 to Dell PERC Gen2Doug Ambrisko2008-12-152-2/+3
* Sort the PCI device's and make the catch-all for new DellDoug Ambrisko2008-12-121-6/+6
* Add in some more device ID's and a generic catch-all.Doug Ambrisko2008-12-121-0/+3
* Change new card identification names.Doug Ambrisko2008-12-031-4/+4
* Fix the maximum transfer size for mfi(4) disk devices to not exceed theJohn Baldwin2008-11-171-1/+2
* Fix compile. I was in the wrong tree when I tested it :-(Doug Ambrisko2008-11-141-2/+2
* When running a 32bit app. on amd64, ensure the bits above 32bitDoug Ambrisko2008-11-141-0/+15
* One more piece to add to make sense data work for a user app. from LSI.Doug Ambrisko2008-11-131-0/+10
* - Fix from jhb for failing I/O request when bus_dmamap_load fails.Doug Ambrisko2008-11-125-30/+85
* Fix style nit: s/^ }/}/ in two places.Warner Losh2008-08-231-2/+2
* Tweak the output of event log messages from the controller:John Baldwin2008-06-261-283/+48
* Adjust the handling of pending log events during boot:John Baldwin2008-06-261-50/+75
* Add support to talk to the LSI ioctl path on with FreeBSD 32 bit app'sDoug Ambrisko2008-05-282-0/+62
* Add support for management apps. Work around an apparent firmware bug thatScott Long2008-05-122-8/+126
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forKris Kennaway2008-04-161-1/+1
* Add in a compat. mode so you can either open the card's deviceDoug Ambrisko2008-03-221-0/+9
* Fix some bugs in dealing with DCMD'd without data. MegaCli was sendingDoug Ambrisko2008-02-022-58/+94
* Add Dell's sub-vendor id to identify PERC6 RAID controller which has LSIDoug Ambrisko2007-12-191-0/+1
* I incorrectly assumed the log buffer started from the beginning when itDoug Ambrisko2007-12-191-7/+3
* Play better with CAM so that there aren't so many spurious warnings at boot.Scott Long2007-10-121-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