summaryrefslogtreecommitdiff
path: root/sys/dev/isp/ispvar.h
AgeCommit message (Expand)Author
2024-06-24Add an isp(4) tunable to default to ispfw(4) firmware.Kenneth D. Merry
2023-12-28isp(4): Rework firmware handling/loadingJoerg Pulz
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-07-07isp(4): Use the FLT on all supported controllersJoerg Pulz
2023-07-07isp(4): Add support to read contents of the FLT (flash layout table)Joerg Pulz
2023-07-07isp(4): Add support for QLogic 28xx devicesJoerg Pulz
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-03isp(4): Fix two typos in source code commentsGordon Bergling
2022-04-09ips(4): Remove a double word in a few source code commentsGordon Bergling
2020-11-27Some code reorganization.Alexander Motin
2020-11-26More cleanup in response queue and reset code.Alexander Motin
2020-11-26Remove some more dead code from pre-24xx.Alexander Motin
2020-11-24Remove more legacy of parallel SCSI.Alexander Motin
2020-11-24Remove concept of mbox_sleep_ok.Alexander Motin
2020-11-24Implement request queue overflow protection.Alexander Motin
2020-11-22Make handlers and atpds overflows unlikely.Alexander Motin
2020-11-22Remove remnants of execthrottle and maxalloc parameters.Alexander Motin
2020-11-20Increase queue depths from 1024/256 to 8192/1024 IOCBs.Alexander Motin
2020-11-20Cleanup DMA handling.Alexander Motin
2020-11-20Remove parallel SCSI and 1/2Gb FC support from isp(4).Alexander Motin
2020-10-25Introduce support of SCSI Command Priority.Alexander Motin
2019-03-11Fix CRN resets in the isp(4) driver in certain situations.Kenneth D. Merry
2018-02-28Add support for Enhanced Gen 5 (16Gb) and Gen 6 (32Gb) QLogic FC HBAs.Alexander Motin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-03Switch fabric scans from GID_FT to GID_PT+GFF_ID/GFT_ID.Alexander Motin
2017-05-03Correct loop mode CRN resets to adhere to FCP-4 section 4.10Kenneth D. Merry
2017-03-24Unify initiator and target DMA setup and command sending.Alexander Motin
2017-03-22Cleanup response queue processing.Alexander Motin
2017-03-21Improve command timeout handling.Alexander Motin
2017-03-20Remove some more dead code.Alexander Motin
2017-03-19Remove some useless code.Alexander Motin
2017-03-19Add initial support for multiple MSI-X vectors.Alexander Motin
2017-03-19Remove hackish code delaying ATIOs to unknown virtual port.Alexander Motin
2017-03-15Refactor interrupt handling.Alexander Motin
2017-03-14Remove some dead/broken code paths around async handlingAlexander Motin
2017-03-14Remove tangled isp_mbox_continue() mechanism.Alexander Motin
2017-03-14Improvements around attach, reset and detach.Alexander Motin
2016-05-19Add proper reporting for early task management errors.Alexander Motin
2016-05-17Completely remove broken now autologin port flag.Alexander Motin
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-14Extract virtual port address from RQSTYPE_RPT_ID_ACQ.Alexander Motin
2016-04-13Filter Port Database Changed notifications.Alexander Motin
2016-04-13Respect NVRAM topology settings on 24xx and above chips.Alexander Motin
2016-04-12Allocate separate DMA area for synchronous IOCB execution.Alexander Motin
2015-12-27Allocate separate scratch space for scanner purposes.Alexander Motin
2015-12-26Make virtual ports control asynchronous.Alexander Motin
2015-12-25Unify handles allocation for initiator and target IOCBs.Alexander Motin
2015-12-02Add initial support for 16Gbps FC QLogic chips.Alexander Motin
2015-11-26One more round of port scanner rewrite.Alexander Motin
2015-11-23Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin