summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_freebsd.h
Commit message (Expand)AuthorAgeFilesLines
* More cleanup in response queue and reset code.Alexander Motin2020-11-261-1/+0
* Remove more legacy of parallel SCSI.Alexander Motin2020-11-241-14/+5
* Remove concept of mbox_sleep_ok.Alexander Motin2020-11-241-14/+0
* Remove remnants of execthrottle and maxalloc parameters.Alexander Motin2020-11-221-2/+0
* Increase queue depths from 1024/256 to 8192/1024 IOCBs.Alexander Motin2020-11-201-2/+0
* Cleanup DMA handling.Alexander Motin2020-11-201-1/+7
* Remove parallel SCSI and 1/2Gb FC support from isp(4).Alexander Motin2020-11-201-91/+11
* Move ecmd memory allocation itto separate DMA tag.Alexander Motin2020-11-181-1/+5
* Introduce support of SCSI Command Priority.Alexander Motin2020-10-251-1/+2
* Remove sparc64 kernel supportWarner Losh2020-02-031-4/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Unify initiator and target DMA setup and command sending.Alexander Motin2017-03-241-1/+7
* isp field in struct isp_pcmd is also unused.Alexander Motin2017-03-231-1/+0
* Remove write-only crn field from struct isp_pcmd.Alexander Motin2017-03-231-1/+0
* Cleanup response queue processing.Alexander Motin2017-03-221-20/+11
* Improve command timeout handling.Alexander Motin2017-03-211-2/+3
* Clean/unify some macro usage.Alexander Motin2017-03-211-12/+4
* 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