summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* There is no priority request queue on 16Gig chips.mav2015-12-051-2/+4
* Rework WWNs generation to make cards without NVRAM more useful.mav2015-12-051-67/+28
* Make 16Gig chips to use new queue pointer registers.mav2015-12-043-47/+124
* Update isp_put_icb_2400() for new structure fields.mav2015-12-041-3/+10
* Enable interrupt handshake for 16Gig chips.mav2015-12-031-0/+8
* Add initial support for 16Gbps FC QLogic chips.mav2015-12-024-85/+105
* Remove residual functions declaration left after r291365.mav2015-11-261-2/+0
* One more round of port scanner rewrite.mav2015-11-266-264/+181
* Rename ASYNC_LIP_F8 to ASYNC_LIP_NOS_OLS_RECV.mav2015-11-243-3/+3
* Remove "disable" hint, which duplicates system-wide "disabled".mav2015-11-233-34/+0
* Fix target mode support for Qlogic 2200 FC adapters.mav2015-11-235-12/+20
* Rip off target mode support for parallel SCSI QLogic adapters.mav2015-11-239-1542/+127
* Explicitly call SEND CHANGE REQUEST for pre-24xx chips in target mode.mav2015-11-221-3/+18
* Generate fake ISPASYNC_CHANGE_PDB on fake login on pre-24xx.mav2015-11-221-1/+7
* Gracefully stop firmware before resetting chip when changing role.mav2015-11-221-2/+25
* Add some more asynchronous event status codes.mav2015-11-222-23/+45
* Add mode mailbox command codes.mav2015-11-222-47/+74
* Increase maximal value of vports tunable to 254.mav2015-11-211-1/+1
* Fix target mode with fabric for pre-24xx chips.mav2015-11-214-19/+70
* Some cosmetics for ancient cards.mav2015-11-201-3/+7
* Optimize SNS_GID_FT request scratch memory usage.mav2015-11-201-13/+14
* Another round of port scanner rewrite.mav2015-11-196-632/+292
* Simplify fabric tasting code.mav2015-11-181-87/+22
* Remove some confusions between loopid and nphdl.mav2015-11-185-66/+66
* Register our FC4 Features in SNS.mav2015-11-175-0/+152
* Cosmetic addition to r290993.mav2015-11-171-1/+3
* Unify and cleanup FC ports scan.mav2015-11-173-216/+150
* Off-by-one correctiont to r290980.mav2015-11-171-1/+1
* Make firmware handle virtual ports SNS logins for us.mav2015-11-172-15/+8
* Add real initial support for RQSTYPE_RPT_ID_ACQ.mav2015-11-173-34/+33
* Fix/improve CRN tracking.mav2015-11-142-33/+21
* Rework r290504.mav2015-11-072-5/+7
* Specify VP when sending a marker.mav2015-11-071-0/+1
* Make ISP_SLEEP() really sleep instead of spinning.mav2015-11-072-49/+14
* Remove some unneeded code.mav2015-10-291-4/+0
* Remove reset delays for which I see neither explanation nor need.mav2015-10-291-25/+7
* Fix and improve error masking and reporting.mav2015-10-293-48/+54
* Change the way how target mode is enabled on 23xx chips.mav2015-10-282-4/+5
* Improve/fix loop scanning routine.mav2015-10-284-64/+195
* Reimplement next port handle generation.mav2015-10-272-60/+43
* Fix error code that looks like wrong.mav2015-10-271-1/+1
* Reimplement enable and implement disable of virtual ports.mav2015-10-263-72/+167
* Deliver INOTs only to enabled virtual ports.mav2015-10-251-0/+2
* Rework r289933 using already existing macro.mav2015-10-251-3/+2
* Try to keep Loop IDs persistent across chip reinits.mav2015-10-252-40/+34
* Improve Port Database Changed handling and reporting.mav2015-10-252-14/+17
* Formalize/unify chip (re-)inits.mav2015-10-254-51/+29
* Skip reserved IP Broadcast handle from using.mav2015-10-242-4/+4
* Add new field to Abort IOCB.mav2015-10-242-1/+4
* Add PIM_EXTLUNS support to isp(4) driver.mav2015-10-244-42/+122
OpenPOWER on IntegriCloud