aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_target.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build broken by different size of lun_id_t.Alexander Motin2017-03-291-4/+4
* MFC r315545: Remove hackish code delaying ATIOs to unknown virtual port.Alexander Motin2017-03-291-12/+21
* MFC r315536: Move <= 23xx PDB workaround to generic code.Alexander Motin2017-03-291-3/+21
* MFC r315533: Move 24xx RQSTYPE_NOTIFY handling to generic code.Alexander Motin2017-03-291-39/+138
* MFC r315507: Reorganize RQSTYPE_NOTIFY handling for chips <= 23xx.Alexander Motin2017-03-291-111/+86
* MFC r315489: Move RQSTYPE_ABTS_RCVD parsing into generic code.Alexander Motin2017-03-291-1/+43
* MFC r315488: Extend nt_lun to full 8 byte.Alexander Motin2017-03-291-5/+5
* MFC r315485: Remove dead remnants of SPI target.Alexander Motin2017-03-291-6/+0
* MFC r315482: Use isp_target_put_entry() in places where it can be.Alexander Motin2017-03-291-45/+28
* MFC r315478: Do some notify acks cleanup.Alexander Motin2017-03-291-71/+67
* MFC r315279: Remove some dead/broken code paths around async handlingAlexander Motin2017-03-281-2/+1
* MFC r315160: Remove code for unsupported FreeBSD versions.Alexander Motin2017-03-261-6/+0
* MFC r314299, r314300: Fix residual length reporting in target mode.Alexander Motin2017-03-061-6/+2
* MFC r314086: Fix multiple problems around LUN disable under load.Alexander Motin2017-03-061-1/+4
* MFC r300218: Add proper reporting for early task management errors.Alexander Motin2016-05-241-4/+18
* MFC r300157: Unify Multi ID target code by reusing isp_find_chan_by_did().Alexander Motin2016-05-241-10/+9
* MFC r299691: Fix FCP_CMD LENGTH mask in ATIO7 IOCB.Alexander Motin2016-05-241-1/+1
* MFC r292725: Unify handles allocation for initiator and target IOCBs.Alexander Motin2015-12-301-2/+2
* MFC r291265: Rename ASYNC_LIP_F8 to ASYNC_LIP_NOS_OLS_RECV.Alexander Motin2015-11-301-1/+1
* MFC r291188: Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin2015-11-301-522/+44
* MFC r291013: Remove some confusions between loopid and nphdl.Alexander Motin2015-11-301-24/+24
* MFC r289942: Deliver INOTs only to enabled virtual ports.Alexander Motin2015-11-131-0/+2
* MFC r289882: Add PIM_EXTLUNS support to isp(4) driver.Alexander Motin2015-11-131-3/+9
* MFC r289838: Improve INOTs handling for 24xx and above chips.Alexander Motin2015-11-131-0/+1
* MFC r289843: Add partial support for QUERY TMF to CAM and isp(4).Alexander Motin2015-11-131-1/+7
* -----------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
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Store the target handles in a separate list from normal commands. Add aNate Lawson2004-05-241-2/+2
* Fix a bug where we never managed to include the sense data we wanted to send.Matt Jacob2004-01-291-2/+2
* Fix longstanding buglet- for centrally handled CTIO2s we were checking the wrongMatt Jacob2004-01-291-2/+3
* Some ridiculous target mode botches- like having the wrong definitionsMatt Jacob2003-09-131-10/+14
* Remove unused variablesPoul-Henning Kamp2003-05-311-0/+2
* Pointy hat- bad commit.Matt Jacob2003-02-161-1/+1
* Make sure we propagate rxid && iid in isp_target_put_atioMatt Jacob2003-02-161-0/+2