summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt/mpt.c
Commit message (Expand)AuthorAgeFilesLines
* Make the whole initiator mode part of mpt(4) endian-clean,marius2009-01-071-3/+139
* Don't force a reset at driver attach time. It doesn't work on somescottl2008-04-031-1/+1
* The MPT driver treats the "core" module with the same importance andscottl2008-03-311-4/+7
* Ever since the module registration system was introduced to this driver,scottl2007-11-031-1/+2
* Spelling fix for interupt -> interruptkevlo2007-10-121-3/+3
* Move callout initialization to the proper spot. This prevents panics duringscottl2007-08-141-0/+1
* Track an update in the MPI headers that was missed earlier.scottl2007-06-041-1/+1
* mpt.c:scottl2007-06-031-29/+154
* Make this driver MP safe and still be a multi-release driver.mjacob2007-05-051-4/+16
* (commented out) multipath fault injection code.mjacob2007-01-051-0/+8
* PH! Forgot to do my cross-compile check. Also now rearranged things somjacob2006-12-071-6/+9
* MFP4: principally to reapply tagged command support to FC and SAS cards.mjacob2006-12-071-223/+304
* Fix a debug message which didn't quite get it right about data direction.mjacob2006-12-031-5/+4
* Add big endian support.jb2006-11-151-14/+23
* Create a 'ready' handler for each personality. The purpose of this handlermjacob2006-09-071-3/+30
* If we're in mpt_wait_req and the command times out,mjacob2006-07-161-1/+12
* Fix config page writes to not strip out the attributes when youmjacob2006-07-121-10/+29
* Major Fixes:mjacob2006-06-251-11/+13
* More checkpointing on the way toward really (finally)mjacob2006-06-021-0/+3
* Add acknowledgements to LSI-Logic for supportmjacob2006-05-291-0/+4
* Work in progress toward fixing IM checked in after havingmjacob2006-05-271-38/+51
* Remove handrolled raw dump of a request frommjacob2006-05-261-19/+1
* Remove debounce code in mpt_intr. After some reflectionmjacob2006-04-191-10/+0
* A large set of changes:mjacob2006-04-111-33/+34
* Fix fat-fingered version define.mjacob2006-04-011-2/+2
* Fix some of the previus changes 'better'.mjacob2006-04-011-52/+125
* Correct bad format args. Interesting- the lines that generatedmjacob2006-03-261-2/+2
* Some fairly major changes to this driver.mjacob2006-03-251-338/+302
* In mpt_complete_request_chain don't depend on somebody else tomjacob2006-03-171-1/+1
* Add a serial number for requests so we don't just depend on a request pointermjacob2006-03-071-0/+4
* turn some WARNs for unknown events into INFOsmjacob2006-03-041-2/+2
* Fix mpt_reset to try mpt_hard_reset more than once, and to trymjacob2006-02-281-43/+85
* a) Delay for port enable to succeed should be 30 seconds (at least) formjacob2006-02-261-4/+2
* Role a microrev of the MPI Library in preparation for target mode work.mjacob2006-02-251-3/+34
* Do initial cut of SAS HBA support. These controllers (106X) seem to supportmjacob2006-02-111-29/+114
* Remove a couple of explicit memset(0) ops that were zeroing past the end ofscottl2005-10-081-4/+2
* Correct attribution in clause three to address the correct copyrightgibbs2005-08-031-3/+3
* Massive overhaul of MPT Fusion driver:scottl2005-07-101-519/+1687
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix where my automated script blew the SCM ID format conversion.obrien2004-08-211-3/+3
* Use __FBSDID().obrien2003-08-241-1/+3
* Update MPILIB from code received from LSI. Make changes in the rest ofmjacob2003-06-031-17/+17
* Code cleanup: use mpt_prt instead of device_printf.mjacob2002-09-241-136/+95
* Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global Creditsmjacob2002-09-231-8/+9
* When freeing a request, zero out the sequence number.mjacob2002-09-231-2/+3
* Fix things so that:mjacob2002-09-011-11/+34
* Do some minor cleanups found during backport to RELENG_4.mjacob2002-08-231-4/+4
* A chunk of cleanup, both stylistic and substantive.mjacob2002-08-201-33/+542
* Add support for the LSI-Logic Fusion/MP architecture.mjacob2002-08-111-0/+694
OpenPOWER on IntegriCloud