aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_library.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r315908: Unify initiator and target DMA setup and command sending.Alexander Motin2017-04-241-186/+65
* MFC r315485: Remove dead remnants of SPI target.Alexander Motin2017-03-291-72/+0
* MFC r315234: Improvements around attach, reset and detach.Alexander Motin2017-03-281-22/+0
* MFC r300052: Completely remove broken now autologin port flag.Alexander Motin2016-05-241-2/+2
* MFC r297991: Extract virtual port address from RQSTYPE_RPT_ID_ACQ.Alexander Motin2016-05-031-2/+3
* MFC r297817: Polish debugging IOCB dumping.Alexander Motin2016-05-031-4/+6
* MFC r297751: Register symbolic port/node names in FC name server.Alexander Motin2016-05-031-0/+23
* MFC r292739: Make virtual ports control asynchronous.Alexander Motin2015-12-301-4/+12
* MFC r292725: Unify handles allocation for initiator and target IOCBs.Alexander Motin2015-12-301-121/+40
* MFC r292715: Clear virtual port's port database when disabling it.Alexander Motin2015-12-301-162/+0
* MFC r291730: Update isp_put_icb_2400() for new structure fields.Alexander Motin2015-12-221-3/+10
* MFC r291365, r291369: One more round of port scanner rewrite.Alexander Motin2015-11-301-25/+24
* MFC r291209: Fix target mode support for Qlogic 2200 FC adapters.Alexander Motin2015-11-301-2/+4
* MFC r291188: Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin2015-11-301-281/+1
* MFC r291144: Fix target mode with fabric for pre-24xx chips.Alexander Motin2015-11-301-5/+5
* MFC r291080: Another round of port scanner rewrite.Alexander Motin2015-11-301-30/+37
* MFC r291013: Remove some confusions between loopid and nphdl.Alexander Motin2015-11-301-1/+1
* MFC r291000: Register our FC4 Features in SNS.Alexander Motin2015-11-301-0/+14
* MFC r290993, r290994: Unify and cleanup FC ports scan.Alexander Motin2015-11-301-22/+16
* MFC r290980: Make firmware handle virtual ports SNS logins for us.Alexander Motin2015-11-301-1/+2
* MFC r290978: Add real initial support for RQSTYPE_RPT_ID_ACQ.Alexander Motin2015-11-301-11/+4
* MFC r290104: Improve/fix loop scanning routine.Alexander Motin2015-11-301-0/+38
* MFC r290018: Reimplement enable and implement disable of virtual ports.Alexander Motin2015-11-131-62/+148
* MFC r289886: Add new field to Abort IOCB.Alexander Motin2015-11-131-0/+2
* MFC r289855: Minor additions to Status Type 0 IOCB.Alexander Motin2015-11-131-1/+1
* MFC r289838: Improve INOTs handling for 24xx and above chips.Alexander Motin2015-11-131-20/+40
* MFC r285459: Unify port database use for target and initiator roles.Alexander Motin2015-10-051-164/+106
* MFC r285146: Drop discovered targets when initiator role is disabled.Alexander Motin2015-10-051-11/+0
* MFC r284681: Rewrite port database handling for target mode.Alexander Motin2015-06-281-111/+127
* MFC r275112:Alexander Motin2014-12-261-3/+3
* MFC r272937: Fix r272936 build with old GCC.Alexander Motin2014-12-051-1/+2
* MFC r272936:Alexander Motin2014-11-111-0/+5
* MFC r261515:Alexander Motin2014-02-101-2/+6
* MFC r257916:Alexander Motin2014-01-051-3/+7
* -----------Matt Jacob2012-07-281-161/+236
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.Marius Strobl2011-02-141-2/+2
* Don't pass a buffer directly as a printflike format string.Matt Jacob2010-06-101-1/+1
* Various minor and not so minor fixes suggested by Coverity.Matt Jacob2010-06-021-1/+1
* D'oh- isp_handle_index' logic was reversed (not used in FreeBSD).Matt Jacob2010-03-261-2/+2
* Revamp the pieces of some of the stuff I forgot to do when shifting toMatt Jacob2010-02-271-5/+30
* Yet another target mode compilation error.Matt Jacob2010-02-041-1/+1
* Fix target mode compilation problem with previous deltaMatt Jacob2010-02-041-2/+2
* Redo how commands handles are created and managed and implement sequenceMatt Jacob2010-02-031-74/+73
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob2009-08-011-701/+1607
* Recover from some major omissions/problems with the 24XX port.Matt Jacob2007-07-021-8/+11
* Temporarily desupport simultaneous target and initiator mode.Matt Jacob2007-04-021-7/+7
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)Matt Jacob2007-03-221-1/+1
* Fix some stupid copyright mistakes that have been there for quite some time.Matt Jacob2007-03-101-24/+26
* Make the SAN login/logout stuff more common between different chipsetsMatt Jacob2006-11-181-0/+60