aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove strange config_intrhook_establish() magic.Alexander Motin2017-03-121-44/+0
* Try to slight untangle I/O and loop status handling.Alexander Motin2017-03-121-38/+4
* Remove code for unsupported FreeBSD versions.Alexander Motin2017-03-121-25/+1
* Send TERMINATE to firmware when aborting active ATIO.Alexander Motin2017-02-271-5/+22
* Fix residual length reporting in target mode.Alexander Motin2017-02-261-22/+26
* 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-221-434/+279
* Remove duplicate INOT allocation.Alexander Motin2017-02-211-43/+19
* Remove ancient __FreeBSD_version checks.Alexander Motin2017-02-211-7/+2
* 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-191-21/+26
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* 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-191-1/+1
* Add proper reporting for early task management errors.Alexander Motin2016-05-191-1/+1
* Reduce verbosity of "now sending synthesized status" message.Alexander Motin2016-05-161-1/+1
* Reimplement ISP_TSK_MGMT IOCTL via asynchronous request.Alexander Motin2016-04-121-43/+58
* Move to new value for XPT_GET_SIM_KNOB to avoid clash with XPT_ATA_IO.Warner Losh2016-03-101-0/+1
* Unify handles allocation for initiator and target IOCBs.Alexander Motin2015-12-251-5/+6
* Some polishing for command timeouts handling.Alexander Motin2015-12-241-4/+5
* Rework WWNs generation to make cards without NVRAM more useful.Alexander Motin2015-12-051-67/+28
* Remove residual functions declaration left after r291365.Alexander Motin2015-11-261-2/+0
* One more round of port scanner rewrite.Alexander Motin2015-11-261-172/+80
* Fix target mode support for Qlogic 2200 FC adapters.Alexander Motin2015-11-231-1/+1
* Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin2015-11-231-634/+56
* Generate fake ISPASYNC_CHANGE_PDB on fake login on pre-24xx.Alexander Motin2015-11-221-1/+7
* Fix target mode with fabric for pre-24xx chips.Alexander Motin2015-11-211-1/+1
* Another round of port scanner rewrite.Alexander Motin2015-11-191-6/+13
* Remove some confusions between loopid and nphdl.Alexander Motin2015-11-181-19/+19
* Fix/improve CRN tracking.Alexander Motin2015-11-141-32/+20
* Change the way how target mode is enabled on 23xx chips.Alexander Motin2015-10-281-3/+4
* Improve Port Database Changed handling and reporting.Alexander Motin2015-10-251-6/+8
* Formalize/unify chip (re-)inits.Alexander Motin2015-10-251-13/+0
* Add PIM_EXTLUNS support to isp(4) driver.Alexander Motin2015-10-241-19/+59
* Remove ISP_INTERNAL_TARGET code.Alexander Motin2015-10-241-886/+0
* Add partial support for QUERY TMF to CAM and isp(4).Alexander Motin2015-10-231-0/+8
* Improve INOTs handling for 24xx and above chips.Alexander Motin2015-10-231-67/+39
* Disable full bus scan by CAM for FC adapters.Alexander Motin2015-10-231-8/+9
* Some polishing and unification in ISR code.Alexander Motin2015-10-231-20/+13
* Export bunch of state variables as sysctls.Alexander Motin2015-10-131-9/+34
* MULTI_ID supported does not mean it is used.Alexander Motin2015-07-151-1/+1
* Switch initiator IDs in target mode to the same address space as targetAlexander Motin2015-07-131-33/+30
* Make role sysctl handling from r284727 less strict.Alexander Motin2015-07-131-6/+3
* Unify port database use for target and initiator roles.Alexander Motin2015-07-131-167/+107
* Make first step toward supporting target and initiator roles same time.Alexander Motin2015-07-051-38/+3
* Remove extra level of target ID indirection (isp_dev_map).Alexander Motin2015-07-051-54/+11