aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mps
Commit message (Expand)AuthorAgeFilesLines
...
* Checkpoint the next phase in debug message cleanup, this time focusing onScott Long2017-09-061-77/+102
* Start overhauling debug printing in the MPS and MPR drivers. The focus of thisScott Long2017-08-275-108/+155
* Changes to make mps(4) and mpr(4) handle reinit with reallocation.Kenneth D. Merry2017-08-106-81/+118
* Fix a logic bug in the split PCI interrupt code that slipped throughScott Long2017-07-311-1/+2
* Change from using underbar function names to normal function names forScott Long2017-07-304-67/+30
* Split the interrupt setup code into two parts: allocation and configuration.Scott Long2017-07-303-9/+35
* Fix spurious timeouts on commands sent to mps(4) and mpr(4) controllers.Kenneth D. Merry2017-07-191-4/+15
* Fix several problems with mapping code.Stephen McConnell2017-05-256-414/+816
* Improve error messages during command timeout for the mpr and mpsScott Long2017-05-111-5/+6
* Rework the debug print API. Event printing no longer gets special handling.Scott Long2017-01-194-81/+122
* Print out the number of queues/MSIx vectors.Scott Long2017-01-121-0/+1
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Record the LogInfo field when reporting the IOCStatus. Helps inScott Long2016-11-041-4/+6
* Add a fallback to the device mapper logic. We've seen systems in the fieldScott Long2016-11-023-7/+36
* Add BUF_TRACKING and FULL_BUF_TRACKING buffer debuggingConrad Meyer2016-10-311-0/+9
* Use real values to calculate Max I/O size instead of guessing.Stephen McConnell2016-07-123-5/+31
* - No log bit in IOCStatus and endian-safe changes.Stephen McConnell2016-06-206-29/+35
* Remove NULL checks after M_WAITOK allocations from mps(4).Edward Tomasz Napierala2016-05-101-38/+13
* mpr(4) and mps(4) shouldn't indefinitely retry for "terminated ioc" errorsAlan Somers2016-05-051-4/+13
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-037-12/+12
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-2/+2
* Add sysctls for dumping out the device mapping tables. I'm finding thisScott Long2016-02-043-0/+69
* Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2016-02-012-5/+1
* Don't retry SAS commands in response to protocol errorsAlan Somers2015-12-141-3/+11
* Revert an extra hunk that crept into the last commit.Scott Long2015-10-161-0/+1
* Remove _FreeBSD_version check for something that was only an issue withScott Long2015-10-163-9/+1
* Remove mps_request_polled(), it's redundant to mps_wait_command()Scott Long2015-08-103-60/+14
* Remove some unused code.Scott Long2015-08-101-3/+0
* This setting of stop_at_shutdown should have been removed with r279253Stephen McConnell2015-03-061-13/+0
* Add FreeBSD stable/10 version checks for the availability of theKenneth D. Merry2015-02-261-1/+2
* - Updated all files with 2015 Avago copyright, and updated LSI's copyrightStephen McConnell2015-02-2423-258/+576
* Make sure that the flags for the XPT_DEV_ADVINFO CCB are initializedKenneth D. Merry2015-02-181-0/+4
* Fix the ioctl interface to properly support fetching the header of regularScott Long2015-01-252-4/+14
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-2/+2
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* Bring in LSI's phase19 changesSteven Hartland2014-07-304-48/+8
* Bring in LSI's phase16 - phase18 changesSteven Hartland2014-07-305-30/+256
* Don't overload the CCB status field within the driver.Scott Long2014-07-011-3/+4
* Add accessor functions for manipulating the CAM CCB status field.Scott Long2014-07-012-62/+74
* Refactor some code in mps.c to reduce header pollution.Scott Long2014-07-015-28/+35
* Increase taskqueue thread priority from idle to PRIBIO.Alexander Motin2014-05-241-3/+1
* Fix TLR (Transport Layer Retry) support in the mps(4) and mpr(4) drivers.Kenneth D. Merry2014-05-081-2/+4
* Add some assertions to ensure that the target array doesn't get accessedScott Long2014-04-072-6/+35
* Restore SIM freeze/release match, broken at r253549.Alexander Motin2014-02-271-17/+6
* Pass proper pointer to bus_dmamem_free() in mps_iocfacts_free().Alexander Motin2014-02-271-2/+2
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-2/+2
* Fix an issue that caused Integrated RAID volumes on LSI mps(4) controllersKenneth D. Merry2013-09-121-0/+2
* Fix mps(4) driver breakage that came in in change 253550 thatKenneth D. Merry2013-08-211-2/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-13/+1
* Add brace missing in r254253.Alexander Motin2013-08-121-1/+1