summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_pci.c
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-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c 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-05-06isp: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-09ips(4): Remove a double word in a few source code commentsGordon Bergling
2020-11-24Remove more legacy of parallel SCSI.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-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
2020-11-18Move ecmd memory allocation itto separate DMA tag.Alexander Motin
2020-11-18Remove bus_dma locking/sleeping when not needed.Alexander Motin
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-04-28Make isp(4) suggest loading ispfw(4) when it fails to attach.Edward Tomasz Napierala
2019-02-28Limit 24xx adapters to only MSI interrupts by default.Alexander Motin
2019-02-28Limit 24xx adapters to only one MSI-X interrupt by default.Alexander Motin
2019-02-28Add to isp(4) tunables to limit MSI/MSI-X usage.Alexander Motin
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-03-24Unify initiator and target DMA setup and command sending.Alexander Motin
2017-03-21Remove another remnants left after r246713.Alexander Motin
2017-03-21Remove some dead code left after r246713.Alexander Motin
2017-03-21Clean/unify some macro usage.Alexander Motin
2017-03-21Addition to r315579: drop the lock while allocating IRQs.Alexander Motin
2017-03-19Add initial support for multiple MSI-X vectors.Alexander Motin
2017-03-15Refactor interrupt handling.Alexander Motin
2017-03-15Fix ancient bug from r84597, which broke 23xx after r315234.Alexander Motin
2017-03-14Improvements around attach, reset and detach.Alexander Motin
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2016-12-20Turn on FC-Tape by default in the isp(4) driver.Kenneth D. Merry
2016-05-15Remove NULL checks after M_WAITOK allocations from isp(4).Edward Tomasz Napierala
2016-04-12Allocate separate DMA area for synchronous IOCB execution.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-25Unify handles allocation for initiator and target IOCBs.Alexander Motin
2015-12-15Add MSI-X support for 26XX cards.Alexander Motin
2015-12-09Add PCI ID for 16G QLogic chips in FCoE mode.Alexander Motin
2015-12-04Make 16Gig chips to use new queue pointer registers.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-23Remove "disable" hint, which duplicates system-wide "disabled".Alexander Motin
2015-11-23Fix target mode support for Qlogic 2200 FC adapters.Alexander Motin
2015-11-23Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin
2015-11-21Increase maximal value of vports tunable to 254.Alexander Motin
2015-10-25Formalize/unify chip (re-)inits.Alexander Motin