summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
* Catch up to MSI-X API changes. Tested with both MSI and MSI-X.jhb2007-02-141-8/+23
* Whoops- #ifdef problem caused uninitialized transport. Not horriblymjacob2007-01-251-1/+1
* (commented out) multipath fault injection code.mjacob2007-01-054-2/+21
* Another (minor) CAM_NEW_TRAN backport thingie, plus a slightlymjacob2007-01-051-1/+17
* Make some slight reorganization (bringing back in somemjacob2006-12-161-12/+86
* Make mpt_pci depend on pci and mpt_cam depend on CAM.mjacob2006-12-102-0/+2
* PH! Forgot to do my cross-compile check. Also now rearranged things somjacob2006-12-072-14/+17
* MFP4: principally to reapply tagged command support to FC and SAS cards.mjacob2006-12-075-285/+389
* use xpt_print functionmjacob2006-12-051-3/+2
* Fix a massive couple of botches here: the NVRAM settingsmjacob2006-12-031-23/+15
* Forced commit: previous revision just correctly reflected thatmjacob2006-12-031-1/+0
* Fix a debug message which didn't quite get it right about data direction.mjacob2006-12-034-102/+163
* Pointy hat handed to me by Andrew: had msi_enable on as a default.mjacob2006-11-191-1/+1
* Play it safe and make MSI and MSI-X an option you have to turn on for MPT.mjacob2006-11-192-4/+15
* If a TMF request fails to start, make sure that we pull it off themjacob2006-11-191-2/+4
* *smack* - forgot to do i386 compile, so lastmjacob2006-11-171-2/+2
* Finally fix local command responses to set residual correctly.mjacob2006-11-161-19/+35
* After tests on 2 different AMD platforms with severalmjacob2006-11-161-2/+0
* Add big endian support.jb2006-11-152-61/+85
* Get the parent dma tag if one exists. This is required on sun4v. Otherjb2006-11-151-2/+2
* Turn off MSI until some testing is done.mjacob2006-11-151-0/+2
* Add MSI support to em(4), bce(4), and mpt(4). For now, we only supportjhb2006-11-152-1/+15
* Fix some negotiation issues (like not being able to negotiate async)mjacob2006-11-021-6/+36
* add some missing MPT<>CAM and CAM<>MPT bogolocksmjacob2006-11-021-0/+3
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-91/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-5/+23
* Connect up a QUEUE FULL event with CAM and adjust openings.mjacob2006-09-211-2/+32
* Support for PCI-Express 4Gb Cards.mjacob2006-09-081-5/+14
* Create a 'ready' handler for each personality. The purpose of this handlermjacob2006-09-073-13/+66
* The poison pill of death: adding a target mode reply handler and targetmjacob2006-09-051-5/+5
* bus_alloc_resource_any is actually defined in themjacob2006-07-251-5/+0
* When probing to attach the CAM functionality, check againstmjacob2006-07-251-5/+13
* Add sysctl information about things like WWNN/WWPN.mjacob2006-07-162-0/+40
* If we're in mpt_wait_req and the command times out,mjacob2006-07-162-4/+18
* Define out unused and incomplete raid quiesce functions.mjacob2006-07-162-8/+12
* If the card has target mode enabled, and we hangmjacob2006-07-152-40/+177
* Fix config page writes to not strip out the attributes when youmjacob2006-07-125-38/+147
* VMWare ESX reports > 16 targets for the LSI-Logicmjacob2006-06-261-0/+6
* Major Fixes:mjacob2006-06-254-28/+45
* Add PCI ids for the FC919Xmjacob2006-06-101-0/+8
* Add ability to reset individual devices and fix SCSI speed negotiation.jkim2006-06-091-50/+48
* Do some source && comment cleanup.mjacob2006-06-052-35/+14
* Make the code able to compile again in RELENG_4.mjacob2006-06-021-0/+1
* More checkpointing on the way toward really (finally)mjacob2006-06-024-110/+123
* Pick reasonable alignment constraints so that wemjacob2006-05-311-27/+25
* Add acknowledgements to LSI-Logic for supportmjacob2006-05-299-0/+39
* + Change some debug messages to MPT_PRT_NEGOTIATE level (so wemjacob2006-05-291-74/+79
* Add a mpt_is_raid_volume function which will tell you whethermjacob2006-05-292-2/+20
* Add a MPT_PRT_NEGOTIATION print level.mjacob2006-05-291-0/+1
* When setting verbose, *set* it, don't *add* it.mjacob2006-05-291-1/+1
OpenPOWER on IntegriCloud