summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_freebsd.h
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
2023-12-28isp(4): Rework firmware handling/loadingJoerg Pulz
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-11-26More cleanup in response queue and reset code.Alexander Motin
2020-11-24Remove more legacy of parallel SCSI.Alexander Motin
2020-11-24Remove concept of mbox_sleep_ok.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-11-18Move ecmd memory allocation itto separate DMA tag.Alexander Motin
2020-10-25Introduce support of SCSI Command Priority.Alexander Motin
2020-02-03Remove sparc64 kernel supportWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-24Unify initiator and target DMA setup and command sending.Alexander Motin
2017-03-23isp field in struct isp_pcmd is also unused.Alexander Motin
2017-03-23Remove write-only crn field from struct isp_pcmd.Alexander Motin
2017-03-22Cleanup response queue processing.Alexander Motin
2017-03-21Improve command timeout handling.Alexander Motin
2017-03-21Clean/unify some macro usage.Alexander Motin
2017-03-20Remove some more dead code.Alexander Motin
2017-03-19Add initial support for multiple MSI-X vectors.Alexander Motin
2017-03-15Remove not very useful ATIO/INOT stats.Alexander Motin
2017-03-14Remove tangled isp_mbox_continue() mechanism.Alexander Motin
2017-03-14Improvements around attach, reset and detach.Alexander Motin
2017-03-12Remove strange config_intrhook_establish() magic.Alexander Motin
2017-03-12Try to slight untangle I/O and loop status handling.Alexander Motin
2017-03-12Remove code for unsupported FreeBSD versions.Alexander Motin
2017-02-27Send TERMINATE to firmware when aborting active ATIO.Alexander Motin
2017-02-26Return better error code in case of too long CDB.Alexander Motin
2017-02-22Fix multiple problems around LUN disable under load.Alexander Motin
2017-02-21Remove ancient __FreeBSD_version checks.Alexander Motin
2017-02-19Move CTIO waitq from per-LUN to per-channel.Alexander Motin
2016-04-12Allocate separate DMA area for synchronous IOCB execution.Alexander Motin
2016-04-09Register symbolic port/node names in FC name server.Alexander Motin
2015-12-27Split DMA buffers for request, response and ATIO queues.Alexander Motin
2015-12-26Use single DMA tag for scratch areas of all virtual ports.Alexander Motin
2015-12-04Make 16Gig chips to use new queue pointer registers.Alexander Motin
2015-11-26One more round of port scanner rewrite.Alexander Motin
2015-11-23Remove "disable" hint, which duplicates system-wide "disabled".Alexander Motin
2015-11-23Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin
2015-11-14Fix/improve CRN tracking.Alexander Motin
2015-11-07Rework r290504.Alexander Motin
2015-11-07Make ISP_SLEEP() really sleep instead of spinning.Alexander Motin
2015-10-24Add PIM_EXTLUNS support to isp(4) driver.Alexander Motin