summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_target.c
AgeCommit message (Expand)Author
2007-10-12Spelling fix for interupt -> interruptKevin Lo
2007-03-10Fix some stupid copyright mistakes that have been there for quite some time.Matt Jacob
2007-01-20Grumble- let a linux-ism slip in and had an llx whichMatt Jacob
2007-01-20MFP4: Move default setting to the end of isp_reset instead of theMatt Jacob
2006-12-05Add a chip timeout to ENABLE/MODIFY/DISABLE lun calls.Matt Jacob
2006-11-02Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob
2006-08-04Fix na_fcentry_t to not have a lun field. Fix indentation in handlyMatt Jacob
2006-07-16Some rearrangement of headers to minimize diffs with outside ofMatt Jacob
2006-07-10Put in some missing target mode for 2KLOGIN f/w spots.Matt 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-01-23First of several commits as this driver is dusted off and maybe broughtMatt Jacob
2005-01-23Macroize the making of tag ids.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-01-29Fix a bug where we never managed to include the sense data we wanted to send.Matt Jacob
2004-01-29Fix longstanding buglet- for centrally handled CTIO2s we were checking the wrongMatt Jacob
2003-09-13Some ridiculous target mode botches- like having the wrong definitionsMatt Jacob
2003-05-31Remove unused variablesPoul-Henning Kamp
2003-02-16Pointy hat- bad commit.Matt Jacob
2003-02-16Make sure we propagate rxid && iid in isp_target_put_atioMatt Jacob
2002-12-30Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt
2002-10-14LINT related fixes (as noticed by bde)Matt Jacob
2002-06-16Change isp_target_async to a function returning an integer.Matt Jacob
2002-02-04+ A variety of 23XX changes:Matt Jacob
2001-12-11Major restructuring for swizzling to the request queue and unswizzling fromMatt Jacob
2001-09-04Note for ATIOs returned because of BDRs or Bus Resets for which bus thisMatt Jacob
2001-09-03Because we now store SCCLUN capabilities in firmware attributes, getMatt Jacob
2001-05-28Spring MegaChange #1.Matt Jacob
2001-04-04Perform some more Ansification. Remove and then replace the isp_putback_atioMatt Jacob
2001-03-14Clean up usage- ct_reserved is really ct_syshandle now.Matt Jacob
2001-03-02Switch to using 16 bit handles instead of 32 bit handles.Matt Jacob
2001-02-06Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven
2000-09-21some copyright cleanupsMatt Jacob
2000-08-27various fixesMatt Jacob
2000-08-01Remove isp_tdebug. Change all PRINTF macros to the now commonMatt Jacob
2000-07-18If debugging set, zero out an incoming response entryMatt Jacob
2000-06-18Remove all ISP2100_SCCLUN define based code and replace it with runtimeMatt Jacob
2000-04-21Some minor tweaklets.Matt Jacob
2000-02-15Correctly identify which bus of dual bus SCSI adapters some target modeMatt Jacob
2000-02-11Correct a minor typo in error message.Matt Jacob
2000-01-15cleanup- it was not MI code as it should have beenMatt Jacob
2000-01-04set default target mode debug to 0Matt Jacob
2000-01-04These are platform independent functions for target mode support.Matt Jacob