summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* Don't set ZIO for 23XX for target mode (use fast posting instead).mjacob2005-01-231-7/+37
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Store the target handles in a separate list from normal commands. Add anjl2004-05-241-3/+5
* Add case to handle ISPCTL_GET_PDB.mjacob2004-02-071-0/+9
* If we have ISP_ROLE_INITIATOR set, make sure that we clear ICBOPT_INI_DISABLEmjacob2004-01-231-0/+6
* On reset, make sure that we have some parameters set correctly. Thismjacob2003-09-131-1/+18
* Revert previous commit. Violates Maintainer (O'Brien knows how tomjacob2003-08-251-13/+24
* Use __FBSDID().obrien2003-08-241-1/+3
* Restore parentheses removed inappropriately in last commit.mjacob2003-06-011-2/+3
* Remove unused variablesphk2003-05-311-6/+3
* Pick up some compilation warning fixes from NetBSD.mjacob2003-02-161-7/+7
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* This should enable 10160 support. As best as I can tell, the samemjacob2002-10-111-1/+4
* If we have a 1240 or an ULTRA2 or better card, use MBOX_INIT_RES_QUEUE_A64mjacob2002-09-231-22/+49
* The size argument to snprintf does not have to be backed off by onemjacob2002-09-071-17/+17
* Remove STRNCAT (==>strncat) usage. Apparently I never read the manmjacob2002-09-061-18/+17
* If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannotmjacob2002-08-171-22/+63
* Remove the 'bogus registrant' hack for fabric searches. It reallymjacob2002-07-081-12/+9
* If the HBA is already 'touched', still set maxluns. Othewise formjacob2002-06-161-67/+126
* If we get a DATA UNDERRUN error from QLogic FC cards, but the RQCS_RU bitmjacob2002-05-011-6/+23
* Scale back # of luns supported for SCC to 16384- oops- top 3 bits are amjacob2002-04-161-28/+91
* Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE.mjacob2002-04-041-70/+381
* Limit fabric search to a default 256 entries. This will all go awaymjacob2002-03-211-20/+28
* Disable RIO (reduced interrupt operation) for 2200 boards- it seemed likemjacob2002-03-071-4/+25
* Fix a problem where a local loop disk logs out- and we get a PORT LOGGEDmjacob2002-02-211-8/+38
* More for f/w crash dumps (bug fixing and adding ioctl entry pointsmjacob2002-02-181-3/+3
* Support for f/w crash dumps (2200 && 23XX).mjacob2002-02-171-19/+372
* + A variety of 23XX changes:mjacob2002-02-041-34/+153
* Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows themjacob2002-01-031-29/+88
* Explicitly decode GetAllNext SNS Response back *as*mjacob2001-12-111-4/+4
* Major restructuring for swizzling to the request queue and unswizzling frommjacob2001-12-111-123/+134
* 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
OpenPOWER on IntegriCloud