summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt/mpt.c
Commit message (Expand)AuthorAgeFilesLines
* 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