aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/ispvar.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r345008:Kenneth D. Merry2019-05-171-0/+5
* Add support for Enhanced Gen 5 (16Gb) and Gen 6 (32Gb) QLogic FC HBAs.Alexander Motin2018-02-281-6/+9
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Switch fabric scans from GID_FT to GID_PT+GFF_ID/GFT_ID.Alexander Motin2017-07-031-0/+3
* Correct loop mode CRN resets to adhere to FCP-4 section 4.10Kenneth D. Merry2017-05-031-0/+4
* Unify initiator and target DMA setup and command sending.Alexander Motin2017-03-241-0/+1
* Cleanup response queue processing.Alexander Motin2017-03-221-7/+1
* Improve command timeout handling.Alexander Motin2017-03-211-1/+1
* Remove some more dead code.Alexander Motin2017-03-201-2/+1
* Remove some useless code.Alexander Motin2017-03-191-1/+0
* Add initial support for multiple MSI-X vectors.Alexander Motin2017-03-191-0/+2
* Remove hackish code delaying ATIOs to unknown virtual port.Alexander Motin2017-03-191-1/+0
* Refactor interrupt handling.Alexander Motin2017-03-151-20/+9
* Remove some dead/broken code paths around async handlingAlexander Motin2017-03-141-3/+1
* Remove tangled isp_mbox_continue() mechanism.Alexander Motin2017-03-141-5/+0
* Improvements around attach, reset and detach.Alexander Motin2017-03-141-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