aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt/mpt.c
Commit message (Expand)AuthorAgeFilesLines
* mpt: print req->index rather than the pointer itself in mpt.cFuqian Huang2025-02-051-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* mpt: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-11/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-2/+2
* Fix the fallout from r308268 (mpt driver causes endless witness warnings inScott Long2016-11-071-0/+8
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* - In mpt_send_handshake_cmd(), use bus_space_write_stream_4(9) for writingMarius Strobl2015-07-241-8/+3
* Squelch a (bogus) used before init warning when building with gcc.Ian Lepore2014-11-231-0/+1
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-6/+8
* After r241858, remove the remainder of FreeBSD ~4 support from mpt(4).Marius Strobl2012-10-221-10/+0
* Flesh out support for SAS1078 and SAS1078DE (which are said to actuallyMarius Strobl2012-02-111-0/+11
* Remove extra newlines from panic messages.Marius Strobl2012-02-081-4/+3
* Increase the IOC port initialization timeouts by ten times to what theMarius Strobl2011-11-011-1/+1
* - Staticize functions as appropriate and comment out unused ones.Marius Strobl2011-07-291-20/+46
* Correct spelling.Marius Strobl2011-04-221-9/+9
* - Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-061-14/+28
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* Improve r56796; the reply handler actually may remove the request fromMarius Strobl2010-09-241-1/+2
* - Make the maxsize parameter of the data buffer DMA tag match maxio, whichMarius Strobl2010-07-121-3/+5
* Change the mpt driver to allow larger I/O sizes.Kenneth D. Merry2010-06-291-16/+129
* On sparc64 obtain the initiator ID to be used for SPI HBAs from theMarius Strobl2010-04-271-0/+2
* Use callout_init_mtx on FreeBSD versions recent enough. This closesAlexander Kabaev2009-10-201-1/+9
* Make the whole initiator mode part of mpt(4) endian-clean,Marius Strobl2009-01-071-3/+139
* Don't force a reset at driver attach time. It doesn't work on someScott Long2008-04-031-1/+1
* The MPT driver treats the "core" module with the same importance andScott Long2008-03-311-4/+7
* Ever since the module registration system was introduced to this driver,Scott Long2007-11-031-1/+2
* Spelling fix for interupt -> interruptKevin Lo2007-10-121-3/+3
* Move callout initialization to the proper spot. This prevents panics duringScott Long2007-08-141-0/+1
* Track an update in the MPI headers that was missed earlier.Scott Long2007-06-041-1/+1
* mpt.c:Scott Long2007-06-031-29/+154
* Make this driver MP safe and still be a multi-release driver.Matt Jacob2007-05-051-4/+16
* (commented out) multipath fault injection code.Matt Jacob2007-01-051-0/+8
* PH! Forgot to do my cross-compile check. Also now rearranged things soMatt Jacob2006-12-071-6/+9
* MFP4: principally to reapply tagged command support to FC and SAS cards.Matt Jacob2006-12-071-223/+304
* Fix a debug message which didn't quite get it right about data direction.Matt Jacob2006-12-031-5/+4
* Add big endian support.John Birrell2006-11-151-14/+23
* Create a 'ready' handler for each personality. The purpose of this handlerMatt Jacob2006-09-071-3/+30
* If we're in mpt_wait_req and the command times out,Matt Jacob2006-07-161-1/+12
* Fix config page writes to not strip out the attributes when youMatt Jacob2006-07-121-10/+29
* Major Fixes:Matt Jacob2006-06-251-11/+13
* More checkpointing on the way toward really (finally)Matt Jacob2006-06-021-0/+3
* Add acknowledgements to LSI-Logic for supportMatt Jacob2006-05-291-0/+4
* Work in progress toward fixing IM checked in after havingMatt Jacob2006-05-271-38/+51
* Remove handrolled raw dump of a request fromMatt Jacob2006-05-261-19/+1
* Remove debounce code in mpt_intr. After some reflectionMatt Jacob2006-04-191-10/+0
* A large set of changes:Matt Jacob2006-04-111-33/+34
* Fix fat-fingered version define.Matt Jacob2006-04-011-2/+2