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