aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* some copyright cleanupsMatt Jacob2000-09-211-6/+3
* Inintialize the queue index stuff from what the f/w sends back- justMatt Jacob2000-09-211-3/+4
* various fixesMatt Jacob2000-08-271-170/+277
* Major whacking for core version 2.0. A major motivator for 2.0 and theseMatt Jacob2000-08-011-938/+980
* Raise debug level for some messages. Fix botched inversionMatt Jacob2000-07-181-11/+9
* Clean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds,Matt Jacob2000-07-051-7/+14
* Change delay loop in new isp_mboxcmd to the use of the new MBOX_WAIT_COMPLETEMatt Jacob2000-07-041-7/+2
* Fix usage of DELAY (SYS_DELAY is the platform independent localMatt Jacob2000-06-271-469/+382
* Once we have firmware running (if isp_reset) and this is the first timeMatt Jacob2000-06-181-34/+74
* Fix some breakage about how we build WWNs. Do some other fabric relatedMatt Jacob2000-05-091-136/+247
* Pick up topology more sanely at f/w startup. Change the restrictions ofMatt Jacob2000-04-211-22/+34
* 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-59/+156
* 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-91/+534
* 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