summaryrefslogtreecommitdiff
path: root/sys/dev/mpt/mpt.c
AgeCommit message (Expand)Author
2025-02-04mpt: print req->index rather than the pointer itself in mpt.cFuqian Huang
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-09-01mpt: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-15"Buses" is the preferred plural of "bus"Conrad Meyer
2016-11-07Fix the fallout from r308268 (mpt driver causes endless witness warnings inScott Long
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-23Squelch a (bogus) used before init warning when building with gcc.Ian Lepore
2014-11-21Prevent overflow issues in timeout processingSteven Hartland
2012-10-22After r241858, remove the remainder of FreeBSD ~4 support from mpt(4).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-11-01Increase the IOC port initialization timeouts by ten times to what theMarius Strobl
2011-07-29- Staticize functions as appropriate and comment out unused ones.Marius Strobl
2011-04-22Correct spelling.Marius Strobl
2011-03-06- Allocate the DMA memory shared between the host and the controller asMarius Strobl
2011-01-12sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming
2010-09-24Improve r56796; the reply handler actually may remove the request fromMarius 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-01-07Make the whole initiator mode part of mpt(4) endian-clean,Marius Strobl
2008-04-03Don't force a reset at driver attach time. It doesn't work on someScott Long
2008-03-31The MPT driver treats the "core" module with the same importance andScott Long
2007-11-03Ever since the module registration system was introduced to this driver,Scott Long
2007-10-12Spelling fix for interupt -> interruptKevin Lo
2007-08-14Move callout initialization to the proper spot. This prevents panics duringScott Long
2007-06-04Track an update in the MPI headers that was missed earlier.Scott Long
2007-06-03mpt.c:Scott Long
2007-05-05Make this driver MP safe and still be a multi-release driver.Matt 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-03Fix a debug message which didn't quite get it right about data direction.Matt Jacob
2006-11-15Add big endian support.John Birrell
2006-09-07Create a 'ready' handler for each personality. The purpose of this handlerMatt Jacob
2006-07-16If we're in mpt_wait_req and the command times out,Matt Jacob
2006-07-12Fix config page writes to not strip out the attributes when youMatt Jacob
2006-06-25Major Fixes:Matt Jacob
2006-06-02More checkpointing on the way toward really (finally)Matt Jacob
2006-05-29Add acknowledgements to LSI-Logic for supportMatt Jacob
2006-05-27Work in progress toward fixing IM checked in after havingMatt Jacob
2006-05-26Remove handrolled raw dump of a request fromMatt Jacob
2006-04-19Remove debounce code in mpt_intr. After some reflectionMatt Jacob
2006-04-11A large set of changes:Matt Jacob
2006-04-01Fix fat-fingered version define.Matt Jacob