summaryrefslogtreecommitdiff
path: root/sys/dev/isp/ispmbox.h
AgeCommit message (Expand)Author
2024-06-24Fix the isp(4) driver with 9.x 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): Add support for QLogic 28xx devicesJoerg Pulz
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
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-26Some minor FCoE bits I had lying around.Alexander Motin
2020-11-24Update RQSFLAG_* definitions.Alexander Motin
2020-11-24Implement request queue overflow protection.Alexander Motin
2020-11-22Remove remnants of execthrottle and maxalloc parameters.Alexander Motin
2020-11-20Remove parallel SCSI and 1/2Gb FC support from isp(4).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-07-02Slightly unify SNS requests for post- and pre-24xx.Alexander Motin
2017-05-03Correct loop mode CRN resets to adhere to FCP-4 section 4.10Kenneth D. Merry
2017-03-24Add brackets to fix incorrect macro expansion.Alexander Motin
2017-03-19Add initial support for multiple MSI-X vectors.Alexander Motin
2016-04-09Register symbolic port/node names in FC name server.Alexander Motin
2015-12-24Some polishing for command timeouts handling.Alexander Motin
2015-12-02Add initial support for 16Gbps FC QLogic chips.Alexander Motin
2015-11-24Rename ASYNC_LIP_F8 to ASYNC_LIP_NOS_OLS_RECV.Alexander Motin
2015-11-23Fix target mode support for Qlogic 2200 FC adapters.Alexander Motin
2015-11-22Add some more asynchronous event status codes.Alexander Motin
2015-11-22Add mode mailbox command codes.Alexander Motin
2015-11-19Another round of port scanner rewrite.Alexander Motin
2015-11-17Register our FC4 Features in SNS.Alexander Motin
2015-11-17Add real initial support for RQSTYPE_RPT_ID_ACQ.Alexander Motin
2015-10-29Fix and improve error masking and reporting.Alexander Motin
2015-10-28Improve/fix loop scanning routine.Alexander Motin
2015-10-27Fix error code that looks like wrong.Alexander Motin
2015-10-26Reimplement enable and implement disable of virtual ports.Alexander Motin
2015-10-25Try to keep Loop IDs persistent across chip reinits.Alexander Motin
2015-10-24Add new field to Abort IOCB.Alexander Motin
2015-10-23Minor additions to Status Type 0 IOCB.Alexander Motin
2015-10-23Improve INOTs handling for 24xx and above chips.Alexander Motin
2015-10-21Some more defines and polishing for INIT_FIRMWARE.Alexander Motin
2015-10-20Zero mbox[0] for INIT_FIRMWARE to fix version 7.3 firmware.Alexander Motin
2015-10-20Decode more firmware attributes.Alexander Motin
2014-10-13Use the C99 flexible array construct to denote a variable amount ofWarner Losh
2012-07-28-----------Matt Jacob
2012-06-24Clean up multi-id mode so it's driven by the f/w loaded,Matt Jacob
2012-06-17Prepare for FC-Tape support. This involved doing a lot of little cleanupsMatt Jacob
2010-02-27Revamp the pieces of some of the stuff I forgot to do when shifting toMatt Jacob
2010-02-03Redo how commands handles are created and managed and implement sequenceMatt Jacob
2009-09-21(semiforced commit to add comment missed in last delta)Matt Jacob
2009-09-21Remove file unused in freebsd.Matt Jacob