summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_pci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r315908: Unify initiator and target DMA setup and command sending.mav2017-04-241-112/+19
* MFC r315682, r315683: Remove some dead code left after r246713.mav2017-04-021-34/+2
* MFC r315677: Clean/unify some macro usage.mav2017-04-021-16/+21
* MFC r315579, r315670: Add initial support for multiple MSI-X vectors.mav2017-04-021-50/+69
* MFC r315307: Refactor interrupt handling.mav2017-03-291-86/+87
* MFC r315298: Fix ancient bug from r84597, which broke 23xx after r315234.mav2017-03-291-1/+1
* MFC r315234: Improvements around attach, reset and detach.mav2017-03-281-149/+141
* MFC r313982, r314068:pfg2017-03-141-8/+8
* MFC, r310338:ken2016-12-231-0/+7
* Remove NULL checks after M_WAITOK allocations from isp(4).trasz2016-05-151-11/+0
* Allocate separate DMA area for synchronous IOCB execution.mav2016-04-121-2/+21
* Split DMA buffers for request, response and ATIO queues.mav2015-12-271-111/+131
* Use single DMA tag for scratch areas of all virtual ports.mav2015-12-261-22/+25
* Unify handles allocation for initiator and target IOCBs.mav2015-12-251-24/+0
* Add MSI-X support for 26XX cards.mav2015-12-151-11/+30
* Add PCI ID for 16G QLogic chips in FCoE mode.mav2015-12-091-0/+11
* Make 16Gig chips to use new queue pointer registers.mav2015-12-041-30/+110
* Add initial support for 16Gbps FC QLogic chips.mav2015-12-021-52/+58
* One more round of port scanner rewrite.mav2015-11-261-10/+0
* Remove "disable" hint, which duplicates system-wide "disabled".mav2015-11-231-20/+0
* Fix target mode support for Qlogic 2200 FC adapters.mav2015-11-231-3/+3
* Rip off target mode support for parallel SCSI QLogic adapters.mav2015-11-231-23/+3
* Increase maximal value of vports tunable to 254.mav2015-11-211-1/+1
* Formalize/unify chip (re-)inits.mav2015-10-251-6/+1
* Disable full bus scan by CAM for FC adapters.mav2015-10-231-3/+0
* Some polishing and unification in ISR code.mav2015-10-231-39/+33
* Update firmware images for Qlogic 24xx/25xx from 5.5.0 to 7.3.0.mav2015-10-201-3/+0
* Add dev.isp.X.role sysctl in addition to tunable.mav2015-06-231-13/+40
* Add missing calls to bus_dmamap_unload() when freeing static DMAjhb2014-06-131-0/+3
* Use relaxed (write-only) memory barriers when writing some of queue indexmav2013-11-101-0/+9
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-7/+5
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-62/+10
* Don't allow for more than one segment for the control space sincemjacob2012-11-021-3/+2
* Remove useless extra test.mjacob2012-09-071-4/+2
* Remove dependence on MAXPHYS.mjacob2012-08-211-2/+7
* Fix an oops where we wiped out DMA maps. Don't allocate extendedmjacob2012-08-121-10/+12
* Oops. We only do allocate room for extended commandsmjacob2012-08-031-10/+12
* -----------mjacob2012-07-281-14/+84
* Clean up multi-id mode so it's driven by the f/w loaded,mjacob2012-06-241-14/+8
* Prepare for FC-Tape support. This involved doing a lot of little cleanupsmjacob2012-06-171-10/+5
* If debug values were set, the default from tval floatedmjacob2012-06-151-0/+1
* Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...eadler2012-06-011-0/+2
* Was chasing down a failure to load f/w on a 2400. It turns out that the cardmjacob2011-11-161-0/+2
* Most of these changes to isp are to allow for isp.ko unloading.mjacob2011-08-131-28/+52
* Add support QLE220 card- an 2500 lookalike.mjacob2011-03-101-0/+15
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.marius2011-02-141-16/+16
* Various minor and not so minor fixes suggested by Coverity.mjacob2010-06-021-13/+13
* On sparc64 obtain the initiator ID from the Open Firmware device treemarius2010-05-031-0/+9
* Put gone device timer into a structure tag that can hold more than 32 seconds...mjacob2010-03-171-3/+3
* Revamp the pieces of some of the stuff I forgot to do when shifting tomjacob2010-02-271-12/+6
OpenPOWER on IntegriCloud