aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_target.c
Commit message (Expand)AuthorAgeFilesLines
* MFC the current stable state of isp.Matt Jacob2006-09-011-38/+66
* MFC current state of isp. Lots of cosmetic changes, but also various bugfixes.Matt Jacob2006-05-221-49/+50
* MFC current 2322 (and maybe 2422) support plus current target mode state.Matt Jacob2006-01-261-125/+216
* Macroize the making of tag ids.Matt Jacob2005-01-231-2/+2
* 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-2/+2
* Fix a bug where we never managed to include the sense data we wanted to send.Matt Jacob2004-01-291-2/+2
* Fix longstanding buglet- for centrally handled CTIO2s we were checking the wrongMatt Jacob2004-01-291-2/+3
* Some ridiculous target mode botches- like having the wrong definitionsMatt Jacob2003-09-131-10/+14
* Remove unused variablesPoul-Henning Kamp2003-05-311-0/+2
* Pointy hat- bad commit.Matt Jacob2003-02-161-1/+1
* Make sure we propagate rxid && iid in isp_target_put_atioMatt Jacob2003-02-161-0/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* LINT related fixes (as noticed by bde)Matt Jacob2002-10-141-6/+6
* Change isp_target_async to a function returning an integer.Matt Jacob2002-06-161-20/+8
* + A variety of 23XX changes:Matt Jacob2002-02-041-0/+5
* Major restructuring for swizzling to the request queue and unswizzling fromMatt Jacob2001-12-111-31/+45
* Note for ATIOs returned because of BDRs or Bus Resets for which bus thisMatt Jacob2001-09-041-20/+34
* Because we now store SCCLUN capabilities in firmware attributes, getMatt Jacob2001-09-031-16/+19
* Spring MegaChange #1.Matt Jacob2001-05-281-56/+27
* Perform some more Ansification. Remove and then replace the isp_putback_atioMatt Jacob2001-04-041-84/+49
* Clean up usage- ct_reserved is really ct_syshandle now.Matt Jacob2001-03-141-13/+13
* Switch to using 16 bit handles instead of 32 bit handles.Matt Jacob2001-03-021-2/+3
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* some copyright cleanupsMatt Jacob2000-09-211-5/+2
* various fixesMatt Jacob2000-08-271-4/+2
* Remove isp_tdebug. Change all PRINTF macros to the now commonMatt Jacob2000-08-011-125/+117
* If debugging set, zero out an incoming response entryMatt Jacob2000-07-181-1/+5
* Remove all ISP2100_SCCLUN define based code and replace it with runtimeMatt Jacob2000-06-181-27/+27
* Some minor tweaklets.Matt Jacob2000-04-211-6/+12
* Correctly identify which bus of dual bus SCSI adapters some target modeMatt Jacob2000-02-151-2/+8
* Correct a minor typo in error message.Matt Jacob2000-02-111-1/+1
* cleanup- it was not MI code as it should have beenMatt Jacob2000-01-151-16/+11
* set default target mode debug to 0Matt Jacob2000-01-041-1/+1
* These are platform independent functions for target mode support.Matt Jacob2000-01-041-0/+1227