summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* Sync FreeBSD ISP with mercurial tree. Minor changes having to do withmjacob2011-02-281-1/+1
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.marius2011-02-141-2/+2
* Partially revert 208119. We were overwriting tunable settings.mjacob2010-11-271-3/+0
* Fix typos.brucec2010-11-091-7/+7
* Fix XPT_GET_TRAN_SETTING for FC which has been broken for while so thatmjacob2010-06-071-2/+4
* Make the internal target > SPC2 (so REPORT LUNS can be tested).mjacob2010-06-051-2/+8
* I was getting panics in sleepq_add for the second sleep in isp_kthread.mjacob2010-06-051-1/+3
* Various minor and not so minor fixes suggested by Coverity.mjacob2010-06-021-6/+3
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning amjacob2010-05-261-7/+2
* Don't leak CCBs for every ABORT.mjacob2010-05-251-1/+4
* Remove extra break left by hand editing.mjacob2010-05-251-1/+0
* Treat PRLI the same as PLOGI and make a database entry for it (target mode).mjacob2010-05-251-3/+8
* Correct compilation error introduced in last commit.mjacob2010-05-161-2/+2
* Whap. Hook up some wires that were forgotten a few months ago and restoremjacob2010-05-151-18/+14
* Clean up some printing stuff so that we can have a bit finer controlmjacob2010-03-261-0/+14
* Put gone device timer into a structure tag that can hold more than 32 seconds...mjacob2010-03-171-8/+15
* Revamp the pieces of some of the stuff I forgot to do when shifting tomjacob2010-02-271-1/+2
* xpt_rescan only honors a wildcard in the target field. Revert the previousmjacob2010-02-231-1/+6
* When we rescan, just scan from logical unit 0. In other words, don'tmjacob2010-02-231-1/+1
* Redo how commands handles are created and managed and implement sequencemjacob2010-02-031-7/+27
* Fix cases where we've managed to get a Loop UP event prior to initializingmjacob2009-12-041-41/+50
* Accomodate old style XPT_IMMED_NOTIFY and XPT_NOTIFY_ACK so thatmjacob2009-09-151-2/+33
* Have at least *some* default WWN to fall back on,mjacob2009-08-131-0/+4
* Add 8Gb support (isp_2500). Fix a fair number of configuration andmjacob2009-08-011-1781/+3700
* Change uses of the struct ccb_hdr timeout_ch missed when isp(4) wasmarius2009-05-101-2/+3
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Export 4Gbps Fibre Channel link speed correctly with inquiry commands.jkim2007-08-231-9/+8
* Get rid of a couple of Coverity found sign comparison errors.mjacob2007-07-101-3/+3
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-2/+3
* Remove some ioctls that were ill-thought out. There is no usermjacob2007-06-111-105/+14
* Quiet GCC 4.2 warning.mjacob2007-06-081-1/+1
* Temp workaround for config_intrhook_establish running the hookmjacob2007-05-131-0/+3
* Make this an MP safe driver but also still be multi-release.mjacob2007-05-051-224/+185
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix ascottl2007-04-181-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-3/+4
* Temporarily desupport simultaneous target and initiator mode.mjacob2007-04-021-1/+9
* Fix compilation issues found in RELENG_4 port and merge themjacob2007-03-121-4/+3
* Fix some stupid copyright mistakes that have been there for quite some time.mjacob2007-03-101-1/+0
* Use the new xpt_rescan function to truly now have dynamicmjacob2007-02-231-11/+34
* MFP4: Move default setting to the end of isp_reset instead of themjacob2007-01-201-3/+4
* Add back some CAM_NEW_TRAN code to make backporting to RELENG_6 easier.mjacob2006-12-181-2/+144
* Try an experiment with using DMA to load firmware into a 2200- VERIFYmjacob2006-12-171-23/+37
* Find another spot where tagged command queueing gotmjacob2006-12-091-2/+7
* Make ISPCTL_PLOGX find a handle to log into the management servermjacob2006-12-051-60/+44
* Fix XPT_GET_TRANSPORT_SETTINGS to zero validity and flags-mjacob2006-12-031-13/+24
* Push things closer to path failover by implementing loop down andmjacob2006-11-141-150/+529
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.mjacob2006-11-021-237/+238
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-138/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-1/+0
OpenPOWER on IntegriCloud