aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_target.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Some code reorganization.Alexander Motin2020-11-271-37/+5
* Restore break statement lost in r367857.Alexander Motin2020-11-271-0/+1
* Remove some more dead code from pre-24xx.Alexander Motin2020-11-261-11/+3
* Increase queue depths from 1024/256 to 8192/1024 IOCBs.Alexander Motin2020-11-201-2/+2
* Cleanup DMA handling.Alexander Motin2020-11-201-3/+1
* Remove parallel SCSI and 1/2Gb FC support from isp(4).Alexander Motin2020-11-201-753/+104
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove hackish code delaying ATIOs to unknown virtual port.Alexander Motin2017-03-191-12/+21
* Move <= 23xx PDB workaround to generic code.Alexander Motin2017-03-191-3/+21
* Move 24xx RQSTYPE_NOTIFY handling to generic code.Alexander Motin2017-03-191-39/+138
* Reorganize RQSTYPE_NOTIFY handling for chips <= 23xx.Alexander Motin2017-03-181-111/+86
* Move RQSTYPE_ABTS_RCVD parsing into generic code.Alexander Motin2017-03-181-1/+43
* Extend nt_lun to full 8 byte.Alexander Motin2017-03-181-5/+5
* Remove dead remnants of SPI target.Alexander Motin2017-03-181-6/+0
* Use isp_target_put_entry() in places where it can be.Alexander Motin2017-03-181-45/+28
* Do some notify acks cleanup.Alexander Motin2017-03-181-71/+67
* Remove some dead/broken code paths around async handlingAlexander Motin2017-03-141-2/+1
* Remove code for unsupported FreeBSD versions.Alexander Motin2017-03-121-6/+0
* Fix residual length reporting in target mode.Alexander Motin2017-02-261-6/+2
* Fix multiple problems around LUN disable under load.Alexander Motin2017-02-221-1/+4
* Add proper reporting for early task management errors.Alexander Motin2016-05-191-4/+18
* Unify Multi ID target code by reusing isp_find_chan_by_did().Alexander Motin2016-05-181-10/+9
* Fix FCP_CMD LENGTH mask in ATIO7 IOCB.Alexander Motin2016-05-131-1/+1
* Unify handles allocation for initiator and target IOCBs.Alexander Motin2015-12-251-2/+2
* Rename ASYNC_LIP_F8 to ASYNC_LIP_NOS_OLS_RECV.Alexander Motin2015-11-241-1/+1
* Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin2015-11-231-522/+44
* Remove some confusions between loopid and nphdl.Alexander Motin2015-11-181-24/+24
* Deliver INOTs only to enabled virtual ports.Alexander Motin2015-10-251-0/+2
* Add PIM_EXTLUNS support to isp(4) driver.Alexander Motin2015-10-241-3/+9
* Add partial support for QUERY TMF to CAM and isp(4).Alexander Motin2015-10-231-1/+7
* Improve INOTs handling for 24xx and above chips.Alexander Motin2015-10-231-0/+1
* -----------Matt Jacob2012-07-281-35/+60
* Revamp the pieces of some of the stuff I forgot to do when shifting toMatt Jacob2010-02-271-1/+3
* Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob2009-08-011-421/+526
* Spelling fix for interupt -> interruptKevin Lo2007-10-121-2/+2
* Fix some stupid copyright mistakes that have been there for quite some time.Matt Jacob2007-03-101-24/+26
* Grumble- let a linux-ism slip in and had an llx whichMatt Jacob2007-01-201-9/+12
* MFP4: Move default setting to the end of isp_reset instead of theMatt Jacob2007-01-201-6/+8
* Add a chip timeout to ENABLE/MODIFY/DISABLE lun calls.Matt Jacob2006-12-051-0/+1
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob2006-11-021-74/+518
* Fix na_fcentry_t to not have a lun field. Fix indentation in handlyMatt Jacob2006-08-041-26/+43
* Some rearrangement of headers to minimize diffs with outside ofMatt Jacob2006-07-161-5/+2
* Put in some missing target mode for 2KLOGIN f/w spots.Matt Jacob2006-07-101-10/+24
* Redo some code based upon issues found by Coverity.Matt Jacob2006-04-211-1/+1
* Some more gratuitous format and name changes.Matt Jacob2006-04-211-28/+28
* a) clean up some declaration stuff (i.e., make more modern with respectMatt Jacob2006-02-151-22/+23
* First of several commits as this driver is dusted off and maybe broughtMatt Jacob2006-01-231-125/+216
* Macroize the making of tag ids.Matt Jacob2005-01-231-2/+2