aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
* Fix some negotiation issues (like not being able to negotiate async)Matt Jacob2006-11-021-6/+36
* add some missing MPT<>CAM and CAM<>MPT bogolocksMatt Jacob2006-11-021-0/+3
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-91/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-5/+23
* Connect up a QUEUE FULL event with CAM and adjust openings.Matt Jacob2006-09-211-2/+32
* Support for PCI-Express 4Gb Cards.Matt Jacob2006-09-081-5/+14
* Create a 'ready' handler for each personality. The purpose of this handlerMatt Jacob2006-09-073-13/+66
* The poison pill of death: adding a target mode reply handler and targetMatt Jacob2006-09-051-5/+5
* bus_alloc_resource_any is actually defined in theMatt Jacob2006-07-251-5/+0
* When probing to attach the CAM functionality, check againstMatt Jacob2006-07-251-5/+13
* Add sysctl information about things like WWNN/WWPN.Matt Jacob2006-07-162-0/+40
* If we're in mpt_wait_req and the command times out,Matt Jacob2006-07-162-4/+18
* Define out unused and incomplete raid quiesce functions.Matt Jacob2006-07-162-8/+12
* If the card has target mode enabled, and we hangMatt Jacob2006-07-152-40/+177
* Fix config page writes to not strip out the attributes when youMatt Jacob2006-07-125-38/+147
* VMWare ESX reports > 16 targets for the LSI-LogicMatt Jacob2006-06-261-0/+6
* Major Fixes:Matt Jacob2006-06-254-28/+45
* Add PCI ids for the FC919XMatt Jacob2006-06-101-0/+8
* Add ability to reset individual devices and fix SCSI speed negotiation.Jung-uk Kim2006-06-091-50/+48
* Do some source && comment cleanup.Matt Jacob2006-06-052-35/+14
* 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-024-110/+123
* Pick reasonable alignment constraints so that weMatt Jacob2006-05-311-27/+25
* Add acknowledgements to LSI-Logic for supportMatt Jacob2006-05-299-0/+39
* + Change some debug messages to MPT_PRT_NEGOTIATE level (so weMatt Jacob2006-05-291-74/+79
* Add a mpt_is_raid_volume function which will tell you whetherMatt Jacob2006-05-292-2/+20
* Add a MPT_PRT_NEGOTIATION print level.Matt Jacob2006-05-291-0/+1
* When setting verbose, *set* it, don't *add* it.Matt Jacob2006-05-291-1/+1
* Work in progress toward fixing IM checked in after havingMatt Jacob2006-05-276-80/+178
* Get most of the way back to having Integrated Mirroring workMatt Jacob2006-05-264-122/+160
* gratuitous formatting changesMatt Jacob2006-05-261-21/+17
* Fix spellings. Prototype mpt_dump_request. Add a 'raid_enabled' tag.Matt Jacob2006-05-261-2/+5
* Remove handrolled raw dump of a request fromMatt Jacob2006-05-261-19/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Add 4Gb Fibre Channel support.Matt Jacob2006-05-041-1/+10
* Remove MPT_PRT_INVARIANT- it was a silly idea.Matt Jacob2006-05-042-8/+3
* Change some order of the way we do some target mode ops.Matt Jacob2006-04-211-25/+40
* Remove debounce code in mpt_intr. After some reflectionMatt Jacob2006-04-191-10/+0
* In receiving a new ATIO, don't record the associated CCB in the targetMatt Jacob2006-04-181-16/+15
* A large set of changes:Matt Jacob2006-04-115-619/+962
* Fix fat-fingered version define.Matt Jacob2006-04-011-2/+2
* Fix some of the previus changes 'better'.Matt Jacob2006-04-015-842/+970
* Correct bad format args. Interesting- the lines that generatedMatt Jacob2006-03-261-2/+2
* Some fairly major changes to this driver.Matt Jacob2006-03-257-530/+3102
* If we actually succeed in the Task Management Function where weMatt Jacob2006-03-171-5/+6
* 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-073-9/+18
* 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-282-43/+86
* Remove the ill-considered effect of using the type definitions asMatt Jacob2006-02-263-38/+55