aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Fix target mode compilation issues that arose after a changeMatt Jacob2011-12-272-28/+35
* Fix few bugs in isp(4) target mode support:Alexander Motin2011-12-131-11/+15
* Was chasing down a failure to load f/w on a 2400. It turns out that the cardMatt Jacob2011-11-162-11/+58
* - add a missing "be" and "in"Eitan Adler2011-11-111-1/+1
* Implement the sysctl's for fibre channel that are listed in the man page.Matt Jacob2011-11-062-0/+9
* - change "is is" to "is" or "it is"Eitan Adler2011-10-161-2/+2
* Sync with ahc(4)/ahd(4)/sym(4) etc:Marius Strobl2011-10-071-0/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-031-7/+19
* Most of these changes to isp are to allow for isp.ko unloading.Matt Jacob2011-08-135-59/+186
* Fixes zombie device and loop down timers so that they work more thanMatt Jacob2011-08-122-6/+39
* Add support QLE220 card- an 2500 lookalike.Matt Jacob2011-03-101-0/+15
* Flush both reads *and* writes to registers.Matt Jacob2011-03-051-1/+1
* Sync FreeBSD ISP with mercurial tree. Minor changes having to do withMatt Jacob2011-02-284-6/+9
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.Marius Strobl2011-02-147-49/+61
* Partially revert 208119. We were overwriting tunable settings.Matt Jacob2010-11-271-3/+0
* Fix typos.Rebecca Cran2010-11-091-7/+7
* Don't pass a buffer directly as a printflike format string.Matt Jacob2010-06-101-1/+1
* Fix XPT_GET_TRAN_SETTING for FC which has been broken for while so thatMatt Jacob2010-06-071-2/+4
* Be more specific about which CDB length we're going to use. Not really a likelyMatt Jacob2010-06-051-4/+14
* Make the internal target > SPC2 (so REPORT LUNS can be tested).Matt Jacob2010-06-051-2/+8
* I was getting panics in sleepq_add for the second sleep in isp_kthread.Matt Jacob2010-06-051-1/+3
* Various minor and not so minor fixes suggested by Coverity.Matt Jacob2010-06-024-44/+52
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning aMatt Jacob2010-05-261-7/+2
* Don't leak CCBs for every ABORT.Matt Jacob2010-05-251-1/+4
* Remove extra break left by hand editing.Matt Jacob2010-05-251-1/+0
* Treat PRLI the same as PLOGI and make a database entry for it (target mode).Matt Jacob2010-05-251-3/+8
* Correct compilation error introduced in last commit.Matt Jacob2010-05-161-2/+2
* Whap. Hook up some wires that were forgotten a few months ago and restoreMatt Jacob2010-05-152-18/+15
* On sparc64 obtain the initiator ID from the Open Firmware device treeMarius Strobl2010-05-032-5/+12
* D'oh- isp_handle_index' logic was reversed (not used in FreeBSD).Matt Jacob2010-03-261-2/+2
* Clean up some printing stuff so that we can have a bit finer controlMatt Jacob2010-03-264-150/+100
* Put gone device timer into a structure tag that can hold more than 32 seconds...Matt Jacob2010-03-174-17/+24
* Revamp the pieces of some of the stuff I forgot to do when shifting toMatt Jacob2010-02-278-245/+234
* Fix misallocation error in target mode.Matt Jacob2010-02-271-1/+1
* xpt_rescan only honors a wildcard in the target field. Revert the previousMatt Jacob2010-02-231-1/+6
* When we rescan, just scan from logical unit 0. In other words, don'tMatt Jacob2010-02-231-1/+1
* Don't try and re-use a handle, even if the firmware tells you that's what is ...Matt Jacob2010-02-181-30/+33
* Yet another target mode compilation error.Matt Jacob2010-02-041-1/+1
* Fix target mode compilation problem with previous deltaMatt Jacob2010-02-041-2/+2
* Redo how commands handles are created and managed and implement sequenceMatt Jacob2010-02-038-109/+186
* Amazingly we've been freeing a handle and using that which it refers toMatt Jacob2010-01-151-1/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-072-4/+4
* Make sure that the WWNN is also created for 2100..2300 cards.Matt Jacob2010-01-031-0/+2
* Create a Node WWN from the *Port* WWN, not vice versa, for 2400s.Matt Jacob2009-12-311-5/+4
* Fix cases where we've managed to get a Loop UP event prior to initializingMatt Jacob2009-12-042-43/+52
* Unbreak SBus cards which have been broken (apparently) for a while.Matt Jacob2009-11-021-18/+8
* (semiforced commit to add comment missed in last delta)Matt Jacob2009-09-213-2/+1
* Remove file unused in freebsd.Matt Jacob2009-09-214-457/+66
* Accomodate old style XPT_IMMED_NOTIFY and XPT_NOTIFY_ACK so thatMatt Jacob2009-09-152-27/+43
* Have at least *some* default WWN to fall back on,Matt Jacob2009-08-131-0/+4