summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_library.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-04-12isp: Remove unused variable.John Baldwin
2020-11-27Some code reorganization.Alexander Motin
2020-11-26Some minor FCoE bits I had lying around.Alexander Motin
2020-11-26Remove some more dead code from pre-24xx.Alexander Motin
2020-11-24Implement request queue overflow protection.Alexander Motin
2020-11-22Make handlers and atpds overflows unlikely.Alexander Motin
2020-11-20Cleanup DMA handling.Alexander Motin
2020-11-20Remove parallel SCSI and 1/2Gb FC support from isp(4).Alexander Motin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-03Switch fabric scans from GID_FT to GID_PT+GFF_ID/GFT_ID.Alexander Motin
2017-03-24Unify initiator and target DMA setup and command sending.Alexander Motin
2017-03-18Remove dead remnants of SPI target.Alexander Motin
2017-03-14Improvements around attach, reset and detach.Alexander Motin
2016-05-17Completely remove broken now autologin port flag.Alexander Motin
2016-04-14Extract virtual port address from RQSTYPE_RPT_ID_ACQ.Alexander Motin
2016-04-11Polish debugging IOCB dumping.Alexander Motin
2016-04-09Register symbolic port/node names in FC name server.Alexander Motin
2015-12-26Make virtual ports control asynchronous.Alexander Motin
2015-12-25Unify handles allocation for initiator and target IOCBs.Alexander Motin
2015-12-25Clear virtual port's port database when disabling it.Alexander Motin
2015-12-04Update isp_put_icb_2400() for new structure fields.Alexander Motin
2015-11-26One more round of port scanner rewrite.Alexander Motin
2015-11-23Fix target mode support for Qlogic 2200 FC adapters.Alexander Motin
2015-11-23Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin
2015-11-21Fix target mode with fabric for pre-24xx chips.Alexander Motin
2015-11-19Another round of port scanner rewrite.Alexander Motin
2015-11-18Remove some confusions between loopid and nphdl.Alexander Motin
2015-11-17Register our FC4 Features in SNS.Alexander Motin
2015-11-17Unify and cleanup FC ports scan.Alexander Motin
2015-11-17Make firmware handle virtual ports SNS logins for us.Alexander Motin
2015-11-17Add real initial support for RQSTYPE_RPT_ID_ACQ.Alexander Motin
2015-10-28Improve/fix loop scanning routine.Alexander Motin
2015-10-26Reimplement enable and implement disable of virtual ports.Alexander Motin
2015-10-24Add new field to Abort IOCB.Alexander Motin
2015-10-23Minor additions to Status Type 0 IOCB.Alexander Motin
2015-10-23Improve INOTs handling for 24xx and above chips.Alexander Motin
2015-07-13Unify port database use for target and initiator roles.Alexander Motin
2015-07-04Drop discovered targets when initiator role is disabled.Alexander Motin
2015-06-21Rewrite port database handling for target mode.Alexander Motin
2014-11-26Make isp_find_pdb_by_*() search for targets in portdb in reverse order.Alexander Motin
2014-10-11Fix r272936 build with old GCC.Alexander Motin
2014-10-11Update isp_tgt_map and send new arrival notification if target that departedAlexander Motin
2014-02-05Fix I/O freezes in some cases, caused by r257916.Alexander Motin
2013-11-10Save one more register read per command by not reading rqstoutrp registerAlexander Motin
2012-07-28-----------Matt Jacob
2011-02-14- Use the correct DMA tag/map pair for synchronize the FC scratch area.Marius Strobl
2010-06-10Don't pass a buffer directly as a printflike format string.Matt Jacob
2010-06-02Various minor and not so minor fixes suggested by Coverity.Matt Jacob