aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_library.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Switch fabric scans from GID_FT to GID_PT+GFF_ID/GFT_ID.Alexander Motin2017-07-031-46/+59
* Unify initiator and target DMA setup and command sending.Alexander Motin2017-03-241-186/+65
* Remove dead remnants of SPI target.Alexander Motin2017-03-181-72/+0
* Improvements around attach, reset and detach.Alexander Motin2017-03-141-22/+0
* Completely remove broken now autologin port flag.Alexander Motin2016-05-171-2/+2
* Extract virtual port address from RQSTYPE_RPT_ID_ACQ.Alexander Motin2016-04-141-2/+3
* Polish debugging IOCB dumping.Alexander Motin2016-04-111-4/+6
* Register symbolic port/node names in FC name server.Alexander Motin2016-04-091-0/+23
* Make virtual ports control asynchronous.Alexander Motin2015-12-261-4/+12
* Unify handles allocation for initiator and target IOCBs.Alexander Motin2015-12-251-121/+40
* Clear virtual port's port database when disabling it.Alexander Motin2015-12-251-162/+0
* Update isp_put_icb_2400() for new structure fields.Alexander Motin2015-12-041-3/+10
* One more round of port scanner rewrite.Alexander Motin2015-11-261-25/+24
* Fix target mode support for Qlogic 2200 FC adapters.Alexander Motin2015-11-231-2/+4
* Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin2015-11-231-281/+1
* Fix target mode with fabric for pre-24xx chips.Alexander Motin2015-11-211-5/+5
* Another round of port scanner rewrite.Alexander Motin2015-11-191-30/+37
* Remove some confusions between loopid and nphdl.Alexander Motin2015-11-181-1/+1
* Register our FC4 Features in SNS.Alexander Motin2015-11-171-0/+14
* Unify and cleanup FC ports scan.Alexander Motin2015-11-171-22/+16
* Make firmware handle virtual ports SNS logins for us.Alexander Motin2015-11-171-1/+2
* Add real initial support for RQSTYPE_RPT_ID_ACQ.Alexander Motin2015-11-171-11/+4
* Improve/fix loop scanning routine.Alexander Motin2015-10-281-0/+38
* Reimplement enable and implement disable of virtual ports.Alexander Motin2015-10-261-62/+148
* Add new field to Abort IOCB.Alexander Motin2015-10-241-0/+2
* Minor additions to Status Type 0 IOCB.Alexander Motin2015-10-231-1/+1
* Improve INOTs handling for 24xx and above chips.Alexander Motin2015-10-231-20/+40
* Unify port database use for target and initiator roles.Alexander Motin2015-07-131-162/+104
* Drop discovered targets when initiator role is disabled.Alexander Motin2015-07-041-11/+0
* Rewrite port database handling for target mode.Alexander Motin2015-06-211-111/+127
* Make isp_find_pdb_by_*() search for targets in portdb in reverse order.Alexander Motin2014-11-261-3/+3
* Fix r272936 build with old GCC.Alexander Motin2014-10-111-1/+2
* Update isp_tgt_map and send new arrival notification if target that departedAlexander Motin2014-10-111-0/+5
* Fix I/O freezes in some cases, caused by r257916.Alexander Motin2014-02-051-2/+6
* Save one more register read per command by not reading rqstoutrp registerAlexander Motin2013-11-101-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-697/+1603
* 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