aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* If we have ISP_ROLE_INITIATOR set, make sure that we clear ICBOPT_INI_DISABLEMatt Jacob2004-01-231-0/+6
* On reset, make sure that we have some parameters set correctly. ThisMatt Jacob2003-09-131-1/+18
* Revert previous commit. Violates Maintainer (O'Brien knows how toMatt Jacob2003-08-251-13/+24
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Restore parentheses removed inappropriately in last commit.Matt Jacob2003-06-011-2/+3
* Remove unused variablesPoul-Henning Kamp2003-05-311-6/+3
* Pick up some compilation warning fixes from NetBSD.Matt Jacob2003-02-161-7/+7
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* This should enable 10160 support. As best as I can tell, the sameMatt Jacob2002-10-111-1/+4
* If we have a 1240 or an ULTRA2 or better card, use MBOX_INIT_RES_QUEUE_A64Matt Jacob2002-09-231-22/+49
* The size argument to snprintf does not have to be backed off by oneMatt Jacob2002-09-071-17/+17
* Remove STRNCAT (==>strncat) usage. Apparently I never read the manMatt Jacob2002-09-061-18/+17
* If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannotMatt Jacob2002-08-171-22/+63
* Remove the 'bogus registrant' hack for fabric searches. It reallyMatt Jacob2002-07-081-12/+9
* If the HBA is already 'touched', still set maxluns. Othewise forMatt Jacob2002-06-161-67/+126
* If we get a DATA UNDERRUN error from QLogic FC cards, but the RQCS_RU bitMatt Jacob2002-05-011-6/+23
* Scale back # of luns supported for SCC to 16384- oops- top 3 bits are aMatt Jacob2002-04-161-28/+91
* Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE.Matt Jacob2002-04-041-70/+381
* Limit fabric search to a default 256 entries. This will all go awayMatt Jacob2002-03-211-20/+28
* Disable RIO (reduced interrupt operation) for 2200 boards- it seemed likeMatt Jacob2002-03-071-4/+25
* Fix a problem where a local loop disk logs out- and we get a PORT LOGGEDMatt Jacob2002-02-211-8/+38
* More for f/w crash dumps (bug fixing and adding ioctl entry pointsMatt Jacob2002-02-181-3/+3
* Support for f/w crash dumps (2200 && 23XX).Matt Jacob2002-02-171-19/+372