aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* Enable LIP F8, LIP Reset async events.Matt Jacob2001-08-161-4/+45
* Oops- don't set 'goal' twice when you mean to set 'nvrm' as well.Matt Jacob2001-08-021-1/+1
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsMatt Jacob2001-07-301-157/+143
* Hmm. Let's try this on for size...Matt Jacob2001-07-111-5/+11
* More 2300 support prep- the Request/Response in/out pointers areMatt Jacob2001-07-041-36/+34
* We've had problems with data corruption occuring onMatt Jacob2001-06-141-0/+21
* Fix botch for state levels. Role minor release. Start adding code for aMatt Jacob2001-06-051-2/+5
* Spring MegaChange #1.Matt Jacob2001-05-281-7/+10
* After loading f/w, for FC cards print out Firmware Attributes.Matt Jacob2001-04-041-51/+72
* In order to save ourselves grief with the SUNPRO compiler underMatt Jacob2001-03-141-98/+40
* Remove a superfluous newline in a string (isp_prt adds this).Matt Jacob2001-03-041-2/+2
* Switch to using 16 bit handles instead of 32 bit handles.Matt Jacob2001-03-021-16/+51
* Fix a longstanding bug- we had the sense of what bit 14Matt Jacob2001-02-231-10/+17
* Minor stuff:Matt Jacob2001-02-111-370/+593
* When resetting the Qlogic 2X00 units, reset the FPM (Fibre ProtocolMatt Jacob2001-01-151-75/+134
* Add a isp_register_fc4_type function so that we work with McData switchesMatt Jacob2001-01-091-38/+107
* Change the modification of what could be a const string. Apparently theMatt Jacob2000-12-301-3/+2
* Add in Bill Sommerfelds -Wformat changes. Set up default node && portMatt Jacob2000-12-291-31/+35
* Make the Not RESPONSE in RESPONSE QUEUE message have a bit more infoMatt Jacob2000-12-021-14/+36
* Redo how default Node and Port WWNs are determined (again!). This is soMatt Jacob2000-10-121-29/+66
* 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-468/+381
* 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