aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/ispvar.h
Commit message (Expand)AuthorAgeFilesLines
* Add an isp(4) tunable to default to ispfw(4) firmware.Kenneth D. Merry2024-06-241-0/+1
* isp(4): Rework firmware handling/loadingJoerg Pulz2023-12-281-23/+104
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* isp(4): Use the FLT on all supported controllersJoerg Pulz2023-07-071-0/+4
* isp(4): Add support to read contents of the FLT (flash layout table)Joerg Pulz2023-07-071-0/+22
* isp(4): Add support for QLogic 28xx devicesJoerg Pulz2023-07-071-0/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* isp(4): Fix two typos in source code commentsGordon Bergling2022-09-031-1/+1
* ips(4): Remove a double word in a few source code commentsGordon Bergling2022-04-091-1/+1
* 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-177/+11
* 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