summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_library.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-11-29Mark inline functions static.Alexander Motin
2020-11-27Some code reorganization.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-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-04-09Register symbolic port/node names in FC name server.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-11-23Rip off target mode support for parallel SCSI QLogic adapters.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-10-28Improve/fix loop scanning routine.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
2012-07-28-----------Matt Jacob
2010-02-27Revamp the pieces of some of the stuff I forgot to do when shifting toMatt Jacob
2010-02-03Redo how commands handles are created and managed and implement sequenceMatt Jacob
2009-08-01Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob
2007-04-02Temporarily desupport simultaneous target and initiator mode.Matt Jacob
2007-03-22MFP4: a) Some constification from NetBSD (gcc 4.1.2)Matt Jacob
2007-03-10Fix some stupid copyright mistakes that have been there for quite some time.Matt Jacob
2006-11-18 Make the SAN login/logout stuff more common between different chipsetsMatt Jacob
2006-11-14Push things closer to path failover by implementing loop down andMatt Jacob
2006-11-02Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob
2006-02-15a) clean up some declaration stuff (i.e., make more modern with respectMatt Jacob
2006-02-02Remove use of inlines and use the functions as a library.Matt Jacob