aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt/mpt.h
Commit message (Expand)AuthorAgeFilesLines
* MFC: r231228Marius Strobl2012-02-141-6/+6
* MFC: r231518Marius Strobl2012-02-141-2/+5
* MFC: r224493Marius Strobl2011-08-131-12/+4
* MFC: r223985Marius Strobl2011-08-131-2/+0
* MFC: r220945Marius Strobl2011-07-251-3/+3
* MFC: r215325Marius Strobl2010-11-211-4/+4
* MFC: r213105, r213147Marius Strobl2010-10-041-7/+7
* MFC 209599, 209960:Kenneth D. Merry2010-07-221-3/+1
* MFC of 198262Matt Jacob2010-06-071-17/+18
* MFC: r207287Marius Strobl2010-05-101-1/+9
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-0/+3
* Make the whole initiator mode part of mpt(4) endian-clean,Marius Strobl2009-01-071-0/+25
* Add a new personality to mpt(4) devices to allow userland applications toJohn Baldwin2008-05-061-0/+3
* Restore multi-release tradition of the driver.Jung-uk Kim2008-05-021-3/+15
* fix up some code for older systems changed by accident in the last commitJulian Elischer2007-10-211-1/+6
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Move callout initialization to the proper spot. This prevents panics duringScott Long2007-08-141-4/+0
* mpt.c:Scott Long2007-06-031-3/+55
* Make this driver MP safe and still be a multi-release driver.Matt Jacob2007-05-051-34/+36
* feedback from RELENG_5 portMatt Jacob2007-03-111-0/+3
* Redo previous newbus related change to be kinder toMatt Jacob2007-02-231-0/+7
* (commented out) multipath fault injection code.Matt Jacob2007-01-051-1/+5
* PH! Forgot to do my cross-compile check. Also now rearranged things soMatt Jacob2006-12-071-8/+8
* MFP4: principally to reapply tagged command support to FC and SAS cards.Matt Jacob2006-12-071-20/+33
* Forced commit: previous revision just correctly reflected thatMatt Jacob2006-12-031-1/+0
* Fix a debug message which didn't quite get it right about data direction.Matt Jacob2006-12-031-2/+1
* Play it safe and make MSI and MSI-X an option you have to turn on for MPT.Matt Jacob2006-11-191-1/+2
* Add MSI support to em(4), bce(4), and mpt(4). For now, we only supportJohn Baldwin2006-11-151-0/+1
* Create a 'ready' handler for each personality. The purpose of this handlerMatt Jacob2006-09-071-0/+2
* Add sysctl information about things like WWNN/WWPN.Matt Jacob2006-07-161-0/+14
* If the card has target mode enabled, and we hangMatt Jacob2006-07-151-2/+7
* Fix config page writes to not strip out the attributes when youMatt Jacob2006-07-121-4/+7
* Major Fixes:Matt Jacob2006-06-251-0/+2
* Do some source && comment cleanup.Matt Jacob2006-06-051-10/+3
* Make the code able to compile again in RELENG_4.Matt Jacob2006-06-021-0/+1
* More checkpointing on the way toward really (finally)Matt Jacob2006-06-021-2/+10
* Add acknowledgements to LSI-Logic for supportMatt Jacob2006-05-291-0/+4
* Add a MPT_PRT_NEGOTIATION print level.Matt Jacob2006-05-291-0/+1
* Work in progress toward fixing IM checked in after havingMatt Jacob2006-05-271-3/+4
* Get most of the way back to having Integrated Mirroring workMatt Jacob2006-05-261-2/+1
* Fix spellings. Prototype mpt_dump_request. Add a 'raid_enabled' tag.Matt Jacob2006-05-261-2/+5
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Remove MPT_PRT_INVARIANT- it was a silly idea.Matt Jacob2006-05-041-5/+0
* A large set of changes:Matt Jacob2006-04-111-17/+154
* Fix some of the previus changes 'better'.Matt Jacob2006-04-011-31/+26
* Some fairly major changes to this driver.Matt Jacob2006-03-251-24/+172
* Add a serial number for requests so we don't just depend on a request pointerMatt Jacob2006-03-071-0/+2
* Role a microrev of the MPI Library in preparation for target mode work.Matt Jacob2006-02-251-1/+32
* Do initial cut of SAS HBA support. These controllers (106X) seem to supportMatt Jacob2006-02-111-32/+42
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1