summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
AgeCommit message (Expand)Author
2008-12-15Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSIMarius Strobl
2007-07-10Be more conservative- turn off fast posting and RIO for 22XX cards.Matt Jacob
2007-07-02Recover from some major omissions/problems with the 24XX port.Matt Jacob
2007-06-24If we're going to (for 23XX and 24XX cards) DMA firmware from theMatt Jacob
2007-05-05Make this an MP safe driver but also still be multi-release.Matt Jacob
2007-03-29some minor error message cleanupsMatt Jacob
2007-03-22MFP4: a) Some constification from NetBSD (gcc 4.1.2)Matt Jacob
2007-03-14Don't call isp_intr from isp_start- this seems to, in rare cases,Matt Jacob
2007-03-13Restore optr if you trash it for 24XX target mode.Matt Jacob
2007-03-12Fix compilation issues found in RELENG_4 port and merge theMatt Jacob
2007-03-10Fix some stupid copyright mistakes that have been there for quite some time.Matt Jacob
2007-02-23Don't attempt to load illegal hard loop addresses intoMatt Jacob
2007-02-23Be a bit more restrictive about printing out 'bad' pdb entriesMatt Jacob
2007-01-20MFP4: Move default setting to the end of isp_reset instead of theMatt Jacob
2007-01-05Check the return from registering FC4 types with the fabric nameMatt Jacob
2006-12-17Try an experiment with using DMA to load firmware into a 2200- VERIFYMatt Jacob
2006-12-16Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset hasMatt Jacob
2006-12-05Make ISPCTL_PLOGX find a handle to log into the management serverMatt Jacob
2006-11-18 Make the SAN login/logout stuff more common between different chipsetsMatt Jacob
2006-11-16Increase the timeout for some SAN commands.Matt Jacob
2006-11-16minor change to reduce some diff noiseMatt Jacob
2006-11-14Push things closer to path failover by implementing loop down andMatt Jacob
2006-11-02Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob
2006-09-01fix bug in 2322 receive sequencer f/w loadMatt Jacob
2006-08-14Fix 2KLOGIN code to specify *ibits* (not *obits*) so that theMatt Jacob
2006-08-05Remove reference to PTI cards. They haven't been functioningMatt Jacob
2006-08-04Initialize 2300 request/response pointers in isp_reset- not inMatt Jacob
2006-07-16Some rearrangement of headers to minimize diffs with outside ofMatt Jacob
2006-07-14Add some missing braces.Matt Jacob
2006-07-03What the heck - make the last (most recent) 2200 f/w also doMatt Jacob
2006-07-03Do various fixes to support firmware loading for the 2322Matt Jacob
2006-04-21Redo some code based upon issues found by Coverity.Matt Jacob
2006-04-21Some more gratuitous format and name changes.Matt Jacob
2006-02-15a) clean up some declaration stuff (i.e., make more modern with respectMatt Jacob
2006-02-02Make sure we don't pick up a loopid that's larger than ourMatt Jacob
2006-01-23First of several commits as this driver is dusted off and maybe broughtMatt Jacob
2005-10-29Add an ioctl framework for doing FC task management functions fromMatt Jacob
2005-01-23Don't set ZIO for 23XX for target mode (use fast posting instead).Matt Jacob
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-05-24Store the target handles in a separate list from normal commands. Add aNate Lawson
2004-02-07Add case to handle ISPCTL_GET_PDB.Matt Jacob
2004-01-23If we have ISP_ROLE_INITIATOR set, make sure that we clear ICBOPT_INI_DISABLEMatt Jacob
2003-09-13On reset, make sure that we have some parameters set correctly. ThisMatt Jacob
2003-08-25Revert previous commit. Violates Maintainer (O'Brien knows how toMatt Jacob
2003-08-24Use __FBSDID().David E. O'Brien
2003-06-01Restore parentheses removed inappropriately in last commit.Matt Jacob
2003-05-31Remove unused variablesPoul-Henning Kamp
2003-02-16Pick up some compilation warning fixes from NetBSD.Matt Jacob
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2002-12-30Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt