| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r318895: Fix several problems with mapping code in mps(4). | Stephen McConnell | 2017-06-01 | 6 | -414/+816 |
| * | MFC r308217, r308301, r311958, r312437, r318188, r318427, r318679 | Stephen McConnell | 2017-06-01 | 6 | -97/+171 |
| * | MFC r311305 (by asomers): | Alexander Motin | 2017-03-23 | 1 | -3/+3 |
| * | MFC r302673 | Stephen McConnell | 2016-07-19 | 3 | -5/+31 |
| * | - No log bit in IOCStatus and endian-safe changes. | Stephen McConnell | 2016-06-20 | 6 | -29/+35 |
| * | Remove NULL checks after M_WAITOK allocations from mps(4). | Edward Tomasz Napierala | 2016-05-10 | 1 | -38/+13 |
| * | mpr(4) and mps(4) shouldn't indefinitely retry for "terminated ioc" errors | Alan Somers | 2016-05-05 | 1 | -4/+13 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 7 | -12/+12 |
| * | sys: use our roundup2/rounddown2() macros when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 1 | -2/+2 |
| * | Add sysctls for dumping out the device mapping tables. I'm finding this | Scott Long | 2016-02-04 | 3 | -0/+69 |
| * | Clean up unused-but-set-variable spotted by gcc-4.9. | Marcelo Araujo | 2016-02-01 | 2 | -5/+1 |
| * | Don't retry SAS commands in response to protocol errors | Alan Somers | 2015-12-14 | 1 | -3/+11 |
| * | Revert an extra hunk that crept into the last commit. | Scott Long | 2015-10-16 | 1 | -0/+1 |
| * | Remove _FreeBSD_version check for something that was only an issue with | Scott Long | 2015-10-16 | 3 | -9/+1 |
| * | Remove mps_request_polled(), it's redundant to mps_wait_command() | Scott Long | 2015-08-10 | 3 | -60/+14 |
| * | Remove some unused code. | Scott Long | 2015-08-10 | 1 | -3/+0 |
| * | This setting of stop_at_shutdown should have been removed with r279253 | Stephen McConnell | 2015-03-06 | 1 | -13/+0 |
| * | Add FreeBSD stable/10 version checks for the availability of the | Kenneth D. Merry | 2015-02-26 | 1 | -1/+2 |
| * | - Updated all files with 2015 Avago copyright, and updated LSI's copyright | Stephen McConnell | 2015-02-24 | 23 | -259/+577 |
| * | Make sure that the flags for the XPT_DEV_ADVINFO CCB are initialized | Kenneth D. Merry | 2015-02-18 | 1 | -0/+4 |
| * | Fix the ioctl interface to properly support fetching the header of regular | Scott Long | 2015-01-25 | 2 | -4/+14 |
| * | Prevent overflow issues in timeout processing | Steven Hartland | 2014-11-21 | 1 | -2/+2 |
| * | Fix multiple incorrect SYSCTL arguments in the kernel: | Hans Petter Selasky | 2014-10-21 | 1 | -1/+1 |
| * | Bring in LSI's phase19 changes | Steven Hartland | 2014-07-30 | 4 | -48/+8 |
| * | Bring in LSI's phase16 - phase18 changes | Steven Hartland | 2014-07-30 | 5 | -30/+256 |
| * | Don't overload the CCB status field within the driver. | Scott Long | 2014-07-01 | 1 | -3/+4 |
| * | Add accessor functions for manipulating the CAM CCB status field. | Scott Long | 2014-07-01 | 2 | -62/+74 |
| * | Refactor some code in mps.c to reduce header pollution. | Scott Long | 2014-07-01 | 5 | -28/+35 |
| * | Increase taskqueue thread priority from idle to PRIBIO. | Alexander Motin | 2014-05-24 | 1 | -3/+1 |
| * | Fix TLR (Transport Layer Retry) support in the mps(4) and mpr(4) drivers. | Kenneth D. Merry | 2014-05-08 | 1 | -2/+4 |
| * | Add some assertions to ensure that the target array doesn't get accessed | Scott Long | 2014-04-07 | 2 | -6/+35 |
| * | Restore SIM freeze/release match, broken at r253549. | Alexander Motin | 2014-02-27 | 1 | -17/+6 |
| * | Pass proper pointer to bus_dmamem_free() in mps_iocfacts_free(). | Alexander Motin | 2014-02-27 | 1 | -2/+2 |
| * | Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t, | Nathan Whitehorn | 2013-10-30 | 1 | -2/+2 |
| * | Fix an issue that caused Integrated RAID volumes on LSI mps(4) controllers | Kenneth D. Merry | 2013-09-12 | 1 | -0/+2 |
| * | Fix mps(4) driver breakage that came in in change 253550 that | Kenneth D. Merry | 2013-08-21 | 1 | -2/+2 |
| * | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | Scott Long | 2013-08-12 | 1 | -13/+1 |
| * | Add brace missing in r254253. | Alexander Motin | 2013-08-12 | 1 | -1/+1 |
| * | r253460 accidentally some moderately expensive debugging code, even | Scott Long | 2013-08-12 | 1 | -0/+4 |
| * | Rate limit the 'out of chain frame' messages to once per 60 seconds. | Scott Long | 2013-08-09 | 2 | -2/+8 |
| * | Sometimes a device misbehaves so badly that it disrupts the entire system. | Scott Long | 2013-08-09 | 5 | -0/+32 |
| * | Fix a printf typo. | Scott Long | 2013-07-30 | 1 | -1/+1 |
| * | Merge in phase 14+ -> 16 mps driver fixes from LSI: | Kenneth D. Merry | 2013-07-22 | 7 | -391/+687 |
| * | CAM and mps(4) driver scanning changes. | Kenneth D. Merry | 2013-07-22 | 3 | -305/+182 |
| * | Overhaul error, information, and debug logging. | Scott Long | 2013-07-19 | 8 | -286/+356 |
| * | sys/dev/mps/mps.c | Alan Somers | 2013-06-04 | 2 | -1/+3 |
| * | Fix NULL-dereference kernel panic in case of mps_attach() failure. | Alexander Motin | 2013-05-22 | 1 | -2/+2 |
| * | Fix uninitialized warning in mps | Steven Hartland | 2013-05-03 | 1 | -0/+2 |
| * | MFprojects/camlock r248982: | Alexander Motin | 2013-04-14 | 1 | -2/+2 |
| * | Except one case mps(4) driver does not touch the data and works well with | Alexander Motin | 2013-03-28 | 1 | -1/+2 |