summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* Add an isp(4) tunable to default to ispfw(4) firmware.Kenneth D. Merry2024-07-161-1/+17
* Fix the isp(4) driver with 9.x firmware.Kenneth D. Merry2024-07-161-1/+9
* isp: fix ISPCTL_ABORT_CMD switch caseMariusz Zaborski2024-06-281-0/+1
* isp: Fix endianness conversion in isp_read_flash_data()Mark Johnston2024-01-191-1/+1
* isp(4): Rework firmware handling/loadingJoerg Pulz2024-01-191-168/+813
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* isp(4): Style changesJoerg Pulz2023-07-071-20/+22
* isp(4): Remove redundant functions for reading data from FLT and flashJoerg Pulz2023-07-071-84/+31
* isp(4): Use the FLT on all supported controllersJoerg Pulz2023-07-071-180/+235
* isp(4): Add support to read contents of the FLT (flash layout table)Joerg Pulz2023-07-071-2/+294
* isp(4): Fix reading NVRAM contents for 28xx based devicesJoerg Pulz2023-07-071-1/+3
* isp(4): Add support for QLogic 28xx devicesJoerg Pulz2023-07-071-1/+13
* 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
* isp(4): Allow more than 2 ports to read WWNs from NVRAM.Alexander Motin2021-12-141-6/+1
* FIx "set but not used" in the isp driver.Scott Long2021-12-051-2/+8
* Some code reorganization.Alexander Motin2020-11-271-245/+131
* More cleanup in response queue and reset code.Alexander Motin2020-11-261-187/+104
* Some minor FCoE bits I had lying around.Alexander Motin2020-11-261-0/+12
* Update RQSFLAG_* definitions.Alexander Motin2020-11-241-17/+6
* Remove concept of mbox_sleep_ok.Alexander Motin2020-11-241-20/+16
* Implement request queue overflow protection.Alexander Motin2020-11-241-12/+13
* Fix build after 367926.Alexander Motin2020-11-221-1/+2
* Make handlers and atpds overflows unlikely.Alexander Motin2020-11-221-3/+6
* Remove remnants of execthrottle and maxalloc parameters.Alexander Motin2020-11-221-17/+4
* Increase queue depths from 1024/256 to 8192/1024 IOCBs.Alexander Motin2020-11-201-7/+9
* Cleanup DMA handling.Alexander Motin2020-11-201-22/+20
* Remove parallel SCSI and 1/2Gb FC support from isp(4).Alexander Motin2020-11-201-4186/+629
* Introduce support of SCSI Command Priority.Alexander Motin2020-10-251-1/+3
* Fix FC-Tape bugs caused in part by r345008.Kenneth D. Merry2019-05-241-1/+3
* Fix CRN resets in the isp(4) driver in certain situations.Kenneth D. Merry2019-03-111-1/+6
* Increase ABOUT FIRMWARE command timeout to 5s.Alexander Motin2018-03-151-3/+7
* Add support for Enhanced Gen 5 (16Gb) and Gen 6 (32Gb) QLogic FC HBAs.Alexander Motin2018-02-281-4/+20
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove duplicate assignments from r321622.Kenneth D. Merry2017-07-271-2/+0
* Fix probing FC targets with hard addressing turned on.Kenneth D. Merry2017-07-271-21/+35
* "Port Type not registered" is not a real error for GIT_PT.Alexander Motin2017-07-101-1/+4
* Switch fabric scans from GID_FT to GID_PT+GFF_ID/GFT_ID.Alexander Motin2017-07-031-20/+174
* Move comment respecting previous commit.Alexander Motin2017-07-021-13/+13
* Slightly unify SNS requests for post- and pre-24xx.Alexander Motin2017-07-021-130/+91
* Correct loop mode CRN resets to adhere to FCP-4 section 4.10Kenneth D. Merry2017-05-031-3/+4
* Switch isp_reset to scratchpad not requiring ISP_MBOXDMASETUP.Alexander Motin2017-04-241-2/+2
* Fix few minor issues found by Clang Analyzer.Alexander Motin2017-04-091-1/+2
* Cleanup response queue processing.Alexander Motin2017-03-221-288/+141
* Improve command timeout handling.Alexander Motin2017-03-211-5/+1
* Remove questionable reqp->req_time access.Alexander Motin2017-03-211-4/+5
* Remove some useless code.Alexander Motin2017-03-191-11/+0
* Add initial support for multiple MSI-X vectors.Alexander Motin2017-03-191-1/+7
* Remove hackish code delaying ATIOs to unknown virtual port.Alexander Motin2017-03-191-6/+0
* Remove dead remnants of SPI target.Alexander Motin2017-03-181-2/+0