aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r284808: Remove limitations on setting WWNNs starting from 2.Alexander Motin2015-06-281-2/+2
* MFC r284698: Dump additional config bytes for INIT_FIRMWARE_MULTI_ID.Alexander Motin2015-06-251-0/+5
* MFC r284697: Add logging of executed mailbox command names.Alexander Motin2015-06-251-5/+7
* MFC isp(4) driver changes:Kenneth D. Merry2015-02-031-1/+4
* MFC r275123: Fix incorrect check, blocking MULTIID functionality.Alexander Motin2014-12-031-1/+1
* MFC r259860 (by mjacob):Dimitry Andric2014-03-191-1/+0
* MFC r257930:Alexander Motin2014-01-051-7/+6
* MFC r256705:Alexander Motin2014-01-051-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
* Accomodate old style XPT_IMMED_NOTIFY and XPT_NOTIFY_ACK so thatMatt Jacob2009-09-151-25/+10
* Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob2009-08-011-2024/+2063
* Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSIMarius Strobl2008-12-151-4/+17
* Be more conservative- turn off fast posting and RIO for 22XX cards.Matt Jacob2007-07-101-7/+2
* Recover from some major omissions/problems with the 24XX port.Matt Jacob2007-07-021-13/+38
* If we're going to (for 23XX and 24XX cards) DMA firmware from theMatt Jacob2007-06-241-2/+2
* Make this an MP safe driver but also still be multi-release.Matt Jacob2007-05-051-17/+2
* some minor error message cleanupsMatt Jacob2007-03-291-4/+4
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)Matt Jacob2007-03-221-113/+133
* Don't call isp_intr from isp_start- this seems to, in rare cases,Matt Jacob2007-03-141-7/+1
* Restore optr if you trash it for 24XX target mode.Matt Jacob2007-03-131-0/+1
* Fix compilation issues found in RELENG_4 port and merge theMatt Jacob2007-03-121-6/+10
* Fix some stupid copyright mistakes that have been there for quite some time.Matt Jacob2007-03-101-23/+26
* Don't attempt to load illegal hard loop addresses intoMatt Jacob2007-02-231-40/+22
* Be a bit more restrictive about printing out 'bad' pdb entriesMatt Jacob2007-02-231-9/+11
* MFP4: Move default setting to the end of isp_reset instead of theMatt Jacob2007-01-201-35/+44
* Check the return from registering FC4 types with the fabric nameMatt Jacob2007-01-051-11/+24