aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up and complete the incomplete deferred enable code.Matt Jacob2012-06-011-1/+6
* Was chasing down a failure to load f/w on a 2400. It turns out that the cardMatt Jacob2011-11-161-11/+56
* Most of these changes to isp are to allow for isp.ko unloading.Matt Jacob2011-08-131-2/+1
* Sync FreeBSD ISP with mercurial tree. Minor changes having to do withMatt Jacob2011-02-281-5/+5
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.Marius Strobl2011-02-141-21/+21
* Be more specific about which CDB length we're going to use. Not really a likelyMatt Jacob2010-06-051-4/+14
* Various minor and not so minor fixes suggested by Coverity.Matt Jacob2010-06-021-24/+35
* Clean up some printing stuff so that we can have a bit finer controlMatt Jacob2010-03-261-147/+74
* Revamp the pieces of some of the stuff I forgot to do when shifting toMatt Jacob2010-02-271-216/+180
* Don't try and re-use a handle, even if the firmware tells you that's what is ...Matt Jacob2010-02-181-30/+33
* Redo how commands handles are created and managed and implement sequenceMatt Jacob2010-02-031-8/+11
* Amazingly we've been freeing a handle and using that which it refers toMatt Jacob2010-01-151-1/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-3/+3
* Make sure that the WWNN is also created for 2100..2300 cards.Matt Jacob2010-01-031-0/+2
* Create a Node WWN from the *Port* WWN, not vice versa, for 2400s.Matt Jacob2009-12-311-5/+4
* (semiforced commit to add comment missed in last delta)Matt Jacob2009-09-211-1/+0
* Remove file unused in freebsd.Matt Jacob2009-09-211-29/+37