aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
...
* In case of target mode disable at least ISP2532 return invalid zeroAlexander Motin2015-06-181-0/+8
* Fix SCSI status byte reporting on 4Gb and 8Gb Qlogic boards.Will Andrews2015-01-211-1/+4
* Force commit to record the correct log for r277513.Will Andrews2015-01-211-0/+1
* Change 1112791 by kenm@ken.spectrabsd8 on 2015/01/15 16:45:13Will Andrews2015-01-211-0/+15
* Close a race in the isp(4) driver that caused devices to disappearKenneth D. Merry2015-01-082-7/+44
* Fix Fibre Channel Command Reference Number handling in the isp(4) driver.Kenneth D. Merry2015-01-082-0/+34
* Fix WWNN/WWPN generation for virtual channels.Alexander Motin2014-11-261-6/+3
* Fix incorrect check, blocking MULTIID functionality.Alexander Motin2014-11-261-1/+1
* Some microoptimizations.Alexander Motin2014-11-262-14/+13
* Make isp_find_pdb_by_*() search for targets in portdb in reverse order.Alexander Motin2014-11-261-3/+3
* Fix build without INVARIANTS, broken by r274675.Alexander Motin2014-11-192-5/+4
* Convert the refire_notify_ack timer from timeout(9) to callout(9).John Baldwin2014-11-182-7/+12
* Use the C99 flexible array construct to denote a variable amount ofWarner Losh2014-10-131-2/+2
* Fix r272936 build with old GCC.Alexander Motin2014-10-111-1/+2
* Update isp_tgt_map and send new arrival notification if target that departedAlexander Motin2014-10-111-0/+5
* Fix a kernel panic when unloading isp(4).Will Andrews2014-09-182-40/+73
* Pass correct command that should be aborted to ISPCTL_ABORT_CMD.Alexander Motin2014-07-081-1/+1
* Add missing calls to bus_dmamap_unload() when freeing static DMAJohn Baldwin2014-06-131-0/+3
* Fix I/O freezes in some cases, caused by r257916.Alexander Motin2014-02-051-2/+6
* Harvest one no longer used constant string.Matt Jacob2013-12-252-3/+2
* Use relaxed (write-only) memory barriers when writing some of queue indexAlexander Motin2013-11-102-0/+42
* Some more registers access optimizations:Alexander Motin2013-11-101-7/+6
* Save one more register read per command by not reading rqstoutrp registerAlexander Motin2013-11-101-3/+7
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-302-11/+11
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-3/+3
* Partial MFproject/camlock r256671:Alexander Motin2013-10-211-9/+8
* Optimize isp(4) to reduce CPU usage, especially in target mode:Alexander Motin2013-10-174-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