summaryrefslogtreecommitdiffstats
path: root/sys/dev/mps
Commit message (Expand)AuthorAgeFilesLines
* Revert an extra hunk that crept into the last commit.scottl2015-10-161-0/+1
* Remove _FreeBSD_version check for something that was only an issue withscottl2015-10-163-9/+1
* Remove mps_request_polled(), it's redundant to mps_wait_command()scottl2015-08-103-60/+14
* Remove some unused code.scottl2015-08-101-3/+0
* This setting of stop_at_shutdown should have been removed with r279253slm2015-03-061-13/+0
* Add FreeBSD stable/10 version checks for the availability of theken2015-02-261-1/+2
* - Updated all files with 2015 Avago copyright, and updated LSI's copyrightslm2015-02-2423-259/+577
* Make sure that the flags for the XPT_DEV_ADVINFO CCB are initializedken2015-02-181-0/+4
* Fix the ioctl interface to properly support fetching the header of regularscottl2015-01-252-4/+14
* Prevent overflow issues in timeout processingsmh2014-11-211-2/+2
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-1/+1
* Bring in LSI's phase19 changessmh2014-07-304-48/+8
* Bring in LSI's phase16 - phase18 changessmh2014-07-305-30/+256
* Don't overload the CCB status field within the driver.scottl2014-07-011-3/+4
* Add accessor functions for manipulating the CAM CCB status field.scottl2014-07-012-62/+74
* Refactor some code in mps.c to reduce header pollution.scottl2014-07-015-28/+35
* Increase taskqueue thread priority from idle to PRIBIO.mav2014-05-241-3/+1
* Fix TLR (Transport Layer Retry) support in the mps(4) and mpr(4) drivers.ken2014-05-081-2/+4
* Add some assertions to ensure that the target array doesn't get accessedscottl2014-04-072-6/+35
* Restore SIM freeze/release match, broken at r253549.mav2014-02-271-17/+6
* Pass proper pointer to bus_dmamem_free() in mps_iocfacts_free().mav2014-02-271-2/+2
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,nwhitehorn2013-10-301-2/+2
* Fix an issue that caused Integrated RAID volumes on LSI mps(4) controllersken2013-09-121-0/+2
* Fix mps(4) driver breakage that came in in change 253550 thatken2013-08-211-2/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-13/+1
* Add brace missing in r254253.mav2013-08-121-1/+1
* r253460 accidentally some moderately expensive debugging code, evenscottl2013-08-121-0/+4
* Rate limit the 'out of chain frame' messages to once per 60 seconds.scottl2013-08-092-2/+8
* Sometimes a device misbehaves so badly that it disrupts the entire system.scottl2013-08-095-0/+32
* Fix a printf typo.scottl2013-07-301-1/+1
* Merge in phase 14+ -> 16 mps driver fixes from LSI:ken2013-07-227-391/+687
* CAM and mps(4) driver scanning changes.ken2013-07-223-305/+182
* Overhaul error, information, and debug logging.scottl2013-07-198-286/+356
* sys/dev/mps/mps.casomers2013-06-042-1/+3
* Fix NULL-dereference kernel panic in case of mps_attach() failure.mav2013-05-221-2/+2
* Fix uninitialized warning in mpssmh2013-05-031-0/+2
* MFprojects/camlock r248982:mav2013-04-141-2/+2
* Except one case mps(4) driver does not touch the data and works well withmav2013-03-281-1/+2
* Replace the TDP_NOSLEEPING flag with a counter so that thejhb2013-03-011-4/+4
* 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
OpenPOWER on IntegriCloud