summaryrefslogtreecommitdiff
path: root/sys/dev/isp/ispvar.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r345008:Kenneth D. Merry2019-05-161-0/+5
* MFC r330121:Alexander Motin2018-03-141-6/+9
* MFC r320604, r320865:Alexander Motin2017-08-011-0/+3
* MFC r317740:Kenneth D. Merry2017-05-101-0/+4
* MFC r315908: Unify initiator and target DMA setup and command sending.Alexander Motin2017-04-241-0/+1
* MFC r315708: Cleanup response queue processing.Alexander Motin2017-04-241-7/+1
* MFC r315681: Improve command timeout handling.Alexander Motin2017-04-021-1/+1
* MFC r315587, r315652: Remove some dead/useless code.Alexander Motin2017-04-021-3/+1
* MFC r315579, r315670: Add initial support for multiple MSI-X vectors.Alexander Motin2017-04-021-0/+2
* MFC r315545: Remove hackish code delaying ATIOs to unknown virtual port.Alexander Motin2017-03-291-1/+0
* MFC r315307: Refactor interrupt handling.Alexander Motin2017-03-291-20/+9
* MFC r315279: Remove some dead/broken code paths around async handlingAlexander Motin2017-03-281-3/+1
* MFC r315273: Remove tangled isp_mbox_continue() mechanism.Alexander Motin2017-03-281-5/+0
* MFC r315234: Improvements around attach, reset and detach.Alexander Motin2017-03-281-13/+11
* Add proper reporting for early task management errors.Alexander Motin2016-05-191-1/+2
* Completely remove broken now autologin port flag.Alexander Motin2016-05-171-5/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* Extract virtual port address from RQSTYPE_RPT_ID_ACQ.Alexander Motin2016-04-141-8/+9
* Filter Port Database Changed notifications.Alexander Motin2016-04-131-0/+1
* Respect NVRAM topology settings on 24xx and above chips.Alexander Motin2016-04-131-5/+6
* Allocate separate DMA area for synchronous IOCB execution.Alexander Motin2016-04-121-0/+8
* Allocate separate scratch space for scanner purposes.Alexander Motin2015-12-271-1/+3
* Make virtual ports control asynchronous.Alexander Motin2015-12-261-1/+3
* Unify handles allocation for initiator and target IOCBs.Alexander Motin2015-12-251-19/+4
* Add initial support for 16Gbps FC QLogic chips.Alexander Motin2015-12-021-5/+7
* One more round of port scanner rewrite.Alexander Motin2015-11-261-10/+10
* Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin2015-11-231-11/+1
* Fix target mode with fabric for pre-24xx chips.Alexander Motin2015-11-211-0/+1
* Another round of port scanner rewrite.Alexander Motin2015-11-191-9/+10
* Unify and cleanup FC ports scan.Alexander Motin2015-11-171-8/+7
* Reimplement next port handle generation.Alexander Motin2015-10-271-3/+0
* Skip reserved IP Broadcast handle from using.Alexander Motin2015-10-241-1/+1
* Some polishing and unification in ISR code.Alexander Motin2015-10-231-4/+4
* Export bunch of state variables as sysctls.Alexander Motin2015-10-131-10/+8
* Unify port database use for target and initiator roles.Alexander Motin2015-07-131-30/+12
* Remove extra level of target ID indirection (isp_dev_map).Alexander Motin2015-07-051-16/+1
* Drop discovered targets when initiator role is disabled.Alexander Motin2015-07-041-1/+4
* Close a race in the isp(4) driver that caused devices to disappearKenneth D. Merry2015-01-081-1/+2
* Optimize isp(4) to reduce CPU usage, especially in target mode:Alexander Motin2013-10-171-1/+2
* -----------Matt Jacob2012-07-281-18/+28
* Clean up multi-id mode so it's driven by the f/w loaded,Matt Jacob2012-06-241-1/+1
* Prepare for FC-Tape support. This involved doing a lot of little cleanupsMatt Jacob2012-06-171-5/+7
* Clean up and complete the incomplete deferred enable code.Matt Jacob2012-06-011-0/+9
* Most of these changes to isp are to allow for isp.ko unloading.Matt Jacob2011-08-131-0/+5
* Sync FreeBSD ISP with mercurial tree. Minor changes having to do withMatt Jacob2011-02-281-0/+1
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.Marius Strobl2011-02-141-5/+5
* Whap. Hook up some wires that were forgotten a few months ago and restoreMatt Jacob2010-05-151-0/+1
* Clean up some printing stuff so that we can have a bit finer controlMatt Jacob2010-03-261-2/+8
* Redo how commands handles are created and managed and implement sequenceMatt Jacob2010-02-031-4/+54
* Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob2009-08-011-217/+309