summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_pci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC, r310338:ken2016-12-231-0/+7
* MFC r297858: Allocate separate DMA area for synchronous IOCB execution.mav2016-05-031-2/+21
* MFC r292764: Split DMA buffers for request, response and ATIO queues.mav2015-12-301-109/+131
* MFC r292745: Use single DMA tag for scratch areas of all virtual ports.mav2015-12-301-21/+25
* MFC r292725: Unify handles allocation for initiator and target IOCBs.mav2015-12-301-24/+0
* MFC r291654, r291727, r291821, r291872, r292034, r292041, r292249, r292042:mav2015-12-221-89/+205
* MFC r291365, r291369: One more round of port scanner rewrite.mav2015-11-301-10/+0
* MFC r291221: Remove "disable" hint, which duplicates system-wide "disabled".mav2015-11-301-20/+0
* MFC r291209: Fix target mode support for Qlogic 2200 FC adapters.mav2015-11-301-3/+3
* MFC r291188: Rip off target mode support for parallel SCSI QLogic adapters.mav2015-11-301-23/+3
* MFC r291147: Increase maximal value of vports tunable to 254.mav2015-11-301-1/+1
* MFC r289930: Formalize/unify chip (re-)inits.mav2015-11-131-6/+1
* MFC r289817: Disable full bus scan by CAM for FC adapters.mav2015-11-131-3/+0
* MFC r289812, r289852: Some polishing and unification in ISR code.mav2015-11-131-39/+33
* MFC r289626: Update firmware images for Qlogic 24xx/25xx from 5.5.0 to 7.3.0.mav2015-11-131-3/+0
* MFC r284727: Add dev.isp.X.role sysctl in addition to tunable.mav2015-06-281-13/+40
* MFC r257932:mav2014-01-051-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
* Fix misallocation error in target mode.mjacob2010-02-271-1/+1
* Redo how commands handles are created and managed and implement sequencemjacob2010-02-031-4/+12
* Add 8Gb support (isp_2500). Fix a fair number of configuration andmjacob2009-08-011-1457/+488
* Pointy hat to me. Committed with building.mjacob2007-06-261-1/+1
* Extension of previous commit- when we have 2k login firmware, we need tomjacob2007-06-261-1/+7
* Yet another bug- when we have 2k login firmware, we needmjacob2007-06-251-1/+7
* Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4.mjacob2007-06-111-2/+6
* Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp...mjacob2007-05-111-3/+3
* Make this an MP safe driver but also still be multi-release.mjacob2007-05-051-135/+99
* Temporarily desupport simultaneous target and initiator mode.mjacob2007-04-021-6/+8
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)mjacob2007-03-221-6/+1
* Move bus_space_tag and bus_space_handle register accessmjacob2007-03-131-78/+64
* Fix compilation issues found in RELENG_4 port and merge themjacob2007-03-121-1/+3
OpenPOWER on IntegriCloud