summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_target.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r315545: Remove hackish code delaying ATIOs to unknown virtual port.mav2017-03-291-12/+21
* MFC r315536: Move <= 23xx PDB workaround to generic code.mav2017-03-291-3/+21
* MFC r315533: Move 24xx RQSTYPE_NOTIFY handling to generic code.mav2017-03-291-39/+138
* MFC r315507: Reorganize RQSTYPE_NOTIFY handling for chips <= 23xx.mav2017-03-291-111/+86
* MFC r315489: Move RQSTYPE_ABTS_RCVD parsing into generic code.mav2017-03-291-1/+43
* MFC r315488: Extend nt_lun to full 8 byte.mav2017-03-291-5/+5
* MFC r315485: Remove dead remnants of SPI target.mav2017-03-291-6/+0
* MFC r315482: Use isp_target_put_entry() in places where it can be.mav2017-03-291-45/+28
* MFC r315478: Do some notify acks cleanup.mav2017-03-291-71/+67
* MFC r315279: Remove some dead/broken code paths around async handlingmav2017-03-281-2/+1
* MFC r315160: Remove code for unsupported FreeBSD versions.mav2017-03-261-6/+0
* MFC r314299, r314300: Fix residual length reporting in target mode.mav2017-03-061-6/+2
* MFC r314086: Fix multiple problems around LUN disable under load.mav2017-03-061-1/+4
* Add proper reporting for early task management errors.mav2016-05-191-4/+18
* Unify Multi ID target code by reusing isp_find_chan_by_did().mav2016-05-181-10/+9
* Fix FCP_CMD LENGTH mask in ATIO7 IOCB.mav2016-05-131-1/+1
* Unify handles allocation for initiator and target IOCBs.mav2015-12-251-2/+2
* Rename ASYNC_LIP_F8 to ASYNC_LIP_NOS_OLS_RECV.mav2015-11-241-1/+1
* Rip off target mode support for parallel SCSI QLogic adapters.mav2015-11-231-522/+44
* Remove some confusions between loopid and nphdl.mav2015-11-181-24/+24
* Deliver INOTs only to enabled virtual ports.mav2015-10-251-0/+2
* Add PIM_EXTLUNS support to isp(4) driver.mav2015-10-241-3/+9
* Add partial support for QUERY TMF to CAM and isp(4).mav2015-10-231-1/+7
* Improve INOTs handling for 24xx and above chips.mav2015-10-231-0/+1
* -----------mjacob2012-07-281-35/+60
* Revamp the pieces of some of the stuff I forgot to do when shifting tomjacob2010-02-271-1/+3
* Add 8Gb support (isp_2500). Fix a fair number of configuration andmjacob2009-08-011-421/+526
* Spelling fix for interupt -> interruptkevlo2007-10-121-2/+2
* Fix some stupid copyright mistakes that have been there for quite some time.mjacob2007-03-101-24/+26
* Grumble- let a linux-ism slip in and had an llx whichmjacob2007-01-201-9/+12
* MFP4: Move default setting to the end of isp_reset instead of themjacob2007-01-201-6/+8
* Add a chip timeout to ENABLE/MODIFY/DISABLE lun calls.mjacob2006-12-051-0/+1
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.mjacob2006-11-021-74/+518
* Fix na_fcentry_t to not have a lun field. Fix indentation in handlymjacob2006-08-041-26/+43
* Some rearrangement of headers to minimize diffs with outside ofmjacob2006-07-161-5/+2
* Put in some missing target mode for 2KLOGIN f/w spots.mjacob2006-07-101-10/+24
* Redo some code based upon issues found by Coverity.mjacob2006-04-211-1/+1
* Some more gratuitous format and name changes.mjacob2006-04-211-28/+28
* a) clean up some declaration stuff (i.e., make more modern with respectmjacob2006-02-151-22/+23
* First of several commits as this driver is dusted off and maybe broughtmjacob2006-01-231-125/+216
* Macroize the making of tag ids.mjacob2005-01-231-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Store the target handles in a separate list from normal commands. Add anjl2004-05-241-2/+2
* Fix a bug where we never managed to include the sense data we wanted to send.mjacob2004-01-291-2/+2
* Fix longstanding buglet- for centrally handled CTIO2s we were checking the wrongmjacob2004-01-291-2/+3
* Some ridiculous target mode botches- like having the wrong definitionsmjacob2003-09-131-10/+14
* Remove unused variablesphk2003-05-311-0/+2
* Pointy hat- bad commit.mjacob2003-02-161-1/+1
* Make sure we propagate rxid && iid in isp_target_put_atiomjacob2003-02-161-0/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
OpenPOWER on IntegriCloud