aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/ispvar.h
Commit message (Expand)AuthorAgeFilesLines
* Some code reorganization.Alexander Motin2020-11-271-5/+3
* More cleanup in response queue and reset code.Alexander Motin2020-11-261-3/+0
* Remove some more dead code from pre-24xx.Alexander Motin2020-11-261-1/+0
* Remove more legacy of parallel SCSI.Alexander Motin2020-11-241-11/+6
* Remove concept of mbox_sleep_ok.Alexander Motin2020-11-241-5/+0
* Implement request queue overflow protection.Alexander Motin2020-11-241-5/+6
* Make handlers and atpds overflows unlikely.Alexander Motin2020-11-221-7/+9
* Remove remnants of execthrottle and maxalloc parameters.Alexander Motin2020-11-221-3/+0
* Increase queue depths from 1024/256 to 8192/1024 IOCBs.Alexander Motin2020-11-201-12/+7
* Cleanup DMA handling.Alexander Motin2020-11-201-10/+6
* Remove parallel SCSI and 1/2Gb FC support from isp(4).Alexander Motin2020-11-201-176/+10
* Introduce support of SCSI Command Priority.Alexander Motin2020-10-251-0/+1
* Fix CRN resets in the isp(4) driver in certain situations.Kenneth D. Merry2019-03-111-0/+5
* Add support for Enhanced Gen 5 (16Gb) and Gen 6 (32Gb) QLogic FC HBAs.Alexander Motin2018-02-281-6/+9
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Switch fabric scans from GID_FT to GID_PT+GFF_ID/GFT_ID.Alexander Motin2017-07-031-0/+3
* Correct loop mode CRN resets to adhere to FCP-4 section 4.10Kenneth D. Merry2017-05-031-0/+4
* Unify initiator and target DMA setup and command sending.Alexander Motin2017-03-241-0/+1
* Cleanup response queue processing.Alexander Motin2017-03-221-7/+1
* Improve command timeout handling.Alexander Motin2017-03-211-1/+1
* Remove some more dead code.Alexander Motin2017-03-201-2/+1
* Remove some useless code.Alexander Motin2017-03-191-1/+0
* Add initial support for multiple MSI-X vectors.Alexander Motin2017-03-191-0/+2
* Remove hackish code delaying ATIOs to unknown virtual port.Alexander Motin2017-03-191-1/+0
* Refactor interrupt handling.Alexander Motin2017-03-151-20/+9
* Remove some dead/broken code paths around async handlingAlexander Motin2017-03-141-3/+1
* Remove tangled isp_mbox_continue() mechanism.Alexander Motin2017-03-141-5/+0
* Improvements around attach, reset and detach.Alexander Motin2017-03-141-13/+11
* Add proper reporting for early task management errors.Alexander Motin2016-05-191-1/+2
* Completely remove broken now autologin port flag.Alexander Motin2016-05-171-5/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* Extract virtual port address from RQSTYPE_RPT_ID_ACQ.Alexander Motin2016-04-141-8/+9
* Filter Port Database Changed notifications.Alexander Motin2016-04-131-0/+1
* Respect NVRAM topology settings on 24xx and above chips.Alexander Motin2016-04-131-5/+6
* Allocate separate DMA area for synchronous IOCB execution.Alexander Motin2016-04-121-0/+8
* Allocate separate scratch space for scanner purposes.Alexander Motin2015-12-271-1/+3
* Make virtual ports control asynchronous.Alexander Motin2015-12-261-1/+3
* Unify handles allocation for initiator and target IOCBs.Alexander Motin2015-12-251-19/+4
* Add initial support for 16Gbps FC QLogic chips.Alexander Motin2015-12-021-5/+7
* One more round of port scanner rewrite.Alexander Motin2015-11-261-10/+10
* Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin2015-11-231-11/+1
* Fix target mode with fabric for pre-24xx chips.Alexander Motin2015-11-211-0/+1
* Another round of port scanner rewrite.Alexander Motin2015-11-191-9/+10
* Unify and cleanup FC ports scan.Alexander Motin2015-11-171-8/+7
* Reimplement next port handle generation.Alexander Motin2015-10-271-3/+0
* Skip reserved IP Broadcast handle from using.Alexander Motin2015-10-241-1/+1
* Some polishing and unification in ISR code.Alexander Motin2015-10-231-4/+4
* Export bunch of state variables as sysctls.Alexander Motin2015-10-131-10/+8
* Unify port database use for target and initiator roles.Alexander Motin2015-07-131-30/+12
* Remove extra level of target ID indirection (isp_dev_map).Alexander Motin2015-07-051-16/+1