aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* + A variety of 23XX changes:Matt Jacob2002-02-041-34/+153
* Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows theMatt Jacob2002-01-031-29/+88
* Explicitly decode GetAllNext SNS Response back *as*Matt Jacob2001-12-111-4/+4
* Major restructuring for swizzling to the request queue and unswizzling fromMatt Jacob2001-12-111-122/+133
* Tra-La, another QLogic f/w funny- this time with the 2300.Matt Jacob2001-10-231-8/+25
* Protect against deranged fabric nameservers that spit out 10000 identicalMatt Jacob2001-10-181-3/+16
* Misunderstanding documentation caused me to try and set 1Gbps/2Gps/AutoMatt Jacob2001-10-061-11/+18
* Implement a call to get the actual link data rate (if 23XX) so we canMatt Jacob2001-10-011-8/+28
* When calling isp_reset, set the request/response in/out pointers all atMatt Jacob2001-09-291-9/+13
* Clarify issues about whether we have SCCLUN (65535 luns) or non-SCCLUN (16Matt Jacob2001-09-031-31/+62
* Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This requiredMatt Jacob2001-08-311-138/+172
* Clean up some ways in which we set defaults for SCSI cardsMatt Jacob2001-08-201-136/+172
* oops- typo in a previous commitMatt Jacob2001-08-161-1/+1
* 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