aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt/mpt.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* mpt.h: macro parenthesizationRyan Libby2017-06-301-2/+2
* Partially fix target task management requests handling.Alexander Motin2017-03-111-3/+6
* Improve residuals reporting in target mode.Alexander Motin2017-03-101-1/+1
* Fix FC target mode in mpt(4), broken in multiple ways.Alexander Motin2017-03-101-18/+0
* Report some more data in XPT_PATH_INQ.Alexander Motin2017-03-091-0/+1
* Add support for XPT_GET_SIM_KNOB in FC mode.Alexander Motin2017-03-091-2/+2
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* - In mpt_send_handshake_cmd(), use bus_space_write_stream_4(9) for writingMarius Strobl2015-07-241-1/+11
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-4/+4
* - Remove a redundant variable in mpt_pci_attach().Marius Strobl2013-12-291-33/+2
* Remove support for using Giant for locking within mpt(4). Finer grainedMarius Strobl2012-10-221-35/+0
* After r241858, remove the remainder of FreeBSD ~4 support from mpt(4).Marius Strobl2012-10-221-128/+9
* - Use the PCI ID macros from mpi_cnfg.h rather than duplicating them here.Marius Strobl2012-03-241-0/+2
* Flesh out support for SAS1078 and SAS1078DE (which are said to actuallyMarius Strobl2012-02-111-2/+5
* Remove extra newlines from panic messages.Marius Strobl2012-02-081-6/+6
* - Staticize functions as appropriate and comment out unused ones.Marius Strobl2011-07-291-12/+4
* - For SAS but neither FC nor SPI controllers default to using MSI (stillMarius Strobl2011-07-131-2/+0
* Correct spelling.Marius Strobl2011-04-221-3/+3
* Use the correct variable for determining the verbosity level in mpt_lprtc().Marius Strobl2010-11-141-4/+4
* Take mpt_req_on_{free,pending}_list() out from under INVARIANTS as theseMarius Strobl2010-09-241-7/+7
* - Make the maxsize parameter of the data buffer DMA tag match maxio, whichMarius Strobl2010-07-121-1/+0
* Change the mpt driver to allow larger I/O sizes.Kenneth D. Merry2010-06-291-3/+2
* On sparc64 obtain the initiator ID to be used for SPI HBAs from theMarius Strobl2010-04-271-1/+9
* Use callout_init_mtx on FreeBSD versions recent enough. This closesAlexander Kabaev2009-10-201-17/+18
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-0/+3
* Make the whole initiator mode part of mpt(4) endian-clean,Marius Strobl2009-01-071-0/+25
* Add a new personality to mpt(4) devices to allow userland applications toJohn Baldwin2008-05-061-0/+3
* Restore multi-release tradition of the driver.Jung-uk Kim2008-05-021-3/+15
* fix up some code for older systems changed by accident in the last commitJulian Elischer2007-10-211-1/+6
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Move callout initialization to the proper spot. This prevents panics duringScott Long2007-08-141-4/+0
* mpt.c:Scott Long2007-06-031-3/+55
* Make this driver MP safe and still be a multi-release driver.Matt Jacob2007-05-051-34/+36
* feedback from RELENG_5 portMatt Jacob2007-03-111-0/+3
* Redo previous newbus related change to be kinder toMatt Jacob2007-02-231-0/+7
* (commented out) multipath fault injection code.Matt Jacob2007-01-051-1/+5
* PH! Forgot to do my cross-compile check. Also now rearranged things soMatt Jacob2006-12-071-8/+8
* MFP4: principally to reapply tagged command support to FC and SAS cards.Matt Jacob2006-12-071-21/+34
* Forced commit: previous revision just correctly reflected thatMatt Jacob2006-12-031-1/+0
* Fix a debug message which didn't quite get it right about data direction.Matt Jacob2006-12-031-2/+1
* Play it safe and make MSI and MSI-X an option you have to turn on for MPT.Matt Jacob2006-11-191-1/+2
* Add MSI support to em(4), bce(4), and mpt(4). For now, we only supportJohn Baldwin2006-11-151-0/+1
* Create a 'ready' handler for each personality. The purpose of this handlerMatt Jacob2006-09-071-0/+2
* Add sysctl information about things like WWNN/WWPN.Matt Jacob2006-07-161-0/+14
* If the card has target mode enabled, and we hangMatt Jacob2006-07-151-2/+7
* Fix config page writes to not strip out the attributes when youMatt Jacob2006-07-121-4/+7
* Major Fixes:Matt Jacob2006-06-251-0/+2
* Do some source && comment cleanup.Matt Jacob2006-06-051-10/+3