summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* Sync FreeBSD ISP with mercurial tree. Minor changes having to do withmjacob2011-02-281-5/+5
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.marius2011-02-141-21/+21
* Be more specific about which CDB length we're going to use. Not really a likelymjacob2010-06-051-4/+14
* Various minor and not so minor fixes suggested by Coverity.mjacob2010-06-021-24/+35
* Clean up some printing stuff so that we can have a bit finer controlmjacob2010-03-261-147/+74
* Revamp the pieces of some of the stuff I forgot to do when shifting tomjacob2010-02-271-216/+180
* Don't try and re-use a handle, even if the firmware tells you that's what is ...mjacob2010-02-181-30/+33
* Redo how commands handles are created and managed and implement sequencemjacob2010-02-031-8/+11
* Amazingly we've been freeing a handle and using that which it refers tomjacob2010-01-151-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-3/+3
* Make sure that the WWNN is also created for 2100..2300 cards.mjacob2010-01-031-0/+2
* Create a Node WWN from the *Port* WWN, not vice versa, for 2400s.mjacob2009-12-311-5/+4
* (semiforced commit to add comment missed in last delta)mjacob2009-09-211-1/+0
* Remove file unused in freebsd.mjacob2009-09-211-29/+37
* Accomodate old style XPT_IMMED_NOTIFY and XPT_NOTIFY_ACK so thatmjacob2009-09-151-25/+10
* Add 8Gb support (isp_2500). Fix a fair number of configuration andmjacob2009-08-011-2024/+2063
* Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSImarius2008-12-151-4/+17
* Be more conservative- turn off fast posting and RIO for 22XX cards.mjacob2007-07-101-7/+2
* Recover from some major omissions/problems with the 24XX port.mjacob2007-07-021-13/+38
* If we're going to (for 23XX and 24XX cards) DMA firmware from themjacob2007-06-241-2/+2
* Make this an MP safe driver but also still be multi-release.mjacob2007-05-051-17/+2
* some minor error message cleanupsmjacob2007-03-291-4/+4
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)mjacob2007-03-221-113/+133
* Don't call isp_intr from isp_start- this seems to, in rare cases,mjacob2007-03-141-7/+1
* Restore optr if you trash it for 24XX target mode.mjacob2007-03-131-0/+1
* Fix compilation issues found in RELENG_4 port and merge themjacob2007-03-121-6/+10
* Fix some stupid copyright mistakes that have been there for quite some time.mjacob2007-03-101-23/+26
* Don't attempt to load illegal hard loop addresses intomjacob2007-02-231-40/+22
* Be a bit more restrictive about printing out 'bad' pdb entriesmjacob2007-02-231-9/+11
* MFP4: Move default setting to the end of isp_reset instead of themjacob2007-01-201-35/+44
* Check the return from registering FC4 types with the fabric namemjacob2007-01-051-11/+24
* Try an experiment with using DMA to load firmware into a 2200- VERIFYmjacob2006-12-171-1/+1
* Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset hasmjacob2006-12-161-0/+17
* Make ISPCTL_PLOGX find a handle to log into the management servermjacob2006-12-051-12/+36
* Make the SAN login/logout stuff more common between different chipsetsmjacob2006-11-181-68/+74
* Increase the timeout for some SAN commands.mjacob2006-11-161-8/+14
* minor change to reduce some diff noisemjacob2006-11-161-1/+2
* Push things closer to path failover by implementing loop down andmjacob2006-11-141-226/+246
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.mjacob2006-11-021-1776/+2998
* fix bug in 2322 receive sequencer f/w loadmjacob2006-09-011-3/+3
* Fix 2KLOGIN code to specify *ibits* (not *obits*) so that themjacob2006-08-141-60/+77
* Remove reference to PTI cards. They haven't been functioningmjacob2006-08-051-15/+0
* Initialize 2300 request/response pointers in isp_reset- not inmjacob2006-08-041-7/+4
* Some rearrangement of headers to minimize diffs with outside ofmjacob2006-07-161-44/+53
* Add some missing braces.mjacob2006-07-141-14/+30
* What the heck - make the last (most recent) 2200 f/w also domjacob2006-07-031-2/+6
* Do various fixes to support firmware loading for the 2322mjacob2006-07-031-124/+227
* Redo some code based upon issues found by Coverity.mjacob2006-04-211-1/+4
* Some more gratuitous format and name changes.mjacob2006-04-211-75/+76
* a) clean up some declaration stuff (i.e., make more modern with respectmjacob2006-02-151-202/+203
OpenPOWER on IntegriCloud