aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_library.c
Commit message (Expand)AuthorAgeFilesLines
* Make isp_find_pdb_by_*() search for targets in portdb in reverse order.Alexander Motin2014-11-261-3/+3
* Fix r272936 build with old GCC.Alexander Motin2014-10-111-1/+2
* Update isp_tgt_map and send new arrival notification if target that departedAlexander Motin2014-10-111-0/+5
* Fix I/O freezes in some cases, caused by r257916.Alexander Motin2014-02-051-2/+6
* Save one more register read per command by not reading rqstoutrp registerAlexander Motin2013-11-101-3/+7
* -----------Matt Jacob2012-07-281-161/+236
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.Marius Strobl2011-02-141-2/+2
* Don't pass a buffer directly as a printflike format string.Matt Jacob2010-06-101-1/+1
* Various minor and not so minor fixes suggested by Coverity.Matt Jacob2010-06-021-1/+1
* D'oh- isp_handle_index' logic was reversed (not used in FreeBSD).Matt Jacob2010-03-261-2/+2
* Revamp the pieces of some of the stuff I forgot to do when shifting toMatt Jacob2010-02-271-5/+30
* Yet another target mode compilation error.Matt Jacob2010-02-041-1/+1
* Fix target mode compilation problem with previous deltaMatt Jacob2010-02-041-2/+2
* Redo how commands handles are created and managed and implement sequenceMatt Jacob2010-02-031-74/+73
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob2009-08-011-701/+1607
* Recover from some major omissions/problems with the 24XX port.Matt Jacob2007-07-021-8/+11
* Temporarily desupport simultaneous target and initiator mode.Matt Jacob2007-04-021-7/+7
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)Matt Jacob2007-03-221-1/+1
* Fix some stupid copyright mistakes that have been there for quite some time.Matt Jacob2007-03-101-24/+26
* Make the SAN login/logout stuff more common between different chipsetsMatt Jacob2006-11-181-0/+60
* Increase the timeout for some SAN commands.Matt Jacob2006-11-161-3/+3
* minor change to reduce some diff noiseMatt Jacob2006-11-161-1/+1
* Push things closer to path failover by implementing loop down andMatt Jacob2006-11-141-6/+53
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob2006-11-021-778/+1845
* Fix na_fcentry_t to not have a lun field. Fix indentation in handlyMatt Jacob2006-08-041-6/+6
* Some rearrangement of headers to minimize diffs with outside ofMatt Jacob2006-07-161-7/+5
* Redo some code based upon issues found by Coverity.Matt Jacob2006-04-211-1/+1
* a) clean up some declaration stuff (i.e., make more modern with respectMatt Jacob2006-02-151-79/+96
* Remove use of inlines and use the functions as a library.Matt Jacob2006-02-021-0/+1710