aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
...
* Off-by-one correctiont to r290980.Alexander Motin2015-11-171-1/+1
* Make firmware handle virtual ports SNS logins for us.Alexander Motin2015-11-172-15/+8
* Add real initial support for RQSTYPE_RPT_ID_ACQ.Alexander Motin2015-11-173-34/+33
* Fix/improve CRN tracking.Alexander Motin2015-11-142-33/+21
* Rework r290504.Alexander Motin2015-11-072-5/+7
* Specify VP when sending a marker.Alexander Motin2015-11-071-0/+1
* Make ISP_SLEEP() really sleep instead of spinning.Alexander Motin2015-11-072-49/+14
* Remove some unneeded code.Alexander Motin2015-10-291-4/+0
* Remove reset delays for which I see neither explanation nor need.Alexander Motin2015-10-291-25/+7
* Fix and improve error masking and reporting.Alexander Motin2015-10-293-48/+54
* Change the way how target mode is enabled on 23xx chips.Alexander Motin2015-10-282-4/+5
* Improve/fix loop scanning routine.Alexander Motin2015-10-284-64/+195
* Reimplement next port handle generation.Alexander Motin2015-10-272-60/+43
* Fix error code that looks like wrong.Alexander Motin2015-10-271-1/+1
* Reimplement enable and implement disable of virtual ports.Alexander Motin2015-10-263-72/+167
* Deliver INOTs only to enabled virtual ports.Alexander Motin2015-10-251-0/+2
* Rework r289933 using already existing macro.Alexander Motin2015-10-251-3/+2
* Try to keep Loop IDs persistent across chip reinits.Alexander Motin2015-10-252-40/+34
* Improve Port Database Changed handling and reporting.Alexander Motin2015-10-252-14/+17
* Formalize/unify chip (re-)inits.Alexander Motin2015-10-254-51/+29
* Skip reserved IP Broadcast handle from using.Alexander Motin2015-10-242-4/+4
* Add new field to Abort IOCB.Alexander Motin2015-10-242-1/+4
* Add PIM_EXTLUNS support to isp(4) driver.Alexander Motin2015-10-244-42/+122
* Remove ISP_INTERNAL_TARGET code.Alexander Motin2015-10-242-898/+0
* Decode few more response info codes.Alexander Motin2015-10-241-13/+21
* Minor additions to Status Type 0 IOCB.Alexander Motin2015-10-232-6/+7
* Missed addition for r289812.Alexander Motin2015-10-231-1/+1
* Add partial support for QUERY TMF to CAM and isp(4).Alexander Motin2015-10-234-2/+20
* Improve INOTs handling for 24xx and above chips.Alexander Motin2015-10-235-90/+87
* Disable full bus scan by CAM for FC adapters.Alexander Motin2015-10-233-12/+9
* Some polishing and unification in ISR code.Alexander Motin2015-10-236-117/+71
* Some more defines and polishing for INIT_FIRMWARE.Alexander Motin2015-10-212-24/+51
* Update firmware images for Qlogic 24xx/25xx from 5.5.0 to 7.3.0.Alexander Motin2015-10-201-3/+0
* Zero mbox[0] for INIT_FIRMWARE to fix version 7.3 firmware.Alexander Motin2015-10-202-5/+13
* Decode more firmware attributes.Alexander Motin2015-10-202-2/+67
* Export bunch of state variables as sysctls.Alexander Motin2015-10-132-19/+42
* MULTI_ID supported does not mean it is used.Alexander Motin2015-07-152-2/+2
* 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-136-506/+299
* 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-053-122/+39
* Change comment added in r284540.Alexander Motin2015-07-041-3/+3
* Drop discovered targets when initiator role is disabled.Alexander Motin2015-07-044-25/+75
* Remove limitations on setting WWNNs starting from 2.Alexander Motin2015-06-251-2/+2
* Fix reported_gone setting, missed in some cases.Alexander Motin2015-06-241-14/+14
* Add dev.isp.X.role sysctl in addition to tunable.Alexander Motin2015-06-232-22/+93
* Dump additional config bytes for INIT_FIRMWARE_MULTI_ID.Alexander Motin2015-06-221-0/+5
* Add logging of executed mailbox command names.Alexander Motin2015-06-221-5/+7
* Rewrite port database handling for target mode.Alexander Motin2015-06-212-119/+128