summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* This is an MFC of 208849Matt Jacob2010-06-191-4/+14
* This is an MFC of 208761Matt Jacob2010-06-181-24/+35
* This is an MFC of 204050.Matt Jacob2010-04-241-30/+33
* This is an MFC of 205698Matt Jacob2010-04-051-147/+74
* MFC of 204397: fix problems with fast posting handlesMatt Jacob2010-03-011-216/+180
* Pick up some changes the the MFC missed.Matt Jacob2010-02-121-10/+25
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,Matt Jacob2010-02-111-62/+43
* 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
* Try an experiment with using DMA to load firmware into a 2200- VERIFYMatt Jacob2006-12-171-1/+1
* Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset hasMatt Jacob2006-12-161-0/+17
* Make ISPCTL_PLOGX find a handle to log into the management serverMatt Jacob2006-12-051-12/+36
* Make the SAN login/logout stuff more common between different chipsetsMatt Jacob2006-11-181-68/+74
* Increase the timeout for some SAN commands.Matt Jacob2006-11-161-8/+14
* minor change to reduce some diff noiseMatt Jacob2006-11-161-1/+2
* Push things closer to path failover by implementing loop down andMatt Jacob2006-11-141-226/+246
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob2006-11-021-1771/+2993
* fix bug in 2322 receive sequencer f/w loadMatt Jacob2006-09-011-3/+3
* Fix 2KLOGIN code to specify *ibits* (not *obits*) so that theMatt Jacob2006-08-141-60/+77
* Remove reference to PTI cards. They haven't been functioningMatt Jacob2006-08-051-15/+0
* Initialize 2300 request/response pointers in isp_reset- not inMatt Jacob2006-08-041-7/+4
* Some rearrangement of headers to minimize diffs with outside ofMatt Jacob2006-07-161-44/+53
* Add some missing braces.Matt Jacob2006-07-141-14/+30
* What the heck - make the last (most recent) 2200 f/w also doMatt Jacob2006-07-031-2/+6
* Do various fixes to support firmware loading for the 2322Matt Jacob2006-07-031-124/+227
* Redo some code based upon issues found by Coverity.Matt Jacob2006-04-211-1/+4
* Some more gratuitous format and name changes.Matt Jacob2006-04-211-74/+75
* a) clean up some declaration stuff (i.e., make more modern with respectMatt Jacob2006-02-151-202/+203
* Make sure we don't pick up a loopid that's larger than ourMatt Jacob2006-02-021-3/+12
* First of several commits as this driver is dusted off and maybe broughtMatt Jacob2006-01-231-47/+136
* Add an ioctl framework for doing FC task management functions fromMatt Jacob2005-10-291-1/+1
* Don't set ZIO for 23XX for target mode (use fast posting instead).Matt Jacob2005-01-231-7/+37
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Store the target handles in a separate list from normal commands. Add aNate Lawson2004-05-241-3/+5
* Add case to handle ISPCTL_GET_PDB.Matt Jacob2004-02-071-0/+9