summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/ispvar.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r315579, r315670: Add initial support for multiple MSI-X vectors.mav2017-04-021-0/+2
* MFC r315545: Remove hackish code delaying ATIOs to unknown virtual port.mav2017-03-291-1/+0
* MFC r315307: Refactor interrupt handling.mav2017-03-291-20/+9
* MFC r315279: Remove some dead/broken code paths around async handlingmav2017-03-281-3/+1
* MFC r315273: Remove tangled isp_mbox_continue() mechanism.mav2017-03-281-5/+0
* MFC r315234: Improvements around attach, reset and detach.mav2017-03-281-13/+11
* Add proper reporting for early task management errors.mav2016-05-191-1/+2
* Completely remove broken now autologin port flag.mav2016-05-171-5/+1
* sys/dev: minor spelling fixes.pfg2016-05-031-3/+3
* Extract virtual port address from RQSTYPE_RPT_ID_ACQ.mav2016-04-141-8/+9
* Filter Port Database Changed notifications.mav2016-04-131-0/+1
* Respect NVRAM topology settings on 24xx and above chips.mav2016-04-131-5/+6
* Allocate separate DMA area for synchronous IOCB execution.mav2016-04-121-0/+8
* Allocate separate scratch space for scanner purposes.mav2015-12-271-1/+3
* Make virtual ports control asynchronous.mav2015-12-261-1/+3
* Unify handles allocation for initiator and target IOCBs.mav2015-12-251-19/+4
* Add initial support for 16Gbps FC QLogic chips.mav2015-12-021-5/+7
* One more round of port scanner rewrite.mav2015-11-261-10/+10
* Rip off target mode support for parallel SCSI QLogic adapters.mav2015-11-231-11/+1
* Fix target mode with fabric for pre-24xx chips.mav2015-11-211-0/+1
* Another round of port scanner rewrite.mav2015-11-191-9/+10
* Unify and cleanup FC ports scan.mav2015-11-171-8/+7
* Reimplement next port handle generation.mav2015-10-271-3/+0
* Skip reserved IP Broadcast handle from using.mav2015-10-241-1/+1
* Some polishing and unification in ISR code.mav2015-10-231-4/+4
* Export bunch of state variables as sysctls.mav2015-10-131-10/+8
* Unify port database use for target and initiator roles.mav2015-07-131-30/+12
* Remove extra level of target ID indirection (isp_dev_map).mav2015-07-051-16/+1
* Drop discovered targets when initiator role is disabled.mav2015-07-041-1/+4
* Close a race in the isp(4) driver that caused devices to disappearken2015-01-081-1/+2
* Optimize isp(4) to reduce CPU usage, especially in target mode:mav2013-10-171-1/+2
* -----------mjacob2012-07-281-18/+28
* Clean up multi-id mode so it's driven by the f/w loaded,mjacob2012-06-241-1/+1
* Prepare for FC-Tape support. This involved doing a lot of little cleanupsmjacob2012-06-171-5/+7
* Clean up and complete the incomplete deferred enable code.mjacob2012-06-011-0/+9
* Most of these changes to isp are to allow for isp.ko unloading.mjacob2011-08-131-0/+5
* Sync FreeBSD ISP with mercurial tree. Minor changes having to do withmjacob2011-02-281-0/+1
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.marius2011-02-141-5/+5
* Whap. Hook up some wires that were forgotten a few months ago and restoremjacob2010-05-151-0/+1
* Clean up some printing stuff so that we can have a bit finer controlmjacob2010-03-261-2/+8
* Redo how commands handles are created and managed and implement sequencemjacob2010-02-031-4/+54
* Add 8Gb support (isp_2500). Fix a fair number of configuration andmjacob2009-08-011-217/+309
* Recover from some major omissions/problems with the 24XX port.mjacob2007-07-021-0/+3
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)mjacob2007-03-221-4/+6
* Fix some stupid copyright mistakes that have been there for quite some time.mjacob2007-03-101-24/+26
* MFP4: Move default setting to the end of isp_reset instead of themjacob2007-01-201-11/+11
* Make ISPCTL_PLOGX find a handle to log into the management servermjacob2006-12-051-3/+8
* Make the SAN login/logout stuff more common between different chipsetsmjacob2006-11-181-1/+2
* Push things closer to path failover by implementing loop down andmjacob2006-11-141-5/+38
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.mjacob2006-11-021-77/+162
OpenPOWER on IntegriCloud