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