summaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Export the maxio field in the CAM XPT_PATH_INQ CCB in the isp(4)Kenneth D. Merry2013-08-151-0/+5
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-7/+5
* When fiddling with options of which registers to copy out forMatt Jacob2013-07-132-3/+14
* Flag isp(4) as supporting unmapped I/O; all necessary conversion actuallyMarius Strobl2013-06-041-2/+2
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+2
* Remove redundant xpt_alloc_ccb in isp_target_thread that was causing leakage.Matt Jacob2013-02-261-2/+0
* Turn off fast posting for the ISP2100- I'd forgotten that it actuallyMatt Jacob2013-02-251-1/+7
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-122-101/+21
* Don't allow for more than one segment for the control space sinceMatt Jacob2012-11-021-3/+2
* Don't allow for more than one segment for the control space sinceMatt Jacob2012-11-021-3/+2
* Minor correction.Matt Jacob2012-09-171-1/+1
* Add some edits to the changed comments so that they make more sense.Matt Jacob2012-09-171-3/+3
* Correct double "the the"Eitan Adler2012-09-141-1/+1
* Remove useless extra test.Matt Jacob2012-09-071-4/+2
* Remove dependence on MAXPHYS.Matt Jacob2012-08-213-6/+8
* On lun disable, complete all INOTs and ATIOs with CAM_REQ_ABORTED.Matt Jacob2012-08-161-1/+18
* Remove extraneous newline.Matt Jacob2012-08-121-1/+1
* Fix an oops where we wiped out DMA maps. Don't allocate extendedMatt Jacob2012-08-122-18/+33
* More rototilling with target mode in an attemp to get multipleMatt Jacob2012-08-082-581/+630
* Add detach logic to SBus variant.Matt Jacob2012-08-041-33/+59
* Oops. We only do allocate room for extended commandsMatt Jacob2012-08-031-10/+12
* Grr.!$()!$$ I missed checking this in even though I *did* runMatt Jacob2012-07-291-1/+1
* -----------Matt Jacob2012-07-2811-1012/+1837
* Fix typo in a message.Christian Brueffer2012-07-151-1/+1
* Unbreak register tests for parallel SCSI.Matt Jacob2012-06-251-2/+5
* Clean up multi-id mode so it's driven by the f/w loaded,Matt Jacob2012-06-246-54/+100
* Prepare for FC-Tape support. This involved doing a lot of little cleanupsMatt Jacob2012-06-176-357/+446
* If debug values were set, the default from tval floatedMatt Jacob2012-06-151-0/+1
* Clean up and complete the incomplete deferred enable code.Matt Jacob2012-06-014-68/+159
* Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...Eitan Adler2012-06-012-0/+4
* Fix memset sizeofKevin Lo2012-02-221-1/+1
* 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