| Commit message (Expand) | Author | Age | Files | Lines |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Store the target handles in a separate list from normal commands. Add a | njl | 2004-05-24 | 1 | -3/+5 |
* | Add case to handle ISPCTL_GET_PDB. | mjacob | 2004-02-07 | 1 | -0/+9 |
* | If we have ISP_ROLE_INITIATOR set, make sure that we clear ICBOPT_INI_DISABLE | mjacob | 2004-01-23 | 1 | -0/+6 |
* | On reset, make sure that we have some parameters set correctly. This | mjacob | 2003-09-13 | 1 | -1/+18 |
* | Revert previous commit. Violates Maintainer (O'Brien knows how to | mjacob | 2003-08-25 | 1 | -13/+24 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | Restore parentheses removed inappropriately in last commit. | mjacob | 2003-06-01 | 1 | -2/+3 |
* | Remove unused variables | phk | 2003-05-31 | 1 | -6/+3 |
* | Pick up some compilation warning fixes from NetBSD. | mjacob | 2003-02-16 | 1 | -7/+7 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | This should enable 10160 support. As best as I can tell, the same | mjacob | 2002-10-11 | 1 | -1/+4 |
* | If we have a 1240 or an ULTRA2 or better card, use MBOX_INIT_RES_QUEUE_A64 | mjacob | 2002-09-23 | 1 | -22/+49 |
* | The size argument to snprintf does not have to be backed off by one | mjacob | 2002-09-07 | 1 | -17/+17 |
* | Remove STRNCAT (==>strncat) usage. Apparently I never read the man | mjacob | 2002-09-06 | 1 | -18/+17 |
* | If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannot | mjacob | 2002-08-17 | 1 | -22/+63 |
* | Remove the 'bogus registrant' hack for fabric searches. It really | mjacob | 2002-07-08 | 1 | -12/+9 |
* | If the HBA is already 'touched', still set maxluns. Othewise for | mjacob | 2002-06-16 | 1 | -67/+126 |
* | If we get a DATA UNDERRUN error from QLogic FC cards, but the RQCS_RU bit | mjacob | 2002-05-01 | 1 | -6/+23 |
* | Scale back # of luns supported for SCC to 16384- oops- top 3 bits are a | mjacob | 2002-04-16 | 1 | -28/+91 |
* | Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE. | mjacob | 2002-04-04 | 1 | -70/+381 |
* | Limit fabric search to a default 256 entries. This will all go away | mjacob | 2002-03-21 | 1 | -20/+28 |
* | Disable RIO (reduced interrupt operation) for 2200 boards- it seemed like | mjacob | 2002-03-07 | 1 | -4/+25 |
* | Fix a problem where a local loop disk logs out- and we get a PORT LOGGED | mjacob | 2002-02-21 | 1 | -8/+38 |
* | More for f/w crash dumps (bug fixing and adding ioctl entry points | mjacob | 2002-02-18 | 1 | -3/+3 |
* | Support for f/w crash dumps (2200 && 23XX). | mjacob | 2002-02-17 | 1 | -19/+372 |
* | + A variety of 23XX changes: | mjacob | 2002-02-04 | 1 | -34/+153 |
* | Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows the | mjacob | 2002-01-03 | 1 | -29/+88 |
* | Explicitly decode GetAllNext SNS Response back *as* | mjacob | 2001-12-11 | 1 | -4/+4 |
* | Major restructuring for swizzling to the request queue and unswizzling from | mjacob | 2001-12-11 | 1 | -123/+134 |
* | Tra-La, another QLogic f/w funny- this time with the 2300. | mjacob | 2001-10-23 | 1 | -8/+25 |
* | Protect against deranged fabric nameservers that spit out 10000 identical | mjacob | 2001-10-18 | 1 | -3/+16 |
* | Misunderstanding documentation caused me to try and set 1Gbps/2Gps/Auto | mjacob | 2001-10-06 | 1 | -11/+18 |
* | Implement a call to get the actual link data rate (if 23XX) so we can | mjacob | 2001-10-01 | 1 | -8/+28 |
* | When calling isp_reset, set the request/response in/out pointers all at | mjacob | 2001-09-29 | 1 | -9/+13 |
* | Clarify issues about whether we have SCCLUN (65535 luns) or non-SCCLUN (16 | mjacob | 2001-09-03 | 1 | -31/+62 |
* | Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This required | mjacob | 2001-08-31 | 1 | -138/+172 |
* | Clean up some ways in which we set defaults for SCSI cards | mjacob | 2001-08-20 | 1 | -136/+172 |
* | oops- typo in a previous commit | mjacob | 2001-08-16 | 1 | -1/+1 |
* | Enable LIP F8, LIP Reset async events. | mjacob | 2001-08-16 | 1 | -4/+45 |
* | Oops- don't set 'goal' twice when you mean to set 'nvrm' as well. | mjacob | 2001-08-02 | 1 | -1/+1 |
* | Redo how we manage SCSI device settings- have a 3rd flags (nvram) that records | mjacob | 2001-07-30 | 1 | -157/+143 |
* | Hmm. Let's try this on for size... | mjacob | 2001-07-11 | 1 | -5/+11 |
* | More 2300 support prep- the Request/Response in/out pointers are | mjacob | 2001-07-04 | 1 | -36/+34 |
* | We've had problems with data corruption occuring on | mjacob | 2001-06-14 | 1 | -0/+21 |
* | Fix botch for state levels. Role minor release. Start adding code for a | mjacob | 2001-06-05 | 1 | -2/+5 |
* | Spring MegaChange #1. | mjacob | 2001-05-28 | 1 | -7/+10 |
* | After loading f/w, for FC cards print out Firmware Attributes. | mjacob | 2001-04-04 | 1 | -51/+72 |
* | In order to save ourselves grief with the SUNPRO compiler under | mjacob | 2001-03-14 | 1 | -98/+40 |