index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
mps
/
mps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove mps_request_polled(), it's redundant to mps_wait_command()
scottl
2015-08-10
1
-53
/
+8
*
- Updated all files with 2015 Avago copyright, and updated LSI's copyright
slm
2015-02-24
1
-3
/
+25
*
Fix the ioctl interface to properly support fetching the header of regular
scottl
2015-01-25
1
-4
/
+10
*
Fix multiple incorrect SYSCTL arguments in the kernel:
hselasky
2014-10-21
1
-1
/
+1
*
Bring in LSI's phase19 changes
smh
2014-07-30
1
-1
/
+1
*
Bring in LSI's phase16 - phase18 changes
smh
2014-07-30
1
-15
/
+50
*
Refactor some code in mps.c to reduce header pollution.
scottl
2014-07-01
1
-25
/
+2
*
Pass proper pointer to bus_dmamem_free() in mps_iocfacts_free().
mav
2014-02-27
1
-2
/
+2
*
Rate limit the 'out of chain frame' messages to once per 60 seconds.
scottl
2013-08-09
1
-2
/
+7
*
Sometimes a device misbehaves so badly that it disrupts the entire system.
scottl
2013-08-09
1
-0
/
+5
*
Merge in phase 14+ -> 16 mps driver fixes from LSI:
ken
2013-07-22
1
-277
/
+454
*
Overhaul error, information, and debug logging.
scottl
2013-07-19
1
-46
/
+60
*
sys/dev/mps/mps.c
asomers
2013-06-04
1
-1
/
+1
*
Replace the TDP_NOSLEEPING flag with a counter so that the
jhb
2013-03-01
1
-4
/
+4
*
Reform the busdma API so that new types may be added without modifying
kib
2013-02-12
1
-0
/
+3
*
Several fixes to allow firmware/BIOS flash access from user-level:
mav
2012-08-01
1
-41
/
+16
*
Bring in LSI's latest mps(4) 6Gb SAS and WarpDrive driver, version
ken
2012-06-28
1
-100
/
+305
*
Bring in a number of mps(4) driver fixes from LSI:
ken
2012-02-09
1
-2
/
+4
*
Bring in the LSI-supported version of the mps(4) driver.
ken
2012-01-26
1
-169
/
+592
*
Silence 'out of chain frames' warnings and bump the number of frames.
ken
2011-02-25
1
-1
/
+1
*
Fix several issues with the mps(4) driver.
ken
2011-02-18
1
-10
/
+66
*
In the MPS driver, during device removal processing, don't assume that
ken
2011-02-18
1
-0
/
+1
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-2
/
+2
*
Fix an event handling bug with the mps(4) driver.
ken
2010-12-10
1
-10
/
+51
*
Fix double ;;
kevlo
2010-12-06
1
-1
/
+1
*
Add Serial Management Protocol (SMP) passthrough support to CAM.
ken
2010-11-30
1
-5
/
+51
*
Currently only opt_compat.h is included by the mps(4) driver. Also
mdf
2010-10-15
1
-1
/
+4
*
Re-work the internals of adding items to the driver's scatter-gather
mdf
2010-10-14
1
-69
/
+182
*
Always set cm_complete_data before calling mps_config_complete().
mdf
2010-10-12
1
-1
/
+1
*
Turn on serialization of task management commands going down to the
ken
2010-10-07
1
-0
/
+13
*
Fix a couple of mps problems.
ken
2010-09-17
1
-1
/
+1
*
MFp4 (//depot/projects/mps/...)
ken
2010-09-10
1
-0
/
+1605