summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Allocate separate scratch space for scanner purposes.Alexander Motin2015-12-271-113/+92
* Make port logins asynchronous, following r292739 logic.Alexander Motin2015-12-261-66/+55
* Make virtual ports control asynchronous.Alexander Motin2015-12-261-82/+96
* Unify handles allocation for initiator and target IOCBs.Alexander Motin2015-12-251-11/+5
* Clear virtual port's port database when disabling it.Alexander Motin2015-12-251-0/+153
* Some polishing for command timeouts handling.Alexander Motin2015-12-241-15/+17
* Fix speed setting by NVRAM for 24xx and above chips.Alexander Motin2015-12-221-2/+26
* Guess NVRAM address for 16Gbps Qlogic cards.Alexander Motin2015-12-101-1/+3
* There is no priority request queue on 16Gig chips.Alexander Motin2015-12-051-2/+4
* Enable interrupt handshake for 16Gig chips.Alexander Motin2015-12-031-0/+8
* Add initial support for 16Gbps FC QLogic chips.Alexander Motin2015-12-021-20/+31
* One more round of port scanner rewrite.Alexander Motin2015-11-261-40/+63
* Rename ASYNC_LIP_F8 to ASYNC_LIP_NOS_OLS_RECV.Alexander Motin2015-11-241-1/+1
* Fix target mode support for Qlogic 2200 FC adapters.Alexander Motin2015-11-231-5/+9
* Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin2015-11-231-34/+15
* Explicitly call SEND CHANGE REQUEST for pre-24xx chips in target mode.Alexander Motin2015-11-221-3/+18
* Gracefully stop firmware before resetting chip when changing role.Alexander Motin2015-11-221-2/+25
* Add some more asynchronous event status codes.Alexander Motin2015-11-221-4/+22
* Add mode mailbox command codes.Alexander Motin2015-11-221-30/+30
* Fix target mode with fabric for pre-24xx chips.Alexander Motin2015-11-211-13/+63
* Some cosmetics for ancient cards.Alexander Motin2015-11-201-3/+7
* Optimize SNS_GID_FT request scratch memory usage.Alexander Motin2015-11-201-13/+14
* 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