summaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Pass proper for 23xx arguments to isp_endcmd().Alexander Motin2016-05-201-1/+1
* Pass task management response information from CTL through CAM to isp(4),Alexander Motin2016-05-201-5/+15
* Fix delaying requests to unknown virtual ports 2s after init.Alexander Motin2016-05-192-1/+6
* Add proper reporting for early task management errors.Alexander Motin2016-05-193-6/+21
* Add IOCB debugging for ISPCTL_RESET_DEV and ISPCTL_ABORT_CMD.Alexander Motin2016-05-191-0/+8
* Unify Multi ID target code by reusing isp_find_chan_by_did().Alexander Motin2016-05-181-10/+9
* Make RQCS_PORT_LOGGED_OUT for ZOMBIE ports retriable.Alexander Motin2016-05-171-4/+18
* Completely remove broken now autologin port flag.Alexander Motin2016-05-173-9/+4
* Reduce verbosity of "now sending synthesized status" message.Alexander Motin2016-05-161-1/+1
* No need to check login status for ZOMBIE ports.Alexander Motin2016-05-161-0/+3
* Remove NULL checks after M_WAITOK allocations from isp(4).Edward Tomasz Napierala2016-05-152-22/+0
* Fix FCP_CMD LENGTH mask in ATIO7 IOCB.Alexander Motin2016-05-131-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-033-9/+9
* Simplify memory allocation for NS requests.Alexander Motin2016-04-161-33/+28
* Extract virtual port address from RQSTYPE_RPT_ID_ACQ.Alexander Motin2016-04-143-14/+24
* Filter Port Database Changed notifications.Alexander Motin2016-04-132-2/+10
* Respect NVRAM topology settings on 24xx and above chips.Alexander Motin2016-04-132-21/+37
* Make all CT Pass-Through (name server requests) asynchronous.Alexander Motin2016-04-121-57/+78
* Switch isp_getpdb() to synchronous IOCB DMA area.Alexander Motin2016-04-121-18/+11
* Allocate separate DMA area for synchronous IOCB execution.Alexander Motin2016-04-124-39/+70
* Reimplement ISP_TSK_MGMT IOCTL via asynchronous request.Alexander Motin2016-04-121-43/+58
* Add couple missing memory barriers.Alexander Motin2016-04-121-1/+3
* Polish debugging IOCB dumping.Alexander Motin2016-04-112-31/+42
* Register symbolic port/node names in FC name server.Alexander Motin2016-04-096-6/+181
* Reduce code duplication when executing Passthrough IOCB.Alexander Motin2016-04-091-187/+80
* Move to new value for XPT_GET_SIM_KNOB to avoid clash with XPT_ATA_IO.Warner Losh2016-03-101-0/+1
* Allocate separate scratch space for scanner purposes.Alexander Motin2015-12-272-114/+95
* Split DMA buffers for request, response and ATIO queues.Alexander Motin2015-12-273-179/+219
* Use single DMA tag for scratch areas of all virtual ports.Alexander Motin2015-12-262-29/+32
* Make port logins asynchronous, following r292739 logic.Alexander Motin2015-12-261-66/+55
* Make virtual ports control asynchronous.Alexander Motin2015-12-263-87/+111
* Unify handles allocation for initiator and target IOCBs.Alexander Motin2015-12-257-191/+60
* Clear virtual port's port database when disabling it.Alexander Motin2015-12-253-165/+153
* Some polishing for command timeouts handling.Alexander Motin2015-12-243-20/+23
* Fix speed setting by NVRAM for 24xx and above chips.Alexander Motin2015-12-221-2/+26
* Add MSI-X support for 26XX cards.Alexander Motin2015-12-151-11/+30
* Guess NVRAM address for 16Gbps Qlogic cards.Alexander Motin2015-12-101-1/+3
* Add PCI ID for 16G QLogic chips in FCoE mode.Alexander Motin2015-12-091-0/+11
* There is no priority request queue on 16Gig chips.Alexander Motin2015-12-051-2/+4
* Rework WWNs generation to make cards without NVRAM more useful.Alexander Motin2015-12-051-67/+28
* Make 16Gig chips to use new queue pointer registers.Alexander Motin2015-12-043-47/+124
* Update isp_put_icb_2400() for new structure fields.Alexander Motin2015-12-041-3/+10
* Enable interrupt handshake for 16Gig chips.Alexander Motin2015-12-031-0/+8
* Add initial support for 16Gbps FC QLogic chips.Alexander Motin2015-12-024-85/+105
* Remove residual functions declaration left after r291365.Alexander Motin2015-11-261-2/+0
* One more round of port scanner rewrite.Alexander Motin2015-11-266-264/+181
* Rename ASYNC_LIP_F8 to ASYNC_LIP_NOS_OLS_RECV.Alexander Motin2015-11-243-3/+3
* Remove "disable" hint, which duplicates system-wide "disabled".Alexander Motin2015-11-233-34/+0
* Fix target mode support for Qlogic 2200 FC adapters.Alexander Motin2015-11-235-12/+20
* Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin2015-11-239-1542/+127