summaryrefslogtreecommitdiff
path: root/sys/dev/isp
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-01-08isp: Fix abort issue introduced by previous commitAlexander Motin
2025-01-08Revert "isp: Fix abort issue introduced by previous commit"Alexander Motin
2025-01-08isp: Fix abort issue introduced by previous commitAlexander Motin
2024-12-09isp: Improve task aborts handlingAlexander Motin
2024-12-09isp: Fix use after free in aborts handlingAlexander Motin
2024-06-25isp: fix ISPCTL_ABORT_CMD switch caseMariusz Zaborski
2024-06-24Add an isp(4) tunable to default to ispfw(4) firmware.Kenneth D. Merry
2024-06-24Fix the isp(4) driver with 9.x firmware.Kenneth D. Merry
2023-12-31isp: Fix endianness conversion in isp_read_flash_data()Mark Johnston
2023-12-28isp(4): Rework firmware handling/loadingJoerg Pulz
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-02isp(4): Fix a typo in a source code commentGordon Bergling
2023-07-07isp(4): Style changesJoerg Pulz
2023-07-07isp(4): Remove redundant functions for reading data from FLT and flashJoerg Pulz
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): Fix reading NVRAM contents for 28xx based devicesJoerg 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-10isp: Remove a double word in the driver manualGordon Bergling
2022-09-03isp(4): Fix two typos in source code commentsGordon Bergling
2022-05-06isp: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-12isp: Remove unused variable.John Baldwin
2022-04-09ips(4): Remove a double word in a few source code commentsGordon Bergling
2021-12-14isp(4): Allow more than 2 ports to read WWNs from NVRAM.Alexander Motin
2021-12-05FIx "set but not used" in the isp driver.Scott Long
2021-08-10Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin
2020-11-29Mark inline functions static.Alexander Motin
2020-11-27Some code reorganization.Alexander Motin
2020-11-27Restore break statement lost in r367857.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-26Remove some more dead code from pre-24xx.Alexander Motin
2020-11-24Remove more legacy of parallel SCSI.Alexander Motin
2020-11-24Update RQSFLAG_* definitions.Alexander Motin
2020-11-24Remove concept of mbox_sleep_ok.Alexander Motin
2020-11-24Remove unneeded locking around xpt_bus_[de]register().Alexander Motin
2020-11-24Implement request queue overflow protection.Alexander Motin
2020-11-22Fix debug build after 367926.Alexander Motin
2020-11-22Fix build after 367926.Alexander Motin
2020-11-22Make handlers and atpds overflows unlikely.Alexander Motin
2020-11-22Do not parent all busdma tags to the payload tag.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-20Fix r367857 build without ISP_TARGET_MODE.Alexander Motin
2020-11-20Remove parallel SCSI and 1/2Gb FC support from isp(4).Alexander Motin