summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_target.c
AgeCommit message (Expand)Author
2024-12-09isp: Improve task aborts handlingAlexander Motin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-11-27Some code reorganization.Alexander Motin
2020-11-27Restore break statement lost in r367857.Alexander Motin
2020-11-26Remove some more dead code from pre-24xx.Alexander Motin
2020-11-20Increase queue depths from 1024/256 to 8192/1024 IOCBs.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-03-19Remove hackish code delaying ATIOs to unknown virtual port.Alexander Motin
2017-03-19Move <= 23xx PDB workaround to generic code.Alexander Motin
2017-03-19Move 24xx RQSTYPE_NOTIFY handling to generic code.Alexander Motin
2017-03-18Reorganize RQSTYPE_NOTIFY handling for chips <= 23xx.Alexander Motin
2017-03-18Move RQSTYPE_ABTS_RCVD parsing into generic code.Alexander Motin
2017-03-18Extend nt_lun to full 8 byte.Alexander Motin
2017-03-18Remove dead remnants of SPI target.Alexander Motin
2017-03-18Use isp_target_put_entry() in places where it can be.Alexander Motin
2017-03-18Do some notify acks cleanup.Alexander Motin
2017-03-14Remove some dead/broken code paths around async handlingAlexander Motin
2017-03-12Remove code for unsupported FreeBSD versions.Alexander Motin
2017-02-26Fix residual length reporting in target mode.Alexander Motin
2017-02-22Fix multiple problems around LUN disable under load.Alexander Motin
2016-05-19Add proper reporting for early task management errors.Alexander Motin
2016-05-18Unify Multi ID target code by reusing isp_find_chan_by_did().Alexander Motin
2016-05-13Fix FCP_CMD LENGTH mask in ATIO7 IOCB.Alexander Motin
2015-12-25Unify handles allocation for initiator and target IOCBs.Alexander Motin
2015-11-24Rename ASYNC_LIP_F8 to ASYNC_LIP_NOS_OLS_RECV.Alexander Motin
2015-11-23Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin
2015-11-18Remove some confusions between loopid and nphdl.Alexander Motin
2015-10-25Deliver INOTs only to enabled virtual ports.Alexander Motin
2015-10-24Add PIM_EXTLUNS support to isp(4) driver.Alexander Motin
2015-10-23Add partial support for QUERY TMF to CAM and isp(4).Alexander Motin
2015-10-23Improve INOTs handling for 24xx and above chips.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
2009-08-01Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob
2007-10-12Spelling fix for interupt -> interruptKevin Lo
2007-03-10Fix some stupid copyright mistakes that have been there for quite some time.Matt Jacob
2007-01-20Grumble- let a linux-ism slip in and had an llx whichMatt Jacob
2007-01-20MFP4: Move default setting to the end of isp_reset instead of theMatt Jacob
2006-12-05Add a chip timeout to ENABLE/MODIFY/DISABLE lun calls.Matt Jacob
2006-11-02Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob
2006-08-04Fix na_fcentry_t to not have a lun field. Fix indentation in handlyMatt Jacob
2006-07-16Some rearrangement of headers to minimize diffs with outside ofMatt Jacob
2006-07-10Put in some missing target mode for 2KLOGIN f/w spots.Matt Jacob
2006-04-21Redo some code based upon issues found by Coverity.Matt Jacob
2006-04-21Some more gratuitous format and name changes.Matt Jacob
2006-02-15a) clean up some declaration stuff (i.e., make more modern with respectMatt Jacob
2006-01-23First of several commits as this driver is dusted off and maybe broughtMatt Jacob