summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* MFC r259860 (by mjacob):dim2014-03-192-3/+2
* MFC r261515:mav2014-02-101-2/+6
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-3/+3
* MFC r257932:mav2014-01-052-0/+42
* MFC r257930:mav2014-01-051-7/+6
* MFC r257916:mav2014-01-051-3/+7
* MFC r256826:mav2014-01-051-9/+8
* MFC r256705:mav2014-01-054-67/+72
* Export the maxio field in the CAM XPT_PATH_INQ CCB in the isp(4)ken2013-08-151-0/+5
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-7/+5
* When fiddling with options of which registers to copy out formjacob2013-07-132-3/+14
* Flag isp(4) as supporting unmapped I/O; all necessary conversion actuallymarius2013-06-041-2/+2
* MFprojects/camlock r248982:mav2013-04-141-1/+2
* Remove redundant xpt_alloc_ccb in isp_target_thread that was causing leakage.mjacob2013-02-261-2/+0
* Turn off fast posting for the ISP2100- I'd forgotten that it actuallymjacob2013-02-251-1/+7
* 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
OpenPOWER on IntegriCloud