summaryrefslogtreecommitdiff
path: root/sys/dev/mpt/mpt.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-04-09mpt(4): Fix a typo in a source code commentGordon Bergling
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-09-01mpt: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-03Remove sparc64 kernel supportWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-30mpt.h: macro parenthesizationRyan Libby
2017-03-11Partially fix target task management requests handling.Alexander Motin
2017-03-10Improve residuals reporting in target mode.Alexander Motin
2017-03-10Fix FC target mode in mpt(4), broken in multiple ways.Alexander Motin
2017-03-09Report some more data in XPT_PATH_INQ.Alexander Motin
2017-03-09Add support for XPT_GET_SIM_KNOB in FC mode.Alexander Motin
2017-01-15"Buses" is the preferred plural of "bus"Conrad Meyer
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2015-07-24- In mpt_send_handshake_cmd(), use bus_space_write_stream_4(9) for writingMarius Strobl
2014-11-21Prevent overflow issues in timeout processingSteven Hartland
2013-12-29- Remove a redundant variable in mpt_pci_attach().Marius Strobl
2012-10-22Remove support for using Giant for locking within mpt(4). Finer grainedMarius Strobl
2012-10-22After r241858, remove the remainder of FreeBSD ~4 support from mpt(4).Marius Strobl
2012-03-24- Use the PCI ID macros from mpi_cnfg.h rather than duplicating them here.Marius Strobl
2012-02-11Flesh out support for SAS1078 and SAS1078DE (which are said to actuallyMarius Strobl
2012-02-08Remove extra newlines from panic messages.Marius Strobl
2011-07-29- Staticize functions as appropriate and comment out unused ones.Marius Strobl
2011-07-13- For SAS but neither FC nor SPI controllers default to using MSI (stillMarius Strobl
2011-04-22Correct spelling.Marius Strobl
2010-11-14Use the correct variable for determining the verbosity level in mpt_lprtc().Marius Strobl
2010-09-24Take mpt_req_on_{free,pending}_list() out from under INVARIANTS as theseMarius Strobl
2010-07-12- Make the maxsize parameter of the data buffer DMA tag match maxio, whichMarius Strobl
2010-06-29Change the mpt driver to allow larger I/O sizes.Kenneth D. Merry
2010-04-27On sparc64 obtain the initiator ID to be used for SPI HBAs from theMarius Strobl
2009-10-20Use callout_init_mtx on FreeBSD versions recent enough. This closesAlexander Kabaev
2009-07-10Separate the parallel scsi knowledge out of the core of the XPT, andScott Long
2009-01-07Make the whole initiator mode part of mpt(4) endian-clean,Marius Strobl
2008-05-06Add a new personality to mpt(4) devices to allow userland applications toJohn Baldwin
2008-05-02Restore multi-release tradition of the driver.Jung-uk Kim
2007-10-21fix up some code for older systems changed by accident in the last commitJulian Elischer
2007-10-20Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer
2007-08-14Move callout initialization to the proper spot. This prevents panics duringScott Long
2007-06-03mpt.c:Scott Long
2007-05-05Make this driver MP safe and still be a multi-release driver.Matt Jacob
2007-03-11feedback from RELENG_5 portMatt Jacob
2007-02-23Redo previous newbus related change to be kinder toMatt Jacob
2007-01-05(commented out) multipath fault injection code.Matt Jacob
2006-12-07PH! Forgot to do my cross-compile check. Also now rearranged things soMatt Jacob
2006-12-07MFP4: principally to reapply tagged command support to FC and SAS cards.Matt Jacob
2006-12-03Forced commit: previous revision just correctly reflected thatMatt Jacob
2006-12-03Fix a debug message which didn't quite get it right about data direction.Matt Jacob
2006-11-19Play it safe and make MSI and MSI-X an option you have to turn on for MPT.Matt Jacob
2006-11-15Add MSI support to em(4), bce(4), and mpt(4). For now, we only supportJohn Baldwin