summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r315579, r315670: Add initial support for multiple MSI-X vectors.mav2017-04-021-2/+2
* MFC r315327: Remove not very useful ATIO/INOT stats.mav2017-03-291-2/+0
* MFC r315273: Remove tangled isp_mbox_continue() mechanism.mav2017-03-281-5/+5
* MFC r315234: Improvements around attach, reset and detach.mav2017-03-281-1/+0
* MFC r315161: Try to slight untangle I/O and loop status handling.mav2017-03-261-2/+0
* MFC r315160: Remove code for unsupported FreeBSD versions.mav2017-03-261-5/+0
* MFC r315163: Remove strange config_intrhook_establish() magic.mav2017-03-261-2/+0
* MFC r314326: Send TERMINATE to firmware when aborting active ATIO.mav2017-03-061-1/+1
* MFC r314302: Return better error code in case of too long CDB.mav2017-03-061-0/+1
* MFC r314086: Fix multiple problems around LUN disable under load.mav2017-03-061-21/+24
* MFC r314038: Remove ancient __FreeBSD_version checks.mav2017-03-061-8/+0
* MFC r313936, r313937: Move CTIO waitq from per-LUN to per-channel.mav2017-03-051-4/+5
* Allocate separate DMA area for synchronous IOCB execution.mav2016-04-121-0/+18
* Register symbolic port/node names in FC name server.mav2016-04-091-0/+1
* Split DMA buffers for request, response and ATIO queues.mav2015-12-271-20/+22
* Use single DMA tag for scratch areas of all virtual ports.mav2015-12-261-7/+7
* Make 16Gig chips to use new queue pointer registers.mav2015-12-041-8/+7
* One more round of port scanner rewrite.mav2015-11-261-7/+4
* Remove "disable" hint, which duplicates system-wide "disabled".mav2015-11-231-1/+0
* Rip off target mode support for parallel SCSI QLogic adapters.mav2015-11-231-28/+5
* Fix/improve CRN tracking.mav2015-11-141-1/+1
* Rework r290504.mav2015-11-071-2/+2
* Make ISP_SLEEP() really sleep instead of spinning.mav2015-11-071-2/+8
* Add PIM_EXTLUNS support to isp(4) driver.mav2015-10-241-7/+5
* Remove ISP_INTERNAL_TARGET code.mav2015-10-241-12/+0
* Disable full bus scan by CAM for FC adapters.mav2015-10-231-1/+0
* Fix Fibre Channel Command Reference Number handling in the isp(4) driver.ken2015-01-081-0/+1
* Some microoptimizations.mav2014-11-261-1/+2
* Fix build without INVARIANTS, broken by r274675.mav2014-11-191-3/+3
* Convert the refire_notify_ack timer from timeout(9) to callout(9).jhb2014-11-181-0/+2
* Fix a kernel panic when unloading isp(4).will2014-09-181-0/+4
* Use relaxed (write-only) memory barriers when writing some of queue indexmav2013-11-101-0/+33
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,nwhitehorn2013-10-301-1/+1
* Optimize isp(4) to reduce CPU usage, especially in target mode:mav2013-10-171-4/+7
* Remove dependence on MAXPHYS.mjacob2012-08-211-3/+0
* More rototilling with target mode in an attemp to get multiplemjacob2012-08-081-1/+13
* -----------mjacob2012-07-281-64/+97
* Clean up multi-id mode so it's driven by the f/w loaded,mjacob2012-06-241-3/+4
* Prepare for FC-Tape support. This involved doing a lot of little cleanupsmjacob2012-06-171-2/+12
* Clean up and complete the incomplete deferred enable code.mjacob2012-06-011-2/+4
* Fix memset sizeofkevlo2012-02-221-1/+1
* Fix target mode compilation issues that arose after a changemjacob2011-12-271-0/+7
* Implement the sysctl's for fibre channel that are listed in the man page.mjacob2011-11-061-0/+1
* 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-131-1/+12
* Fixes zombie device and loop down timers so that they work more thanmjacob2011-08-121-0/+3
* 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-281-0/+2
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.marius2011-02-141-1/+13
OpenPOWER on IntegriCloud