aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Add an isp(4) tunable to default to ispfw(4) firmware.Kenneth D. Merry2024-07-161-0/+9
* isp(4): Rework firmware handling/loadingJoerg Pulz2024-01-191-28/+7
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* isp(4): Add support for QLogic 28xx devicesJoerg Pulz2023-07-071-0/+28
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* isp: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+2
* ips(4): Remove a double word in a few source code commentsGordon Bergling2022-04-091-1/+1
* Remove more legacy of parallel SCSI.Alexander Motin2020-11-241-8/+8
* Make handlers and atpds overflows unlikely.Alexander Motin2020-11-221-2/+2
* Do not parent all busdma tags to the payload tag.Alexander Motin2020-11-221-24/+27
* Increase queue depths from 1024/256 to 8192/1024 IOCBs.Alexander Motin2020-11-201-2/+2
* Cleanup DMA handling.Alexander Motin2020-11-201-99/+4
* Fix r367857 build without ISP_TARGET_MODE.Alexander Motin2020-11-201-0/+2
* Remove parallel SCSI and 1/2Gb FC support from isp(4).Alexander Motin2020-11-201-814/+165
* Move ecmd memory allocation itto separate DMA tag.Alexander Motin2020-11-181-8/+45
* Remove bus_dma locking/sleeping when not needed.Alexander Motin2020-11-181-15/+13
* Remove sparc64 kernel supportWarner Losh2020-02-031-10/+0
* Make isp(4) suggest loading ispfw(4) when it fails to attach.Edward Tomasz Napierala2019-04-281-0/+9
* Limit 24xx adapters to only MSI interrupts by default.Alexander Motin2019-02-281-1/+1
* Limit 24xx adapters to only one MSI-X interrupt by default.Alexander Motin2019-02-281-1/+1
* Add to isp(4) tunables to limit MSI/MSI-X usage.Alexander Motin2019-02-281-2/+9
* Add support for Enhanced Gen 5 (16Gb) and Gen 6 (32Gb) QLogic FC HBAs.Alexander Motin2018-02-281-77/+49
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Unify initiator and target DMA setup and command sending.Alexander Motin2017-03-241-112/+19
* Remove another remnants left after r246713.Alexander Motin2017-03-211-2/+0
* Remove some dead code left after r246713.Alexander Motin2017-03-211-32/+2
* Clean/unify some macro usage.Alexander Motin2017-03-211-16/+21
* Addition to r315579: drop the lock while allocating IRQs.Alexander Motin2017-03-211-0/+2
* Add initial support for multiple MSI-X vectors.Alexander Motin2017-03-191-50/+67
* Refactor interrupt handling.Alexander Motin2017-03-151-86/+87
* Fix ancient bug from r84597, which broke 23xx after r315234.Alexander Motin2017-03-151-1/+1
* Improvements around attach, reset and detach.Alexander Motin2017-03-141-149/+141
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-8/+8
* Turn on FC-Tape by default in the isp(4) driver.Kenneth D. Merry2016-12-201-0/+7
* Remove NULL checks after M_WAITOK allocations from isp(4).Edward Tomasz Napierala2016-05-151-11/+0
* Allocate separate DMA area for synchronous IOCB execution.Alexander Motin2016-04-121-2/+21
* Split DMA buffers for request, response and ATIO queues.Alexander Motin2015-12-271-108/+128
* Use single DMA tag for scratch areas of all virtual ports.Alexander Motin2015-12-261-22/+25
* Unify handles allocation for initiator and target IOCBs.Alexander Motin2015-12-251-24/+0
* Add MSI-X support for 26XX cards.Alexander Motin2015-12-151-11/+30
* Add PCI ID for 16G QLogic chips in FCoE mode.Alexander Motin2015-12-091-0/+11
* Make 16Gig chips to use new queue pointer registers.Alexander Motin2015-12-041-30/+110
* Add initial support for 16Gbps FC QLogic chips.Alexander Motin2015-12-021-52/+58
* One more round of port scanner rewrite.Alexander Motin2015-11-261-10/+0
* Remove "disable" hint, which duplicates system-wide "disabled".Alexander Motin2015-11-231-20/+0
* Fix target mode support for Qlogic 2200 FC adapters.Alexander Motin2015-11-231-3/+3
* Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin2015-11-231-23/+3
* Increase maximal value of vports tunable to 254.Alexander Motin2015-11-211-1/+1
* Formalize/unify chip (re-)inits.Alexander Motin2015-10-251-6/+1
* Disable full bus scan by CAM for FC adapters.Alexander Motin2015-10-231-3/+0