aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Another round of port scanner rewrite.Alexander Motin2015-11-191-578/+221
* Simplify fabric tasting code.Alexander Motin2015-11-181-87/+22
* Remove some confusions between loopid and nphdl.Alexander Motin2015-11-181-21/+21
* Register our FC4 Features in SNS.Alexander Motin2015-11-171-0/+122
* Cosmetic addition to r290993.Alexander Motin2015-11-171-1/+3
* Unify and cleanup FC ports scan.Alexander Motin2015-11-171-186/+127
* Off-by-one correctiont to r290980.Alexander Motin2015-11-171-1/+1
* Make firmware handle virtual ports SNS logins for us.Alexander Motin2015-11-171-14/+6
* Add real initial support for RQSTYPE_RPT_ID_ACQ.Alexander Motin2015-11-171-9/+20
* Rework r290504.Alexander Motin2015-11-071-3/+5
* Specify VP when sending a marker.Alexander Motin2015-11-071-0/+1
* Make ISP_SLEEP() really sleep instead of spinning.Alexander Motin2015-11-071-47/+6
* 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-291-41/+45
* Change the way how target mode is enabled on 23xx chips.Alexander Motin2015-10-281-1/+1
* Improve/fix loop scanning routine.Alexander Motin2015-10-281-64/+117
* Reimplement next port handle generation.Alexander Motin2015-10-271-57/+43
* Reimplement enable and implement disable of virtual ports.Alexander Motin2015-10-261-4/+9
* Rework r289933 using already existing macro.Alexander Motin2015-10-251-3/+2
* Try to keep Loop IDs persistent across chip reinits.Alexander Motin2015-10-251-37/+31
* Improve Port Database Changed handling and reporting.Alexander Motin2015-10-251-8/+9
* Formalize/unify chip (re-)inits.Alexander Motin2015-10-251-26/+27
* Skip reserved IP Broadcast handle from using.Alexander Motin2015-10-241-3/+3
* Add PIM_EXTLUNS support to isp(4) driver.Alexander Motin2015-10-241-13/+49
* Decode few more response info codes.Alexander Motin2015-10-241-13/+21
* Some polishing and unification in ISR code.Alexander Motin2015-10-231-30/+13
* Some more defines and polishing for INIT_FIRMWARE.Alexander Motin2015-10-211-13/+22
* Zero mbox[0] for INIT_FIRMWARE to fix version 7.3 firmware.Alexander Motin2015-10-201-2/+4
* Decode more firmware attributes.Alexander Motin2015-10-201-2/+55
* MULTI_ID supported does not mean it is used.Alexander Motin2015-07-151-1/+1
* Unify port database use for target and initiator roles.Alexander Motin2015-07-131-143/+73
* Remove extra level of target ID indirection (isp_dev_map).Alexander Motin2015-07-051-52/+27
* Drop discovered targets when initiator role is disabled.Alexander Motin2015-07-041-1/+53
* Remove limitations on setting WWNNs starting from 2.Alexander Motin2015-06-251-2/+2
* 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
* Fix SCSI status byte reporting on 4Gb and 8Gb Qlogic boards.Will Andrews2015-01-211-1/+4
* Fix incorrect check, blocking MULTIID functionality.Alexander Motin2014-11-261-1/+1
* Harvest one no longer used constant string.Matt Jacob2013-12-251-1/+0
* Some more registers access optimizations:Alexander Motin2013-11-101-7/+6
* Optimize isp(4) to reduce CPU usage, especially in target mode:Alexander Motin2013-10-171-22/+20
* When fiddling with options of which registers to copy out forMatt Jacob2013-07-131-1/+8
* Turn off fast posting for the ISP2100- I'd forgotten that it actuallyMatt Jacob2013-02-251-1/+7
* Remove extraneous newline.Matt Jacob2012-08-121-1/+1
* -----------Matt Jacob2012-07-281-268/+299
* Fix typo in a message.Christian Brueffer2012-07-151-1/+1
* Unbreak register tests for parallel SCSI.Matt Jacob2012-06-251-2/+5
* Clean up multi-id mode so it's driven by the f/w loaded,Matt Jacob2012-06-241-29/+62
* Prepare for FC-Tape support. This involved doing a lot of little cleanupsMatt Jacob2012-06-171-325/+405