aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Increase ABOUT FIRMWARE command timeout to 5s.Alexander Motin2018-03-151-3/+7
* Fix ISP_FC_LIP and ISP_RESCAN on big-endian 64-bit systems.Brooks Davis2018-03-131-2/+2
* Add support for Enhanced Gen 5 (16Gb) and Gen 6 (32Gb) QLogic FC HBAs.Alexander Motin2018-02-284-88/+83
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2714-0/+28
* Update several more URLsEitan Adler2017-10-291-1/+1
* Add missing restart_queue initialization.Alexander Motin2017-08-231-0/+1
* Remove duplicate assignments from r321622.Kenneth D. Merry2017-07-271-2/+0
* Fix probing FC targets with hard addressing turned on.Kenneth D. Merry2017-07-271-21/+35
* "Port Type not registered" is not a real error for GIT_PT.Alexander Motin2017-07-101-1/+4
* Switch fabric scans from GID_FT to GID_PT+GFF_ID/GFT_ID.Alexander Motin2017-07-036-76/+281
* Move comment respecting previous commit.Alexander Motin2017-07-021-13/+13
* Slightly unify SNS requests for post- and pre-24xx.Alexander Motin2017-07-022-133/+94
* Polish target_id/target_lun setting for ATIOs/INOTs.Alexander Motin2017-06-301-3/+5
* Correct loop mode CRN resets to adhere to FCP-4 section 4.10Kenneth D. Merry2017-05-034-36/+111
* Switch isp_reset to scratchpad not requiring ISP_MBOXDMASETUP.Alexander Motin2017-04-241-2/+2
* Fix few minor issues found by Clang Analyzer.Alexander Motin2017-04-092-2/+2
* Add brackets to fix incorrect macro expansion.Alexander Motin2017-03-241-1/+1
* Unify initiator and target DMA setup and command sending.Alexander Motin2017-03-247-332/+114
* isp field in struct isp_pcmd is also unused.Alexander Motin2017-03-231-1/+0
* Remove write-only crn field from struct isp_pcmd.Alexander Motin2017-03-232-3/+0
* Switch from using periph_links to sim_links.Alexander Motin2017-03-221-10/+10
* Cleanup response queue processing.Alexander Motin2017-03-224-318/+153
* Remove another remnants left after r246713.Alexander Motin2017-03-212-4/+0
* Remove some dead code left after r246713.Alexander Motin2017-03-212-38/+3
* Improve command timeout handling.Alexander Motin2017-03-214-36/+14
* Remove questionable reqp->req_time access.Alexander Motin2017-03-211-4/+5
* Clean/unify some macro usage.Alexander Motin2017-03-214-62/+51
* Addition to r315579: drop the lock while allocating IRQs.Alexander Motin2017-03-211-0/+2
* Remove some more dead code.Alexander Motin2017-03-203-38/+8
* Remove some useless code.Alexander Motin2017-03-193-16/+0
* Add initial support for multiple MSI-X vectors.Alexander Motin2017-03-197-64/+119
* Remove hackish code delaying ATIOs to unknown virtual port.Alexander Motin2017-03-194-53/+28
* Move <= 23xx PDB workaround to generic code.Alexander Motin2017-03-192-18/+29
* Remove some dead stuff.Alexander Motin2017-03-191-16/+5
* Move 24xx RQSTYPE_NOTIFY handling to generic code.Alexander Motin2017-03-193-181/+156
* 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