summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvscvs2svn2000-07-261-1/+1
* 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
* Add in 1080 LVD support and some basis also for the 1240. The port databaseMatt Jacob1999-03-251-197/+269
* A wad of changes- prepping for 1080/1240 support (which caused a massiveMatt Jacob1999-03-171-220/+496
* Roll internal release tag. Print out if we're in a 64 bit PCI slot.Matt Jacob1999-02-091-58/+155
* Implement and use Fast Posting for both parallel && fibre. Redo a bit ofMatt Jacob1999-01-301-184/+256
* Suggested by bde@freebsd.org- memcpy not necessarily good to use. D'oh- not inMatt Jacob1999-01-101-11/+11
* Add some prototype deadchip detection. Set FIFO bursting (1XX0 only-Matt Jacob1999-01-101-48/+88
* clarify headers;move uninit to outer layer;remove watchdogMatt Jacob1998-12-281-69/+3
* oops on lastMatt Jacob1998-12-051-3/+3
* Remove the Target mode functions until they're in better shape. Implement someMatt Jacob1998-12-051-89/+532
* per bde (who is right about this) that an inlined fucntion with constMatt Jacob1998-09-171-2/+24
* Cleanliness. Don't leave defined a const char array that's only usedMatt Jacob1998-09-171-2/+4
* ISP_DMASETUP now returns a value to be possibly punted to outer layers.Matt Jacob1998-09-171-13/+25
* fix reported compile error flying blind- I do not have the new compiler yetMatt Jacob1998-09-151-2/+2
* Update QLogic ISP support for CAM. Add preliminary target mode support.Justin T. Gibbs1998-09-151-490/+1645
* Add support for the Qlogic ISP SCSI && FC/AL AdaptersMatt Jacob1998-04-221-0/+1841