aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'bogus registrant' hack for fabric searches. It reallyMatt Jacob2002-07-081-12/+9
* If the HBA is already 'touched', still set maxluns. Othewise forMatt Jacob2002-06-161-67/+126
* If we get a DATA UNDERRUN error from QLogic FC cards, but the RQCS_RU bitMatt Jacob2002-05-011-6/+23
* Scale back # of luns supported for SCC to 16384- oops- top 3 bits are aMatt Jacob2002-04-161-28/+91
* Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE.Matt Jacob2002-04-041-70/+381
* Limit fabric search to a default 256 entries. This will all go awayMatt Jacob2002-03-211-20/+28
* Disable RIO (reduced interrupt operation) for 2200 boards- it seemed likeMatt Jacob2002-03-071-4/+25
* Fix a problem where a local loop disk logs out- and we get a PORT LOGGEDMatt Jacob2002-02-211-8/+38
* More for f/w crash dumps (bug fixing and adding ioctl entry pointsMatt Jacob2002-02-181-3/+3
* Support for f/w crash dumps (2200 && 23XX).Matt Jacob2002-02-171-19/+372
* + 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