aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt/mpt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some of the previus changes 'better'.Matt Jacob2006-04-011-52/+125
* Correct bad format args. Interesting- the lines that generatedMatt Jacob2006-03-261-2/+2
* Some fairly major changes to this driver.Matt Jacob2006-03-251-338/+302
* In mpt_complete_request_chain don't depend on somebody else toMatt Jacob2006-03-171-1/+1
* Add a serial number for requests so we don't just depend on a request pointerMatt Jacob2006-03-071-0/+4
* turn some WARNs for unknown events into INFOsMatt Jacob2006-03-041-2/+2
* Fix mpt_reset to try mpt_hard_reset more than once, and to tryMatt Jacob2006-02-281-43/+85
* a) Delay for port enable to succeed should be 30 seconds (at least) forMatt Jacob2006-02-261-4/+2
* Role a microrev of the MPI Library in preparation for target mode work.Matt Jacob2006-02-251-3/+34
* Do initial cut of SAS HBA support. These controllers (106X) seem to supportMatt Jacob2006-02-111-29/+114
* Remove a couple of explicit memset(0) ops that were zeroing past the end ofScott Long2005-10-081-4/+2
* Correct attribution in clause three to address the correct copyrightJustin T. Gibbs2005-08-031-3/+3
* Massive overhaul of MPT Fusion driver:Scott Long2005-07-101-519/+1687
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix where my automated script blew the SCM ID format conversion.David E. O'Brien2004-08-211-3/+3
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Update MPILIB from code received from LSI. Make changes in the rest ofMatt Jacob2003-06-031-17/+17
* Code cleanup: use mpt_prt instead of device_printf.Matt Jacob2002-09-241-136/+95
* Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global CreditsMatt Jacob2002-09-231-8/+9
* When freeing a request, zero out the sequence number.Matt Jacob2002-09-231-2/+3
* Fix things so that:Matt Jacob2002-09-011-11/+34
* Do some minor cleanups found during backport to RELENG_4.Matt Jacob2002-08-231-4/+4
* A chunk of cleanup, both stylistic and substantive.Matt Jacob2002-08-201-33/+542
* Add support for the LSI-Logic Fusion/MP architecture.Matt Jacob2002-08-111-0/+694