summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
Commit message (Expand)AuthorAgeFilesLines
* Free the portinfo object on unload.scottl2007-06-041-0/+4
* mpt.c:scottl2007-06-033-32/+514
* Update to MPI 1.5.16scottl2007-06-039-456/+589
* Make this driver MP safe and still be a multi-release driver.mjacob2007-05-056-129/+150
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix ascottl2007-04-181-5/+3
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-5/+7
* Hide bus reset announcements within bootverbose.mjacob2007-04-071-2/+7
* feedback from RELENG_5 portmjacob2007-03-112-0/+8
* Redo previous newbus related change to be kinder tomjacob2007-02-232-1/+8
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Use the new xpt_rescan function to truly now have dynamicmjacob2007-02-232-2/+42
* 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
OpenPOWER on IntegriCloud