aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* MFC r284808: Remove limitations on setting WWNNs starting from 2.Alexander Motin2015-06-281-2/+2
* MFC r284748: Fix reported_gone setting, missed in some cases.Alexander Motin2015-06-281-14/+14
* MFC r284727: Add dev.isp.X.role sysctl in addition to tunable.Alexander Motin2015-06-282-22/+93
* MFC r284681: Rewrite port database handling for target mode.Alexander Motin2015-06-282-119/+128
* MFC r284698: Dump additional config bytes for INIT_FIRMWARE_MULTI_ID.Alexander Motin2015-06-251-0/+5
* MFC r284697: Add logging of executed mailbox command names.Alexander Motin2015-06-251-5/+7
* MFC r284540:Alexander Motin2015-06-251-0/+8
* MFC r274675 (by jhb), r274708:Alexander Motin2015-06-252-10/+14
* MFC isp(4) driver changes:Kenneth D. Merry2015-02-034-8/+98
* MFC r275118: Some microoptimizations.Alexander Motin2014-12-262-14/+13
* MFC r275112:Alexander Motin2014-12-261-3/+3
* MFC r272937: Fix r272936 build with old GCC.Alexander Motin2014-12-051-1/+2
* MFC r268395:Alexander Motin2014-12-051-1/+1
* MFC r275124: Fix WWNN/WWPN generation for virtual channels.Alexander Motin2014-12-031-6/+3
* MFC r275123: Fix incorrect check, blocking MULTIID functionality.Alexander Motin2014-12-031-1/+1
* MFC r272936:Alexander Motin2014-11-111-0/+5
* MFC r259860 (by mjacob):Dimitry Andric2014-03-192-3/+2
* MFC r261515:Alexander Motin2014-02-101-2/+6
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedScott Long2014-01-071-3/+3
* MFC r257932:Alexander Motin2014-01-052-0/+42
* MFC r257930:Alexander Motin2014-01-051-7/+6
* MFC r257916:Alexander Motin2014-01-051-3/+7
* MFC r256826:Alexander Motin2014-01-051-9/+8
* MFC r256705:Alexander Motin2014-01-054-67/+72
* 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