aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
...
* Reorganize RQSTYPE_NOTIFY handling for chips <= 23xx.Alexander Motin2017-03-182-191/+87
* Move RQSTYPE_ABTS_RCVD parsing into generic code.Alexander Motin2017-03-182-57/+51
* Extend nt_lun to full 8 byte.Alexander Motin2017-03-183-11/+11
* Remove dead remnants of SPI target.Alexander Motin2017-03-184-82/+0
* Use isp_target_put_entry() in places where it can be.Alexander Motin2017-03-182-64/+35
* Do some notify acks cleanup.Alexander Motin2017-03-182-79/+74
* Remove not very useful ATIO/INOT stats.Alexander Motin2017-03-152-14/+9
* Refactor interrupt handling.Alexander Motin2017-03-155-355/+198
* Fix panic when SIM dereferenced before allocation.Alexander Motin2017-03-151-24/+25
* Fix ancient bug from r84597, which broke 23xx after r315234.Alexander Motin2017-03-151-1/+1
* 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-43/+19
* 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