summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-101/+21
* Don't allow for more than one segment for the control space sincemjacob2012-11-021-3/+2
* Don't allow for more than one segment for the control space sincemjacob2012-11-021-3/+2
* Minor correction.mjacob2012-09-171-1/+1
* Add some edits to the changed comments so that they make more sense.mjacob2012-09-171-3/+3
* Correct double "the the"eadler2012-09-141-1/+1
* Remove useless extra test.mjacob2012-09-071-4/+2
* Remove dependence on MAXPHYS.mjacob2012-08-213-6/+8
* On lun disable, complete all INOTs and ATIOs with CAM_REQ_ABORTED.mjacob2012-08-161-1/+18
* Remove extraneous newline.mjacob2012-08-121-1/+1
* Fix an oops where we wiped out DMA maps. Don't allocate extendedmjacob2012-08-122-18/+33
* More rototilling with target mode in an attemp to get multiplemjacob2012-08-082-581/+630
* Add detach logic to SBus variant.mjacob2012-08-041-33/+59
* Oops. We only do allocate room for extended commandsmjacob2012-08-031-10/+12
* Grr.!$()!$$ I missed checking this in even though I *did* runmjacob2012-07-291-1/+1
* -----------mjacob2012-07-2811-1016/+1841
* Fix typo in a message.brueffer2012-07-151-1/+1
* Unbreak register tests for parallel SCSI.mjacob2012-06-251-2/+5
* Clean up multi-id mode so it's driven by the f/w loaded,mjacob2012-06-246-54/+100
* Prepare for FC-Tape support. This involved doing a lot of little cleanupsmjacob2012-06-176-357/+446
* If debug values were set, the default from tval floatedmjacob2012-06-151-0/+1
* Clean up and complete the incomplete deferred enable code.mjacob2012-06-014-68/+159
* Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...eadler2012-06-012-0/+4
* Fix memset sizeofkevlo2012-02-221-1/+1
* Fix target mode compilation issues that arose after a changemjacob2011-12-272-28/+35
* Fix few bugs in isp(4) target mode support:mav2011-12-131-11/+15
* Was chasing down a failure to load f/w on a 2400. It turns out that the cardmjacob2011-11-162-11/+58
* - add a missing "be" and "in"eadler2011-11-111-1/+1
* Implement the sysctl's for fibre channel that are listed in the man page.mjacob2011-11-062-0/+9
* - change "is is" to "is" or "it is"eadler2011-10-161-2/+2
* Sync with ahc(4)/ahd(4)/sym(4) etc:marius2011-10-071-0/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-7/+19
* Most of these changes to isp are to allow for isp.ko unloading.mjacob2011-08-135-59/+186
* Fixes zombie device and loop down timers so that they work more thanmjacob2011-08-122-6/+39
* Add support QLE220 card- an 2500 lookalike.mjacob2011-03-101-0/+15
* Flush both reads *and* writes to registers.mjacob2011-03-051-1/+1
* Sync FreeBSD ISP with mercurial tree. Minor changes having to do withmjacob2011-02-284-6/+9
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.marius2011-02-147-49/+61
* Partially revert 208119. We were overwriting tunable settings.mjacob2010-11-271-3/+0
* Fix typos.brucec2010-11-091-7/+7
* Don't pass a buffer directly as a printflike format string.mjacob2010-06-101-1/+1
* Fix XPT_GET_TRAN_SETTING for FC which has been broken for while so thatmjacob2010-06-071-2/+4
* Be more specific about which CDB length we're going to use. Not really a likelymjacob2010-06-051-4/+14
* 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-024-44/+52
* 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
OpenPOWER on IntegriCloud