aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mps
Commit message (Expand)AuthorAgeFilesLines
* MFC mpr(4) changes: r265484, r265485, r265709 and r265712Kenneth D. Merry2014-05-221-2/+4
* MFC r262575:Alexander Motin2014-03-061-18/+7
* MFC r262553:Alexander Motin2014-03-061-2/+2
* MFC r254253, r254257:Alexander Motin2013-10-091-0/+4
* MFC r253809:Alexander Motin2013-10-091-1/+1
* MFC r241759 (by jwd):Alexander Motin2013-10-091-1/+1
* MFC r241145 (by ken):Alexander Motin2013-10-091-2/+2
* MFC r255501Kenneth D. Merry2013-09-231-0/+3
* MFC mps(4) driver changes 253460, 253549, 253550 and 254615.Kenneth D. Merry2013-08-2610-951/+1205
* Merge r254263:Scott Long2013-08-131-13/+1
* MFC r249468:Alexander Motin2013-07-081-2/+2
* MFC r248825, 248775Scott Long2013-06-181-1/+2
* Big MFC of the physbio changes necessary for unmapped I/O. These changesScott Long2013-06-183-10/+21
* MFC r251396Alan Somers2013-06-122-1/+3
* MFC r250206:Steven Hartland2013-06-051-0/+2
* MFC r250900:Alexander Motin2013-05-291-2/+2
* MFC r241844:Eitan Adler2012-11-042-2/+2
* MFC r240518:Eitan Adler2012-09-171-2/+2
* MFC r238969:Alexander Motin2012-08-201-0/+1
* MFC: r238574Christian Brueffer2012-07-251-1/+3
* MFC: r237546Marius Strobl2012-07-021-1/+1
* MFC 237800:Kenneth D. Merry2012-07-021-2/+5
* MFC 237683:Kenneth D. Merry2012-07-0122-378/+668
* MFC 232675Kenneth D. Merry2012-03-141-0/+1
* MFC r231716Kenneth D. Merry2012-02-201-1/+1
* MFC 231485Kenneth D. Merry2012-02-141-1/+1
* MFC 231240Kenneth D. Merry2012-02-146-44/+452
* MFC 230592:Kenneth D. Merry2012-02-0224-1288/+10522
* MFC r226173, r227843, r227848 and r227908:Hans Petter Selasky2011-12-311-3/+2
* MFC r226118:Marius Strobl2011-10-121-0/+1
* MFC r225950:Kenneth D. Merry2011-10-061-5/+10
* Set the max_lun field in the path inquiry CCB for the mps(4) driver to 8.Kenneth D. Merry2011-08-181-1/+1
* Silence 'out of chain frames' warnings and bump the number of frames.Kenneth D. Merry2011-02-253-5/+6
* Fix several issues with the mps(4) driver.Kenneth D. Merry2011-02-183-15/+200
* In the MPS driver, during device removal processing, don't assume thatKenneth D. Merry2011-02-183-3/+26
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* Fix setting LUN numbers in the mps(4) driver.Kenneth D. Merry2010-12-111-3/+39
* Fix an event handling bug with the mps(4) driver.Kenneth D. Merry2010-12-102-11/+51
* Fix double ;;Kevin Lo2010-12-061-1/+1
* Add Serial Management Protocol (SMP) passthrough support to CAM.Kenneth D. Merry2010-11-305-7/+414
* Currently only opt_compat.h is included by the mps(4) driver. AlsoMatthew D Fleming2010-10-151-1/+4
* Fixes to mps_user_command():Matthew D Fleming2010-10-141-15/+8
* Support firmware download.Matthew D Fleming2010-10-141-1/+37
* Re-work the internals of adding items to the driver's scatter-gatherMatthew D Fleming2010-10-143-90/+213
* Always set cm_complete_data before calling mps_config_complete().Matthew D Fleming2010-10-121-1/+1
* Re-work the internal user ioctl command table, and support the FW_UPLOADMatthew D Fleming2010-10-111-36/+213
* Add function prototypes for static functions.Matthew D Fleming2010-10-111-0/+13
* Fix a memory leak and locking inconsistency in mps(4) ioctl handling.Matthew D Fleming2010-10-111-10/+22
* Fix up the COMPAT_FREEBSD32 ioctl logic for mps(4).Matthew D Fleming2010-10-112-116/+199
* Turn on serialization of task management commands going down to theKenneth D. Merry2010-10-073-53/+226