summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.8.0_cvscvs2svn2003-04-031-1/+1
* MFC: 10160 support. Initial DAC support. Lose STRNCAT over the side.Matt Jacob2002-10-111-63/+133
* MFC (1.94, 1.95):Matt Jacob2002-07-291-73/+129
* MFC:Matt Jacob2002-05-021-6/+23
* MFC: new way of getting stuff from fabric name servers; slight cleanup ofMatt Jacob2002-04-161-85/+459
* MFC:Matt Jacob2002-03-211-18/+47
* MFC: Separation of 2300/2312 support. Enabling of RIO for FC && LVD cards.Matt Jacob2002-02-221-67/+628
* MFC: Major restructuring for swizzling to the request queue and unswizzling fromMatt Jacob2001-12-141-122/+133
* MFC 1.81: Set QFULL scsi status if we get RQCS_QUEUE_FULL.Matt Jacob2001-10-291-8/+25
* MFC: Protect against deranged fabric nameservers that spit out 10000 identicalMatt Jacob2001-10-201-3/+16
* MFC: various things, mostly the most recent 2300 support.Matt Jacob2001-10-081-322/+495
* MFC 1.71: Oops- don't set 'goal' twice when you mean to set 'nvrm' as well.Matt Jacob2001-08-021-1/+1
* MFC:Matt Jacob2001-07-301-162/+154
* Massive MFC- probably breaking lots of rules to do this, but limitedMatt Jacob2001-07-041-192/+180
* MFC: Update Copyright. Change handles from 32 to 16 bits. Catch aMatt Jacob2001-03-041-28/+70
* MFC: major rework of loop events.Matt Jacob2001-02-121-370/+593
* MFC: constify some strings (for better compile time checking support).Matt Jacob2001-01-171-129/+260
* MFC: Make the Not RESPONSE in RESPONSE QUEUE message have a bit more infoMatt Jacob2000-12-051-14/+36
* MFC: changes to default WWN handling.Matt Jacob2000-10-271-29/+67
* MFC the major rewrite of this driver (core version 2.0). MFC supportMatt Jacob2000-09-211-1097/+1243
* MFC: Raise debug level for some messages. Fix botched inversionMatt Jacob2000-07-181-11/+9
* MFC:Matt Jacob2000-07-051-7/+14
* MFC (revisions 1.42 - 1.46) - I'm not going to replicate all of theMatt Jacob2000-07-041-493/+441
* MFC: some fabric && WWN related fixes, plus some bothces about overwritingMatt Jacob2000-05-091-153/+276
* Slightly cleaner fabric support (whiter whites! redder reds!).. No,Matt Jacob2000-02-291-124/+138
* Clean out residual bogosity for fast posting stuff- ISP_NO_FASTPOST_SCSIMatt Jacob2000-02-151-15/+12
* Restructure nvram reading routine to split out to separate functionsMatt Jacob2000-02-111-362/+584
* clean up for SBus Ultra (yes, we do not do that here yet)Matt Jacob2000-01-151-2/+9
* change debug printout lefvels for a couple of placesMatt Jacob2000-01-091-4/+4
* Make Fibre Channel cards correctly note the presence/absenceMatt Jacob2000-01-041-3/+11
* Raise default FCP logintime to 60 seconds. Move the positionMatt Jacob2000-01-031-21/+53
* Clean up some f/w revision checking wrt enabling fast posting.Matt Jacob1999-12-201-76/+98
* Add Dual LVD bus (1280) supportMatt Jacob1999-12-161-40/+67
* turn some messages into CFGPRINT messagesMatt Jacob1999-12-031-5/+5
* Clean up stupidity in the isp_handle_other_response function- indexesMatt Jacob1999-11-211-119/+169
* correct moronic typoMatt Jacob1999-11-011-2/+2
* Use pointer to f/w in md structure as to whether f/w exists or not.Matt Jacob1999-10-301-14/+7
* I was misinformed. I cannot get away from specifying tags for FC. Some devicesMatt Jacob1999-10-281-2/+8
* nuke a debug printout I thought I had already nukedMatt Jacob1999-10-261-2/+0
* remember to initialize mailbox 2 for FC isp bus resetsMatt Jacob1999-10-221-1/+1
* Remove some target mode stuff. It will get re-introduced in a differentMatt Jacob1999-10-171-815/+166
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* More code cleanup. Go back to using FULL_LOGIN Fibre Chan if f/w is less thanMatt Jacob1999-08-161-91/+157
* add 2200 f/w; fix botched defineMatt Jacob1999-07-051-2/+2
* Roll revision levels. Add support for the Qlogic 2200 (warn aboutMatt Jacob1999-07-021-130/+707
* be a bit more chatty about some speed negotiationsMatt Jacob1999-05-121-2/+8
* Some massive thwunking in initialization to handle dual bus adapters. MoreMatt Jacob1999-05-111-312/+601
* temp fix for internal queue overflow problemMatt Jacob1999-04-141-14/+34
* Make firmware revision a triple. Clean up some FC init stuff forMatt Jacob1999-04-041-73/+138
* Annoying little nigglet- apparently *some* Qlogic temporarily ignoreMatt Jacob1999-03-261-2/+10