summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
...
* Work in progress toward fixing IM checked in after havingmjacob2006-05-276-80/+178
* Get most of the way back to having Integrated Mirroring workmjacob2006-05-264-122/+160
* gratuitous formatting changesmjacob2006-05-261-21/+17
* Fix spellings. Prototype mpt_dump_request. Add a 'raid_enabled' tag.mjacob2006-05-261-2/+5
* Remove handrolled raw dump of a request frommjacob2006-05-261-19/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Add 4Gb Fibre Channel support.mjacob2006-05-041-1/+10
* Remove MPT_PRT_INVARIANT- it was a silly idea.mjacob2006-05-042-8/+3
* Change some order of the way we do some target mode ops.mjacob2006-04-211-25/+40
* Remove debounce code in mpt_intr. After some reflectionmjacob2006-04-191-10/+0
* In receiving a new ATIO, don't record the associated CCB in the targetmjacob2006-04-181-16/+15
* A large set of changes:mjacob2006-04-115-623/+966
* Fix fat-fingered version define.mjacob2006-04-011-2/+2
* Fix some of the previus changes 'better'.mjacob2006-04-015-842/+970
* Correct bad format args. Interesting- the lines that generatedmjacob2006-03-261-2/+2
* Some fairly major changes to this driver.mjacob2006-03-257-530/+3102
* If we actually succeed in the Task Management Function where wemjacob2006-03-171-5/+6
* 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-073-9/+18
* 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-282-43/+86
* Remove the ill-considered effect of using the type definitions asmjacob2006-02-263-38/+55
* Shorten the time for waiting for TMF commands to complete- let'smjacob2006-02-261-4/+11
* 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-2512-87/+471
* Remove commented out qualifier to dumping a message.mjacob2006-02-221-2/+2
* Do initial cut of SAS HBA support. These controllers (106X) seem to supportmjacob2006-02-115-223/+587
* Garbage collect a file that no longe is used (replaced by mpi_log_fc.h).mjacob2006-02-081-117/+0
* Rev MPI spec to 1.05.09 level in preparation for SAS support.mjacob2006-01-2115-143/+3260
* Fix -Wundef.ru2005-12-043-5/+5
* Keep track of volumes in non-optimal state and expose a simple countkan2005-11-152-0/+13
* Remove a couple of explicit memset(0) ops that were zeroing past the end ofscottl2005-10-081-4/+2
* Restore the 929X support that got nuked in mergemjacob2005-09-111-0/+7
* Correct attribution in clause three to address the correct copyrightgibbs2005-08-037-21/+21
* Massive overhaul of MPT Fusion driver:scottl2005-07-1021-2966/+7130
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-4/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-1/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0615-15/+15
* Add support for FC929X, which apparently is just a PCI-X version of FC929.sobomax2004-12-181-0/+7
* Correct style nit in rev 1.17.obrien2004-08-251-2/+2
* Pick up changes in rev 1.8 of src/sys/dev/ic/mpt_netbsd.c from NetBSD.dwhite2004-08-241-1/+3
* Fix where my automated script blew the SCM ID format conversion.obrien2004-08-213-9/+9
* Remove erroneous semicolons.stefanf2004-07-131-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-1/+1
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-15/+15
* Use __FBSDID().obrien2003-08-244-9/+17
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
OpenPOWER on IntegriCloud