aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some dead/broken code paths around async handlingAlexander Motin2017-03-144-50/+25
* Remove tangled isp_mbox_continue() mechanism.Alexander Motin2017-03-144-270/+61
* Remove dangerous and questionable isp_mboxcmd_qnw() call.Alexander Motin2017-03-141-17/+4
* Improvements around attach, reset and detach.Alexander Motin2017-03-148-391/+314
* Remove remnant of r315163.Alexander Motin2017-03-141-1/+0
* Remove strange config_intrhook_establish() magic.Alexander Motin2017-03-122-46/+0
* Try to slight untangle I/O and loop status handling.Alexander Motin2017-03-123-50/+14
* Remove code for unsupported FreeBSD versions.Alexander Motin2017-03-124-52/+1
* Send TERMINATE to firmware when aborting active ATIO.Alexander Motin2017-02-273-7/+24
* Return better error code in case of too long CDB.Alexander Motin2017-02-262-4/+6
* Fix residual length reporting in target mode.Alexander Motin2017-02-262-28/+28
* Respecting r314204 tighten ATIO cleanup requirements.Alexander Motin2017-02-241-2/+7
* Fix missing xpt_done() for ATIO/INOT on missing LUN.Alexander Motin2017-02-241-1/+2
* Slightly polish isp_dump_atpd().Alexander Motin2017-02-221-1/+3
* Fix multiple problems around LUN disable under load.Alexander Motin2017-02-223-456/+307
* Remove duplicate INOT allocation.Alexander Motin2017-02-211-44/+20
* Remove ancient __FreeBSD_version checks.Alexander Motin2017-02-212-15/+2
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-8/+8
* Remove broken remnants of obsolete INOT API.Alexander Motin2017-02-191-10/+0
* Missed addition to r313936.Alexander Motin2017-02-191-0/+4
* Move CTIO waitq from per-LUN to per-channel.Alexander Motin2017-02-192-25/+31
* Change the isp(4) driver to not adjust the tag type for REQUEST SENSE.Kenneth D. Merry2017-02-101-13/+2
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-1/+1
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Turn on FC-Tape by default in the isp(4) driver.Kenneth D. Merry2016-12-201-0/+7
* 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-44/+59
* 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