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