summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* Tra-La, another QLogic f/w funny- this time with the 2300.mjacob2001-10-231-8/+25
* Protect against deranged fabric nameservers that spit out 10000 identicalmjacob2001-10-181-3/+16
* Misunderstanding documentation caused me to try and set 1Gbps/2Gps/Automjacob2001-10-061-11/+18
* Implement a call to get the actual link data rate (if 23XX) so we canmjacob2001-10-011-8/+28
* When calling isp_reset, set the request/response in/out pointers all atmjacob2001-09-291-9/+13
* Clarify issues about whether we have SCCLUN (65535 luns) or non-SCCLUN (16mjacob2001-09-031-31/+62
* Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This requiredmjacob2001-08-311-138/+172
* Clean up some ways in which we set defaults for SCSI cardsmjacob2001-08-201-136/+172
* oops- typo in a previous commitmjacob2001-08-161-1/+1
* Enable LIP F8, LIP Reset async events.mjacob2001-08-161-4/+45
* Oops- don't set 'goal' twice when you mean to set 'nvrm' as well.mjacob2001-08-021-1/+1
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsmjacob2001-07-301-157/+143
* Hmm. Let's try this on for size...mjacob2001-07-111-5/+11
* More 2300 support prep- the Request/Response in/out pointers aremjacob2001-07-041-36/+34
* We've had problems with data corruption occuring onmjacob2001-06-141-0/+21
* Fix botch for state levels. Role minor release. Start adding code for amjacob2001-06-051-2/+5
* Spring MegaChange #1.mjacob2001-05-281-7/+10
* After loading f/w, for FC cards print out Firmware Attributes.mjacob2001-04-041-51/+72
* In order to save ourselves grief with the SUNPRO compiler undermjacob2001-03-141-98/+40
* Remove a superfluous newline in a string (isp_prt adds this).mjacob2001-03-041-2/+2
* Switch to using 16 bit handles instead of 32 bit handles.mjacob2001-03-021-16/+51
* Fix a longstanding bug- we had the sense of what bit 14mjacob2001-02-231-10/+17
* Minor stuff:mjacob2001-02-111-370/+593
* When resetting the Qlogic 2X00 units, reset the FPM (Fibre Protocolmjacob2001-01-151-75/+134
* Add a isp_register_fc4_type function so that we work with McData switchesmjacob2001-01-091-39/+108
* Change the modification of what could be a const string. Apparently themjacob2000-12-301-3/+2
* Add in Bill Sommerfelds -Wformat changes. Set up default node && portmjacob2000-12-291-31/+35
* Make the Not RESPONSE in RESPONSE QUEUE message have a bit more infomjacob2000-12-021-14/+36
* Redo how default Node and Port WWNs are determined (again!). This is somjacob2000-10-121-29/+66
* some copyright cleanupsmjacob2000-09-211-6/+3
* Inintialize the queue index stuff from what the f/w sends back- justmjacob2000-09-211-3/+4
* various fixesmjacob2000-08-271-170/+277
* Major whacking for core version 2.0. A major motivator for 2.0 and thesemjacob2000-08-011-938/+980
* Raise debug level for some messages. Fix botched inversionmjacob2000-07-181-11/+9
* Clean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds,mjacob2000-07-051-7/+14
* Change delay loop in new isp_mboxcmd to the use of the new MBOX_WAIT_COMPLETEmjacob2000-07-041-7/+2
* Fix usage of DELAY (SYS_DELAY is the platform independent localmjacob2000-06-271-469/+382
* Once we have firmware running (if isp_reset) and this is the first timemjacob2000-06-181-34/+74
* Fix some breakage about how we build WWNs. Do some other fabric relatedmjacob2000-05-091-136/+247
* Pick up topology more sanely at f/w startup. Change the restrictions ofmjacob2000-04-211-22/+34
* Slightly cleaner fabric support (whiter whites! redder reds!).. No,mjacob2000-02-291-124/+138
* Clean out residual bogosity for fast posting stuff- ISP_NO_FASTPOST_SCSImjacob2000-02-151-15/+12
* Restructure nvram reading routine to split out to separate functionsmjacob2000-02-111-362/+584
* clean up for SBus Ultra (yes, we do not do that here yet)mjacob2000-01-151-2/+9
* change debug printout lefvels for a couple of placesmjacob2000-01-091-4/+4
* Make Fibre Channel cards correctly note the presence/absencemjacob2000-01-041-3/+11
* Raise default FCP logintime to 60 seconds. Move the positionmjacob2000-01-031-21/+53
* Clean up some f/w revision checking wrt enabling fast posting.mjacob1999-12-201-76/+98
* Add Dual LVD bus (1280) supportmjacob1999-12-161-40/+67
* turn some messages into CFGPRINT messagesmjacob1999-12-031-5/+5
OpenPOWER on IntegriCloud