summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt/mpt_cam.c
Commit message (Expand)AuthorAgeFilesLines
* Print IR_RESYNC updates informatively.mjacob2010-05-021-0/+4
* Replace a magic value with the appropriate macro.marius2010-04-271-2/+3
* nit: xpt_bus_deregister has to be called with the sim lock held.mjacob2010-03-301-0/+4
* Do not release device, when changing number of openings.mav2010-02-041-0/+1
* Use callout_init_mtx on FreeBSD versions recent enough. This closeskan2009-10-201-0/+5
* Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases.delphij2009-07-021-1/+4
* Change explicit maximium numbers to the defined macro MPT_MAX_LUNS.delphij2009-07-021-4/+4
* - Remove unused variables. [1]marius2009-06-241-25/+3
* Make the whole initiator mode part of mpt(4) endian-clean,marius2009-01-071-15/+35
* Restore multi-release tradition of the driver.jkim2008-05-021-3/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* For some blasted reason the SATA WC change frees a structure right in thescottl2007-10-121-1/+0
* Move callout initialization to the proper spot. This prevents panics duringscottl2007-08-141-4/+0
* Fix some debugging code that crept in accidentally.scottl2007-06-181-3/+3
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-5/+5
* Free the portinfo object on unload.scottl2007-06-041-0/+4
* mpt.c:scottl2007-06-031-0/+305
* Make this driver MP safe and still be a multi-release driver.mjacob2007-05-051-53/+62
* 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-111-0/+5
* Use the new xpt_rescan function to truly now have dynamicmjacob2007-02-231-2/+40
* Whoops- #ifdef problem caused uninitialized transport. Not horriblymjacob2007-01-251-1/+1
* (commented out) multipath fault injection code.mjacob2007-01-051-0/+2
* 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-101-0/+1
* MFP4: principally to reapply tagged command support to FC and SAS cards.mjacob2006-12-071-7/+16
* use xpt_print functionmjacob2006-12-051-3/+2
* Fix a massive couple of botches here: the NVRAM settingsmjacob2006-12-031-23/+15
* Fix a debug message which didn't quite get it right about data direction.mjacob2006-12-031-79/+92
* 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
* Add big endian support.jb2006-11-151-47/+62
* Fix some negotiation issues (like not being able to negotiate async)mjacob2006-11-021-6/+36
* 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
* Create a 'ready' handler for each personality. The purpose of this handlermjacob2006-09-071-10/+34
* The poison pill of death: adding a target mode reply handler and targetmjacob2006-09-051-5/+5
* When probing to attach the CAM functionality, check againstmjacob2006-07-251-5/+13
* Add sysctl information about things like WWNN/WWPN.mjacob2006-07-161-0/+26
* If we're in mpt_wait_req and the command times out,mjacob2006-07-161-3/+6
* If the card has target mode enabled, and we hangmjacob2006-07-151-38/+170
* Fix config page writes to not strip out the attributes when youmjacob2006-07-121-20/+67
* VMWare ESX reports > 16 targets for the LSI-Logicmjacob2006-06-261-0/+6
* Major Fixes:mjacob2006-06-251-16/+27
* Add ability to reset individual devices and fix SCSI speed negotiation.jkim2006-06-091-50/+48
OpenPOWER on IntegriCloud