summaryrefslogtreecommitdiffstats
path: root/sys/dev/mps
Commit message (Expand)AuthorAgeFilesLines
* Reform the busdma API so that new types may be added without modifyingkib2013-02-123-10/+21
* remove duplicate semicolons where possible.eadler2012-10-222-2/+2
* Don't lose the 255'th disk behind the initiator.jwd2012-10-191-1/+1
* Add casts to unbreak the i386 PAE build for the mps(4) driver.ken2012-10-021-2/+2
* Correct double "the the"eadler2012-09-141-2/+2
* Several fixes to allow firmware/BIOS flash access from user-level:mav2012-08-014-64/+41
* Fix kernel panic on `camcontrol reset` for specific target, caused bymav2012-08-011-0/+1
* Fix a small memory leak in mpssas_get_sata_identify(). The change has beenbrueffer2012-07-181-1/+3
* Change the mps(4) driver to only scan a target if that is what isken2012-06-291-2/+5
* Bring in LSI's latest mps(4) 6Gb SAS and WarpDrive driver, versionken2012-06-2822-378/+668
* Correct sizeof usagekevlo2012-06-251-1/+1
* Make the mps(4) module depend on the cam module.ken2012-03-071-0/+1
* Set the max_lun field of the path inquiry CCB to 8.ken2012-02-141-1/+1
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR from the mps driverken2012-02-111-1/+1
* Bring in a number of mps(4) driver fixes from LSI:ken2012-02-096-44/+452
* Bring in the LSI-supported version of the mps(4) driver.ken2012-01-2624-1297/+10530
* Set maximum I/O size for mps(4) to MAXPHYS. Looking into the code, I seemav2011-12-281-0/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Sync with ahc(4)/ahd(4)/sym(4) etc:marius2011-10-071-0/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-5/+10
* Set the max_lun field in the path inquiry CCB for the mps(4) driver to 8.ken2011-08-181-1/+1
* Silence 'out of chain frames' warnings and bump the number of frames.ken2011-02-253-5/+6
* Fix several issues with the mps(4) driver.ken2011-02-183-15/+200
* In the MPS driver, during device removal processing, don't assume thatken2011-02-183-3/+26
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-2/+2
* Fix setting LUN numbers in the mps(4) driver.ken2010-12-111-3/+39
* Fix an event handling bug with the mps(4) driver.ken2010-12-102-11/+51
* Fix double ;;kevlo2010-12-061-1/+1
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-305-7/+414
* Currently only opt_compat.h is included by the mps(4) driver. Alsomdf2010-10-151-1/+4
* Fixes to mps_user_command():mdf2010-10-141-15/+8
* Support firmware download.mdf2010-10-141-1/+37
* Re-work the internals of adding items to the driver's scatter-gathermdf2010-10-143-90/+213
* Always set cm_complete_data before calling mps_config_complete().mdf2010-10-121-1/+1
* Re-work the internal user ioctl command table, and support the FW_UPLOADmdf2010-10-111-36/+213
* Add function prototypes for static functions.mdf2010-10-111-0/+13
* Fix a memory leak and locking inconsistency in mps(4) ioctl handling.mdf2010-10-111-10/+22
* Fix up the COMPAT_FREEBSD32 ioctl logic for mps(4).mdf2010-10-112-116/+199
* Turn on serialization of task management commands going down to theken2010-10-073-53/+226
* Fix a couple of mps problems.ken2010-09-172-4/+39
* MFp4 (//depot/projects/mps/...):ken2010-09-161-0/+25
* MFp4: (//depot/projects/mps/...)ken2010-09-141-4/+2
* MFp4 (//depot/projects/mps/...)ken2010-09-1020-0/+12760
OpenPOWER on IntegriCloud